public interface Constants
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENT_CONTAINER_NAME |
static String |
BUILD_DIR |
static String |
BUILD_DIR_VOLUME_NAME |
static String |
DOCKER_SOCKET |
static String |
DOCKER_SOCKET_VOLUME_NAME |
static String |
ECS_CLUSTER_KEY |
static String |
ECS_CONTAINER_INSTANCE_ARN_KEY |
static String |
ENV_VAR_IMAGE
The environment variable to override on the agent per image.
|
static String |
ENV_VAR_PBC_EXTRA_LINKS
a space separated list of container names that the extra container should link to.
|
static String |
ENV_VAR_PBC_ULIMIT_OVERRIDE
environment variable name for extra containers that when defined will be used
to tweak the extra container's ulimits.
|
static String |
ENV_VAR_RESULT_ID
The environment variable to set the result spawning up the agent.
|
static String |
ENV_VAR_SERVER
The environment variable to override on the agent per server.
|
static String |
METADATA_CONTAINER_NAME |
static com.amazonaws.services.ecs.model.ContainerDefinition |
METADATA_DEFINITION |
static String |
METADATA_IMAGE |
static int |
MINUTES_BEFORE_BILLING_CYCLE
minutes before billing cycle is reached.
|
static int |
POLLING_INTERVAL
the maximum interval in minutes in what the state instances in cluster will be checked and
eventually killed.
|
static String |
PROPERTY_DIND_IMAGE
This is the version of Docker in Docker that will override the versions specified above.
|
static String |
PROPERTY_DIND_OVERRIDE_IMAGES
The versions of Docker in Docker specified in this system property (as a comma separated list,
e.g., "docker:1.12-dind,docker:1.11-dind") will be overridden with a newer version that
matches the system property below.
|
static String |
PROPERTY_DRAIN_DISCONNECTED
System property to drain instances with disconnected agents rather than killing the outright.
|
static String |
RESULT_PART_EC2_INSTANCEID |
static String |
RESULT_PART_ECS_CONTAINERARN |
static String |
RESULT_PART_TASKARN |
static String |
RUN_SCRIPT |
static String |
SIDEKICK_CONTAINER_NAME |
static com.amazonaws.services.ecs.model.ContainerDefinition |
SIDEKICK_DEFINITION |
static String |
storage_driver
the storage driver used with docker on the ec2 instances in ecs.
|
static String |
STORAGE_DRIVER_PROPERTY
name of ecs container instance attribute and bamboo server/pbc service system property
that denotes what storage driver to pass to the docker-in-docker daemon.
|
static String |
WORK_DIR |
static final String STORAGE_DRIVER_PROPERTY
static final String PROPERTY_DIND_OVERRIDE_IMAGES
static final String PROPERTY_DIND_IMAGE
static final String storage_driver
static final String PROPERTY_DRAIN_DISCONNECTED
static final String SIDEKICK_CONTAINER_NAME
static final String AGENT_CONTAINER_NAME
static final String METADATA_CONTAINER_NAME
static final String BUILD_DIR_VOLUME_NAME
static final String METADATA_IMAGE
static final String DOCKER_SOCKET
static final String DOCKER_SOCKET_VOLUME_NAME
static final String ENV_VAR_IMAGE
static final String ENV_VAR_SERVER
static final String ENV_VAR_RESULT_ID
static final String WORK_DIR
static final String BUILD_DIR
static final String RUN_SCRIPT
static final String ECS_CLUSTER_KEY
static final String ECS_CONTAINER_INSTANCE_ARN_KEY
static final String RESULT_PART_TASKARN
static final String RESULT_PART_EC2_INSTANCEID
static final String RESULT_PART_ECS_CONTAINERARN
static final String ENV_VAR_PBC_ULIMIT_OVERRIDE
static final String ENV_VAR_PBC_EXTRA_LINKS
static final int POLLING_INTERVAL
static final int MINUTES_BEFORE_BILLING_CYCLE
static final com.amazonaws.services.ecs.model.ContainerDefinition SIDEKICK_DEFINITION
static final com.amazonaws.services.ecs.model.ContainerDefinition METADATA_DEFINITION
Copyright © 2022 Atlassian Pty Ltd. All rights reserved.