de.smartics.ci.config.projects
Class Project

Package class diagram package Project
java.lang.Object
  extended by de.smartics.ci.config.projects.Project

public final class Project
     
     
extends Object

Marker for project tests. Allows to load resources relative to this class.


Field Summary
static String GLOBAL_RESOURCES
          Relative path to the "global-hudson-configs/src/main/resources" project.
static String GLOBAL_ROOT_XML
          The resource "hudson-config-root.xml" within "global-hudson-configs/src/main/resources".
static String SINGLE_PROJECT_USING_POM_DEFAULTS
          Relative path to the "single-project-using-pom-defaults/src/etc/ci" project.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_RESOURCES

public static final String GLOBAL_RESOURCES
Relative path to the "global-hudson-configs/src/main/resources" project.

Constant Field Value:
"global-hudson-configs/src/main/resources"

SINGLE_PROJECT_USING_POM_DEFAULTS

public static final String SINGLE_PROJECT_USING_POM_DEFAULTS
Relative path to the "single-project-using-pom-defaults/src/etc/ci" project.

Constant Field Value:
"single-project-using-pom-defaults/src/etc/ci"

GLOBAL_ROOT_XML

public static final String GLOBAL_ROOT_XML
The resource "hudson-config-root.xml" within "global-hudson-configs/src/main/resources".

Constant Field Value:
"hudson-config-root.xml"


Copyright © 2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.