|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.utils.SystemProperty
public class SystemProperty
This class represents system properties as constants. The system / environmental constants resolution order goes:
Field Summary | |
---|---|
static SystemProperty |
ALLOW_UNSUPPORTED_DB
Whether the user can select an unsupported database or not. |
static SystemProperty |
ANT_HOME
Location of ANT |
static SystemProperty |
BAMBOO_HOME_FROM_ENV
Location of Bamboo Home |
static SystemProperty |
BUILD_FAILED_MARKER
Text the builders will look for when checking for build failure, currently only used by ant builder |
static SystemProperty |
BUILD_PARENT_JAVA_IO_TMPDIR
Parent directory for temporary directories created for builds. |
static SystemProperty |
BUILD_RESULTS_CACHE_SIZE
Make the buildresults cache configurable |
static SystemProperty |
BUILD_SUCCESSFUL_MARKER
Text the builders will look for when checking for build success. |
static SystemProperty |
BUILDING_DISABLED
Disable building plans globally in Bamboo |
static SystemProperty |
CVS_CHECKOUT_FORMAT
CVS checkout format, the default behavior is to checkout in BINARY format, although this can be overidden with either TEXT or NONE |
static SystemProperty |
CVS_FORCE_CHECKOUT_TO_LATEST
A flag that forces Bamboo's CVS repository to checkout to the latest of that particular branch / HEAD, rather than using the -d flag, which seems to have compatibility issues in some cases. |
static int |
CVS_SOCKET_TIMEOUT_MS
A socket level timeout in milli-seconds for all CVS connections. |
static SystemProperty |
CVS_TIME_DIFF
The CVS Server's time offset in minutes if different to Bamboo Server |
static SystemProperty |
DEFAULT_CVS_ROOT
Default CVS Root (CVS server!) |
static SystemProperty |
DEFAULT_P4_EXE
Default Perforce p4 executable |
static SystemProperty |
DEFAULT_PERFORCE_CLIENT
Default Perforce Client |
static SystemProperty |
DEFAULT_PERFORCE_PORT
Default Perforce Port (Perforce server!) |
static SystemProperty |
DEFAULT_PERFORCE_USER
Default Perforce User |
static SystemProperty |
DISABLE_AGENT_AUTO_CAPABILITY_DETECTION
Prevents agents from automatically overriding remote agent capabilities on new startup |
static SystemProperty |
EC2_IGNORE_CERT_CHECK
Allow EC2 agents to ignore invalid certificates, if not using the tunnel |
static SystemProperty |
EC2_TUNNEL_ENABLED
Whether to enable Tunnel for http traffic two and from the agents. |
static SystemProperty |
ELASTIC_IMAGE_AMI_ID
Lets you over ride the default elastic images used |
static SystemProperty |
ENABLE_CHAINS
Whether chains functionality should be shown in the app |
static SystemProperty |
EVENT_MANAGER_CORE_POOL_SIZE
Optional property for tuning core pool size in Bamboo Event Manager |
static SystemProperty |
EVENT_MANAGER_MAXIMUM_POOL_SIZE
Optional property for tuning maximum pool size in Bamboo Event Manager |
static SystemProperty |
FILTER_MAVEN_LOG_FOR_DOWNLOAD_STATUS
Filter out Maven artifact download progress status message in build log. |
static SystemProperty |
FIND_SUCCESS_MESSAGE_IN_LAST
Number of lines for builders to look back to guarantee build successful. |
static SystemProperty |
FIRE_INITAL_BUILD_FORM_MANUAL_STRATEGY
Fire initial build automatically for manual build strategy on build creation |
static SystemProperty |
LOG_LINES_FOR_NOTIFICATIONS
Lets you control how much information is showed in notifications |
static SystemProperty |
MAVEN_HOME
Location of MAVEN 1 |
static SystemProperty |
MAVEN2_HOME
Location of MAVEN 2 |
static int |
NUMBER_OF_CONCURRENT_BUILDS
Whenever concurrent builds should be enabled and number of concurrent builds allowed |
static SystemProperty |
PATH
The system PATH variable. |
static boolean |
PATH_SET_ALLOWED
Whenever arbitrary path for export and backup allowed |
static SystemProperty |
SEARCH_BUILD_SUCCESS_FAIL_MESSAGE_EVERYWHERE
A workaround for BAM-4069, allows us to search for build successful/failed messages. |
static SystemProperty |
SVN_14_COMPATIBLE
Deprecated. Use SVN_WC_FORMAT instead default : false |
static SystemProperty |
SVN_SPOOL_TO_FILE
SVN client to use temporary file for spooling repository files |
static SystemProperty |
SVN_WC_FORMAT
Default format of SVN workspaces |
Constructor Summary | |
---|---|
|
SystemProperty(boolean mandatory,
java.lang.String... properties)
Creates an instance containing the value of the given property - logs an error if it cannot be found |
protected |
SystemProperty(java.lang.String property,
boolean mandatory,
org.apache.log4j.Logger log)
Used in testing |
Method Summary | |
---|---|
boolean |
exists()
|
protected static java.lang.String |
getEnvironmentVariable(java.lang.String variable,
boolean mandatory)
Obtain the specified environment variable. |
java.lang.String |
getKey()
Obtain the key used to find this property |
java.lang.String |
getValue()
Obtain the value of this proprty |
boolean |
getValue(boolean defaultValue)
Obtain the boolean property value |
int |
getValue(int defaultValue)
|
long |
getValue(long defaultValue)
|
java.lang.String |
getValue(java.lang.String defaultValue)
Obtain the value of the property (returns the default value if the enviroment variable has not been defined. |
void |
setValue(java.lang.String propertyValue)
So the setting can be set by a test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SystemProperty BAMBOO_HOME_FROM_ENV
public static final SystemProperty MAVEN_HOME
public static final SystemProperty MAVEN2_HOME
public static final SystemProperty ANT_HOME
public static final SystemProperty DEFAULT_CVS_ROOT
public static final SystemProperty DEFAULT_PERFORCE_PORT
public static final SystemProperty DEFAULT_PERFORCE_CLIENT
public static final SystemProperty DEFAULT_PERFORCE_USER
public static final SystemProperty DEFAULT_P4_EXE
public static final SystemProperty FIND_SUCCESS_MESSAGE_IN_LAST
public static final SystemProperty BUILD_SUCCESSFUL_MARKER
public static final SystemProperty BUILD_FAILED_MARKER
public static final SystemProperty SEARCH_BUILD_SUCCESS_FAIL_MESSAGE_EVERYWHERE
public static final SystemProperty DISABLE_AGENT_AUTO_CAPABILITY_DETECTION
public static final SystemProperty SVN_SPOOL_TO_FILE
public static final SystemProperty BUILDING_DISABLED
public static final SystemProperty PATH
public static final SystemProperty CVS_TIME_DIFF
public static final SystemProperty CVS_CHECKOUT_FORMAT
public static final SystemProperty CVS_FORCE_CHECKOUT_TO_LATEST
public static final int CVS_SOCKET_TIMEOUT_MS
Socket.setSoTimeout(int)
public static final SystemProperty BUILD_RESULTS_CACHE_SIZE
public static final SystemProperty FILTER_MAVEN_LOG_FOR_DOWNLOAD_STATUS
public static final SystemProperty SVN_14_COMPATIBLE
public static final SystemProperty SVN_WC_FORMAT
public static final SystemProperty LOG_LINES_FOR_NOTIFICATIONS
public static final SystemProperty ELASTIC_IMAGE_AMI_ID
public static final SystemProperty EC2_TUNNEL_ENABLED
public static final SystemProperty EC2_IGNORE_CERT_CHECK
public static final SystemProperty FIRE_INITAL_BUILD_FORM_MANUAL_STRATEGY
public static final SystemProperty ALLOW_UNSUPPORTED_DB
public static final SystemProperty ENABLE_CHAINS
public static final int NUMBER_OF_CONCURRENT_BUILDS
public static final boolean PATH_SET_ALLOWED
public static final SystemProperty BUILD_PARENT_JAVA_IO_TMPDIR
public static final SystemProperty EVENT_MANAGER_CORE_POOL_SIZE
public static final SystemProperty EVENT_MANAGER_MAXIMUM_POOL_SIZE
Constructor Detail |
---|
public SystemProperty(boolean mandatory, java.lang.String... properties)
mandatory
- Is the property mandatory or optional?properties
- The property we're loading from the environment (first name found will be loaded)protected SystemProperty(java.lang.String property, boolean mandatory, org.apache.log4j.Logger log)
property
- The property we're loading from the environmentmandatory
- Is the property mandatory or optional?log
- The logger we're logging errors toMethod Detail |
---|
public java.lang.String getValue()
public java.lang.String getKey()
public java.lang.String getValue(java.lang.String defaultValue)
defaultValue
- The default value, if the environment variable has not been defined
public boolean getValue(boolean defaultValue)
defaultValue
- The default value, if the environment variable has not been defined
@Nullable protected static java.lang.String getEnvironmentVariable(@NotNull java.lang.String variable, boolean mandatory)
variable
- The variable we requiremandatory
- Is this a mandatory property?
public void setValue(java.lang.String propertyValue)
propertyValue
- The value required by the testpublic boolean exists()
public int getValue(int defaultValue)
public long getValue(long defaultValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |