Uses of Class
com.atlassian.bamboo.utils.SystemProperty.IntegerSystemProperty
-
Uses of SystemProperty.IntegerSystemProperty in com.atlassian.bamboo.cluster
Modifier and TypeFieldDescriptionstatic final SystemProperty.IntegerSystemProperty
BambooClusterSettings.BAMBOO_CLUSTER_INFO_CACHE_TTL_SECONDS
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.CLUSTER_HEARTBEAT_ALIVE_TIMEOUT_IN_SECONDS
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.CLUSTER_HEARTBEAT_JOB_INTERVAL_IN_SECONDS
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.CROSS_NODES_EVENTS_GRPC_CLIENT_THREADS_NUMBER
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.GRPC_SERVER_THREADS_NUMBER
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.NODE_ALIVE_WATCHDOG_INTERVAL_IN_SECONDS
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.NUMBER_OF_PHYSICAL_QUEUES_UNDER_PER_NODE_QUEUE
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.PEER_TO_PEER_GRPC_CLIENT_THREADS_NUMBER
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.PER_NODE_PHYSICAL_QUEUE_MAX_SIZE
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.PER_NODE_PHYSICAL_QUEUE_MAX_USED_BYTES
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.PER_NODE_QUEUE_DISPATCHERS_THREADS_NUMBER
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.PER_NODE_QUEUE_STATS_LOGGING_INTERVAL_MINUTES
static final SystemProperty.IntegerSystemProperty
BambooClusterSettings.PRIMARY_CLUSTER_LOCK_TIMEOUT_SECONDS
-
Uses of SystemProperty.IntegerSystemProperty in com.atlassian.bamboo.utils
Modifier and TypeFieldDescriptionstatic final SystemProperty.IntegerSystemProperty
SystemProperty.ARTIFACT_COMPRESSION_BUFFER_SIZE
Size of buffer for compressing/decompressing artifacts.static final SystemProperty.IntegerSystemProperty
SystemProperty.ARTIFACT_COPY_BUFFER_SIZE
Size of buffer for copying/saving artifact to disk.static final SystemProperty.IntegerSystemProperty
SystemProperty.BAMBOO_ACTIVE_MQ_MEMORY_USAGE_LIMIT_MB
Lets you configure the maximum memory usage of ActiveMQ in MB.static final SystemProperty.IntegerSystemProperty
SystemProperty.BAMBOO_BUILD_EXPIRY_BATCH_INTERVAL_MILLISECONDS
Configure an interval between batches while processing build results in build expiry service.static final SystemProperty.IntegerSystemProperty
SystemProperty.BAMBOO_BUILD_EXPIRY_BATCH_SIZE
Configure how many results should be processed by build expiry service at each run.static final SystemProperty.IntegerSystemProperty
SystemProperty.BAMBOO_BUILD_EXPIRY_TRANSACTION_TIME_LIMIT_SECONDS
Configure a time limit for a transaction to remain open during the build expiry process.static final SystemProperty.IntegerSystemProperty
SystemProperty.BAMBOO_CLUSTER_INFO_CACHE_TTL_SECONDS
A time to live in seconds for the cluster info cache.static final SystemProperty.IntegerSystemProperty
SystemProperty.BUILD_RESULT_RETRY_DELAY_SECONDS
How long (in seconds) Bamboo Agent should wait before attempting to resend a build result.static final SystemProperty.IntegerSystemProperty
SystemProperty.BUILD_WARNINGS_MAXIMUM_COUNT_PER_BUILD
Configure maximum number of warnings stored per build.static final SystemProperty.IntegerSystemProperty
SystemProperty.BUILD_WARNINGS_QUEUE_MAX_SIZE
Configure max size of build warnings in queue waiting to be sent to remote repositories.static final SystemProperty.IntegerSystemProperty
SystemProperty.BUILD_WARNINGS_THREAD_COUNT
Configure number of threads which will send build warnings to external servers.static final SystemProperty.IntegerSystemProperty
SystemProperty.CHAIN_EXECUTION_DETECTION_THREADS
Determines the pool size for ChainExecutionManager.static final SystemProperty.IntegerSystemProperty
SystemProperty.CHANGE_DETECTION_CACHE_TTL_SECONDS
Sets the change detection cache TTL in seconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.CLUSTER_HEARTBEAT_ALIVE_TIMEOUT_IN_SECONDS
The duration (in seconds) after which a node is considered dead if no heartbeat is received.static final SystemProperty.IntegerSystemProperty
SystemProperty.CLUSTER_HEARTBEAT_JOB_INTERVAL_IN_SECONDS
The interval (in seconds) between two heartbeat jobs execution.static final SystemProperty.IntegerSystemProperty
SystemProperty.CROSS_NODES_EVENTS_GRPC_CLIENT_THREADS_NUMBER
The number of threads to use for the gRPC client scheduler shared across all channels.static final SystemProperty.IntegerSystemProperty
SystemProperty.CROWD_DELETED_ENTITY_CLEANUP_HOUR
Hour (in 24h format, from 0 to 23) at which a daily cleanup of deleted Crowd entities is run.static final SystemProperty.IntegerSystemProperty
SystemProperty.CROWD_DELETED_ENTITY_LISTENER_THREADS
Number of threads used to process entity deletion events from Embedded Crowd.static final SystemProperty.IntegerSystemProperty
SystemProperty.CROWD_DELETED_ENTITY_TIMEOUT_DAYS
Number of days after which cleanup of deleted Crowd entities will swipe away all remaining user/group data from Bamboo.static final SystemProperty.IntegerSystemProperty
SystemProperty.DEFAULT_TIMEOUT_FOR_HTTP_CLIENT
Default timeout forcom.atlassian.bamboo.rest.utils.RESTCall#getHttpClientWithTimeout()
Timeout is defined in milliseconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.EC2_TUNNEL_KEY_LENGTH
Set the key length used by EC2 tunnel encryption algorithm.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_AGENTS_LAUNCH_RETRIES_DELAY
The delay in seconds between two calls of the failed ephemeral agents' launch queue scan.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_AGENTS_LAUNCH_RETRIES_INITIAL_DELAY
The initial delay in seconds after which the first scan of the failed ephemeral agents' launch queue will be made.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_AGENTS_LAUNCH_RETRIES_MAX_NUMBER
The maximum number of retries that are going to be performed in case of the ephemeral agent launch failure.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_AGENTS_LAUNCH_RETRIES_QUEUE_SIZE
The size of the queue failed ephemeral agents' launch requests sit in.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_AGENTS_LOG_SIZE
The number of ephemeral agents related logs kept for displaying on the pods' management UI.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_KUBERNETES_EXECUTION_TIMEOUT
The execution timeout of ephemeral agents' Kubernetes cluster related commands in seconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_KUBERNETES_IDLE_TIMEOUT
The idle timeout of ephemeral agents' Kubernetes cluster related commands in seconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.EPHEMERAL_POD_DELETION_BATCH_SIZE
The number of pods with inactive bamboo-agent container being deleted in one batch.static final SystemProperty.IntegerSystemProperty
SystemProperty.EXPORT_WAIT_FOR_SERVER_PAUSE_SLEEP
Period between checks of the Server state when export is waiting for the server to pause.static final SystemProperty.IntegerSystemProperty
SystemProperty.EXPORT_WAIT_FOR_SERVER_PAUSE_TIMEOUT
Timeout period to wait for running jobs to all be paused before running an export.static final SystemProperty.IntegerSystemProperty
SystemProperty.FS_TIMESTAMP_RESOLUTION_MS
Defines the worst case resolution of times stored on filesystem.static final SystemProperty.IntegerSystemProperty
SystemProperty.GRPC_SERVER_THREADS_NUMBER
The number of threads to use for the gRPC server scheduler.static final SystemProperty.IntegerSystemProperty
SystemProperty.IMPORT_REPORT_PROGRESS_STEP_PROPERTY
How often should Bamboo display import progressstatic final SystemProperty.IntegerSystemProperty
SystemProperty.JIRA_ISSUE_UPDATE_INTERVAL_SECONDS
How often Bamboo publishes issue updates to Jira, in seconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.JIRA_ISSUE_UPDATE_MAX_DELAY_MULTIPLIER
Maximum number of times Bamboo postpones updating Jira issue if issue is updated repeatedly.static final SystemProperty.IntegerSystemProperty
SystemProperty.LOG_LINES_FOR_NOTIFICATIONS
Lets you control how much information is showed in notificationsstatic final SystemProperty.IntegerSystemProperty
SystemProperty.MAIL_QUEUE_SIZE
Size of Bamboo's mail queuestatic final SystemProperty.IntegerSystemProperty
SystemProperty.MAX_CONCURRENT_EXPENSIVE_MESSAGES
Configure maximum number of threads to handle expensive messages concurrently.static final SystemProperty.IntegerSystemProperty
SystemProperty.MAX_PENDING_TEST_CASE_EVICTIONS
How often do the test cases get evicted during test parsing.static final SystemProperty.IntegerSystemProperty
SystemProperty.MAX_PRIMARY_LOCK_ACQUISITION_ERRORS
Maximum number of database connection errors (the SQLState class '08') for which Bamboo will retry primary lock acquisition.static final SystemProperty.IntegerSystemProperty
SystemProperty.MAX_TOKENS_PER_USER
Max number of personal access token per user.static final SystemProperty.IntegerSystemProperty
SystemProperty.MAXIMUM_ALLOWED_ELASTIC_AGENT_STARTUP_TIME_MINUTES
If the elastic agent still isn't alive after this timeout, the instance will be shut down.static final SystemProperty.IntegerSystemProperty
SystemProperty.NODE_ALIVE_WATCHDOG_INTERVAL_IN_SECONDS
The interval (in seconds) at which the node alive watchdog checks if the node is still alive and operational.static final SystemProperty.IntegerSystemProperty
SystemProperty.NUMBER_OF_PHYSICAL_QUEUES_UNDER_PER_NODE_QUEUE
The number of physical queues under a single virtual per node queue.static final SystemProperty.IntegerSystemProperty
SystemProperty.ORPHANED_PULL_REQUEST_INACTIVITY_DAYS
Number of days between last pull request modification and 'now' before pull requests will be deleted.static final SystemProperty.IntegerSystemProperty
SystemProperty.OSGI_SERVICE_INVOCATION_TIMEOUT
Set the OSGi Service Invocation Timeout in milliseconds Default: 10000ms, 10 secondsstatic final SystemProperty.IntegerSystemProperty
SystemProperty.PEER_TO_PEER_GRPC_CLIENT_THREADS_NUMBER
The number of threads to use for the gRPC client scheduler shared across all channels.static final SystemProperty.IntegerSystemProperty
SystemProperty.PER_NODE_PHYSICAL_QUEUE_MAX_SIZE
The maximum number of elements in a single physical queue under virtual per node queue.static final SystemProperty.IntegerSystemProperty
SystemProperty.PER_NODE_PHYSICAL_QUEUE_MAX_USED_BYTES
The maximum size in bytes of a single physical queue under virtual per node queue.static final SystemProperty.IntegerSystemProperty
SystemProperty.PER_NODE_QUEUE_DISPATCHERS_THREADS_NUMBER
The number of threads the per node queue dispatchers' executor will use.static final SystemProperty.IntegerSystemProperty
SystemProperty.PER_NODE_QUEUE_STATS_LOGGING_INTERVAL_MINUTES
The interval between two consecutive logging entries of per node queue stats.static final SystemProperty.IntegerSystemProperty
SystemProperty.PERFORMANCE_DATA_DISPATCH_HOUR
Hour (in 24h format, from 0 to 23) at which daily summary of performance is sent via Analytics.static final SystemProperty.IntegerSystemProperty
SystemProperty.PLAN_EXECUTION_DETECTION_THREADS
Allows for the pool size for change detection to be modified.static final SystemProperty.IntegerSystemProperty
SystemProperty.PLAN_EXECUTION_IDLE_TIMEOUT
Determines the number of seconds after which the IDLE thread will be removed from the "BAM::PlanExec" and "ChainExec" thread pool.static final SystemProperty.IntegerSystemProperty
SystemProperty.PLUGIN_SYSTEM_LOCK_TIMEOUT_SECONDS
How long (in seconds) does the Bamboo plugin system wait before deciding that a taken lock expired and will be taken anyway.static final SystemProperty.IntegerSystemProperty
SystemProperty.PRIMARY_CLUSTER_LOCK_TIMEOUT_SECONDS
How long (in seconds) does the Bamboo secondary node wait before deciding that primary node is no longer available.static final SystemProperty.IntegerSystemProperty
SystemProperty.PULL_REQUEST_CACHE_TTL
Sets the pull request detection cache TTL in seconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.PULL_REQUEST_DETECTION_THREAD_COUNT
Size of thread pool for pull request detection.static final SystemProperty.IntegerSystemProperty
SystemProperty.PULL_REQUEST_POLLING_INTERVAL
Interval between polling for open PRs in seconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.REMOTE_AGENT_ASYNCH_DISPATCH_THREADPOOL_SIZE
If agent transport should use asynchronous dispatching.static final SystemProperty.IntegerSystemProperty
SystemProperty.REMOTE_BROADCAST_DOWNTIME_INCREMENT_SECONDS
Configuring remote event broadcast back off on timeout exceptions: base length of 'quiet time' in seconds.static final SystemProperty.IntegerSystemProperty
SystemProperty.REMOTE_BROADCAST_DOWNTIME_MAX_MULTIPLIER
Configuring remote event broadcast back off on timeout exceptions: maximum broadcast break multiplier.static final SystemProperty.IntegerSystemProperty
SystemProperty.REPOSITORY_STORED_SPECS_THREADS
Set the amount of parallel threads processing independent specs updatesstatic final SystemProperty.IntegerSystemProperty
SystemProperty.REPOSITORY_STORED_SPECS_TIMEOUT_SECONDS
Set the timeout on commands executed in the repository stored specs featurestatic final SystemProperty.IntegerSystemProperty
SystemProperty.SPECS_CODE_POINTS_LIMIT_PROPERTY
Configure max length of accepted Yaml file when Java Specs are being processed.static final SystemProperty.IntegerSystemProperty
SystemProperty.SPECS_DETECTION_THREADS
Allows for the pool size for Bamboo Specs detection to be modified.static final SystemProperty.IntegerSystemProperty
SystemProperty.SPECS_MAX_ALIASES_FOR_COLLECTIONS
Configure count of anchor elements for generated Yaml file when Java Specs are being processed.static final SystemProperty.IntegerSystemProperty
SystemProperty.SPECS_YAML_INCLUDE_MAX_DEPTH
Max depth of file inclusions in YAML Specs.static final SystemProperty.IntegerSystemProperty
SystemProperty.SSH_PROXY_CLIENT_AUTH_TIMEOUT
Authentication timeout for SSH proxy which Bamboo starts to fetch data for some repositories, e.g.static final SystemProperty.IntegerSystemProperty
SystemProperty.SSH_PROXY_CLIENT_IDLE_TIMEOUT
Idle timeout for SSH Proxy Client which Bamboo uses to fetch data from Bamboo Proxy Server for some repositories, e.g.static final SystemProperty.IntegerSystemProperty
SystemProperty.SSH_PROXY_SERVER_IDLE_TIMEOUT
Idle timeout for SSH Proxy Server which Bamboo starts to fetch data for some repositories, e.g.static final SystemProperty.IntegerSystemProperty
SystemProperty.SSH_PROXY_SERVER_READ_TIMEOUT
Read timeout for SSH Proxy Server which Bamboo starts to fetch data for some repositories, e.g.static final SystemProperty.IntegerSystemProperty
SystemProperty.STASH_REPOSITORY_TRIGGER_POLLING_INTERVAL
Polling interval (in seconds) for Stash trigger type.static final SystemProperty.IntegerSystemProperty
SystemProperty.VARIABLE_UPGRADE_BATCH_SIZE
Configure how many results should be processed at each run of variable upgrade.static final SystemProperty.IntegerSystemProperty
SystemProperty.WAITING_FOR_DEDICATED_AGENT_DURATION
The duration in seconds, the queue reserves the queue item for the dedicated agent.static final SystemProperty.IntegerSystemProperty
SystemProperty.WEBHOOK_MAX_QUEUE_SIZE
Size of Webhook's queue to send.static final SystemProperty.IntegerSystemProperty
SystemProperty.WEBHOOK_MAX_RETRIES
Max number or webhook send retries.static final SystemProperty.IntegerSystemProperty
SystemProperty.WEBHOOK_THREAD_COUNT
Size of thread pool for webhooks sending.static final SystemProperty.IntegerSystemProperty
SystemProperty.WEBHOOK_TIMEOUT
Timeout for webhook calls in ms.SystemProperty.WEBSUDO_SESSION_DURATION
The duration of the websudo session in secondsSystemProperty.WEBSUDO_SESSION_DURATION_TOLERANCE
We include a tolerance to the web sudo session duration comparison to account for slight differences in the clock's time across nodes.