Class RestDockerPipelineConfiguration
java.lang.Object
com.atlassian.bamboo.rest.model.build.docker.RestDockerPipelineConfiguration
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRestDockerPipelineConfiguration
(boolean enabled, String dockerImage, List<RestDataVolume> dataVolumes, List<String> additionalArguments) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
DOCKER_ENABLED_FIELD_NAME
-
DOCKER_IMAGE_FIELD_NAME
-
DOCKER_DATA_VOLUMES
-
DOCKER_ARGUMENTS
-
ALL_REST_DOCKER_FIELDS
-
-
Constructor Details
-
RestDockerPipelineConfiguration
public RestDockerPipelineConfiguration(boolean enabled, String dockerImage, List<RestDataVolume> dataVolumes, List<String> additionalArguments)
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
getDockerImage
-
getDataVolumes
-
getAdditionalArguments
-