com.atlassian.bamboo.utils
Class SystemProperty.IntegerSystemProperty

java.lang.Object
  extended by com.atlassian.bamboo.utils.SystemProperty
      extended by com.atlassian.bamboo.utils.SystemProperty.IntegerSystemProperty
Enclosing class:
SystemProperty

public static class SystemProperty.IntegerSystemProperty
extends SystemProperty


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.bamboo.utils.SystemProperty
SystemProperty.IntegerSystemProperty
 
Field Summary
 
Fields inherited from class com.atlassian.bamboo.utils.SystemProperty
ALLOW_UNSUPPORTED_DB, ANT_HOME, ARTIFACT_COMPRESSION_DARK_FEATURE, ARTIFACT_HANDLER_DARK_FEATURE, ARTIFACT_SIZE_LIMIT_PER_BUILD, ATLASSIAN_DEV_MODE, BAMBOO_DELETION_ENABLED, BAMBOO_FREEMARKER_DEBUG, BAMBOO_HOME_FROM_ENV, BAMBOO_HOME_PROPERTY_NAME, BAMBOO_HOSTED_MODE, BAMBOO_HOSTED_TEST_MODE, BAMBOO_MAX_AGENTS_LOADING, BAMBOO_RELOAD_AGENT_CLASSPATH, BAMBOO_REQUEST_PROFILING, BUILD_FAILED_MARKER, BUILD_PARENT_JAVA_IO_TMPDIR, BUILD_RESULTS_CACHE_SIZE, BUILD_SUCCESSFUL_MARKER, BUILDING_DISABLED, CVS_CHECKOUT_FORMAT, CVS_FORCE_CHECKOUT_TO_LATEST, CVS_SOCKET_TIMEOUT_MS, CVS_TIME_DIFF, DEFAULT_CVS_ROOT, DEFAULT_P4_EXE, DEFAULT_PERFORCE_CLIENT, DEFAULT_PERFORCE_PORT, DEFAULT_PERFORCE_USER, DIRECTORY_SCANNING_PLUGIN_SCAN_DIR, DISABLE_AGENT_AUTO_CAPABILITY_DETECTION, DISABLE_BRANCH_DETECTION, DISABLE_CLOSED_BRANCH_DETECTION, EC2_IGNORE_CERT_CHECK, EC2_TUNNEL_ENABLED, ELASTIC_AGENT_LOG_AWS_ID, ELASTIC_AGENT_LOG_AWS_SECRET, ELASTIC_IMAGE_AMI_ID, EVENT_MANAGER_CORE_POOL_SIZE, EVENT_MANAGER_MAXIMUM_POOL_SIZE, EXPORT_WAIT_FOR_SERVER_PAUSE_SLEEP, EXPORT_WAIT_FOR_SERVER_PAUSE_TIMEOUT, FILE_UPLOAD_MAXIMUM_SIZE, FILTER_MAVEN_LOG_FOR_DOWNLOAD_STATUS, FIND_SUCCESS_MESSAGE_IN_LAST, FIRE_INITAL_BUILD_FOR_MANUAL_STRATEGY, FS_TIMESTAMP_RESOLUTION_MS, HG_CHANGE_SET_LIMIT, HG_COMMAND_FORCE_DEBUG, LOG_LINES_FOR_NOTIFICATIONS, MAVEN_HOME, MAVEN2_HOME, MAX_VCS_OPERATION_RETRIES, NEW_APPSWITCHER_DARK_FEATURE, PATH, PATH_SET_ALLOWED, PDL_DARK_FEATURE, PLAN_EXECUTION_DETECTION_THREADS, ROTP_ADMIN_SHORTCUTS_DARK_FEATURE, ROTP_DARK_FEATURE, ROTP_PROJECT_SHORTCUTS_DARK_FEATURE, SEARCH_BUILD_SUCCESS_FAIL_MESSAGE_EVERYWHERE, SEND_FILE_NAMES_TO_AGENT, SVN_CACHE_CREDENTIALS, SVN_SPOOL_TO_FILE, SVN_WC_FORMAT
 
Constructor Summary
SystemProperty.IntegerSystemProperty(boolean mandatory, long defaultValue, java.lang.String... properties)
           
 
Method Summary
 long getTypedValue()
           
 
Methods inherited from class com.atlassian.bamboo.utils.SystemProperty
exists, getEnvironmentVariable, getKey, getValue, getValue, getValue, getValue, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemProperty.IntegerSystemProperty

public SystemProperty.IntegerSystemProperty(boolean mandatory,
                                            long defaultValue,
                                            java.lang.String... properties)
Method Detail

getTypedValue

public long getTypedValue()
Returns:
integer value of property
Throws:
${@link - NumberFormatException} if property cannot be parsed


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.