Class RestDockerPipelineConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.build.docker.RestDockerPipelineConfiguration
-
public class RestDockerPipelineConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
ALL_REST_DOCKER_FIELDS
static String
DOCKER_ARGUMENTS
static String
DOCKER_DATA_VOLUMES
static String
DOCKER_ENABLED_FIELD_NAME
static String
DOCKER_IMAGE_FIELD_NAME
-
Constructor Summary
Constructors Constructor Description RestDockerPipelineConfiguration(boolean enabled, String dockerImage, List<RestDataVolume> dataVolumes, List<String> additionalArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAdditionalArguments()
List<RestDataVolume>
getDataVolumes()
String
getDockerImage()
boolean
isEnabled()
-
-
-
Constructor Detail
-
RestDockerPipelineConfiguration
public RestDockerPipelineConfiguration(boolean enabled, String dockerImage, List<RestDataVolume> dataVolumes, List<String> additionalArguments)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
getDockerImage
public String getDockerImage()
-
getDataVolumes
public List<RestDataVolume> getDataVolumes()
-
-