Uses of Class
com.atlassian.bamboo.utils.SystemProperty

Packages that use SystemProperty
com.atlassian.bamboo.utils   
 

Uses of SystemProperty in com.atlassian.bamboo.utils
 

Fields in com.atlassian.bamboo.utils declared as SystemProperty
static SystemProperty SystemProperty.ANT_HOME
          Location of ANT
static SystemProperty SystemProperty.BAMBOO_HOME_FROM_ENV
          Location of Bamboo Home
static SystemProperty SystemProperty.BUILD_RESULTS_CACHE_SIZE
          Make the buildresults cache configurable
static SystemProperty SystemProperty.BUILDING_DISABLED
           
static SystemProperty 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 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 SystemProperty SystemProperty.CVS_TIME_DIFF
          The CVS Server's time offset in minutes if different to Bamboo Server
static SystemProperty SystemProperty.DEFAULT_CVS_ROOT
          Default CVS Root (CVS server!)
static SystemProperty SystemProperty.DEFAULT_P4_EXE
          Default Perforce p4 executable
static SystemProperty SystemProperty.DEFAULT_PERFORCE_CLIENT
          Default Perforce Client
static SystemProperty SystemProperty.DEFAULT_PERFORCE_PORT
          Default Perforce Port (Perforce server!)
static SystemProperty SystemProperty.DEFAULT_PERFORCE_USER
          Default Perforce User
static SystemProperty SystemProperty.DISABLE_AGENT_AUTO_CAPABILITY_DETECTION
          Prevents agents from automatically overriding remote agent capabilities on new startup
static SystemProperty SystemProperty.DISABLE_SUCCESSFUL_TEST_INDEX
          A workaround for BAM-1323, allows us to ignore successful tests from the index, greatly improving performance of the reindex and reducing the size of it.
static SystemProperty SystemProperty.EC2_IGNORE_CERT_CHECK
          Allow EC2 agents to ignore invalid certificates, if not using the tunnel
static SystemProperty SystemProperty.EC2_TUNNEL_ENABLED
          Whether to enable Tunnel for http traffic two and from the agents.
static SystemProperty SystemProperty.ELASTIC_IMAGE_AMI_ID
          Lets you over ride the default elastic images used
static SystemProperty SystemProperty.FILTER_MAVEN_LOG_FOR_DOWNLOAD_STATUS
           
static SystemProperty SystemProperty.FIND_SUCCESS_MESSAGE_IN_LAST
          Number of lines for builders to look back to guarantee
static SystemProperty SystemProperty.LOG_LINES_FOR_NOTIFICATIONS
          Lets you control how much information is showed in notifications - for build completed emails the last x number of error lines will be included - for build errored emails the first x number of lines of the stack trace will be included
static SystemProperty SystemProperty.MAVEN_HOME
          Location of MAVEN
static SystemProperty SystemProperty.MAVEN2_HOME
          Location of MAVEN 2
static SystemProperty SystemProperty.PATH
          The system PATH variable.
static SystemProperty SystemProperty.SEARCH_BUILD_SUCCESS_FAIL_MESSAGE_EVERYWHERE
          A workaround for BAM-4069, allows us to search for build successful/failed messages.
static SystemProperty SystemProperty.SVN_14_COMPATIBLE
          Bamboo will check out subversion code in 1.4 format rather than 1.5
static SystemProperty SystemProperty.SVN_SPOOL_TO_FILE
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.