| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.model.task.docker |
Properties classes related to Docker CLI task.
|
| Modifier and Type | Method and Description |
|---|---|
DockerBuildImageTaskProperties.DockerfileContent |
DockerBuildImageTaskProperties.getDockerfileContent() |
static DockerBuildImageTaskProperties.DockerfileContent |
DockerBuildImageTaskProperties.DockerfileContent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerBuildImageTaskProperties.DockerfileContent[] |
DockerBuildImageTaskProperties.DockerfileContent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DockerBuildImageTaskProperties(String description,
boolean enabled,
String imageName,
DockerBuildImageTaskProperties.DockerfileContent dockerfileContent,
String dockerfile,
boolean useCache,
boolean saveAsFile,
String imageFileName,
String environmentVariables,
String workingSubdirectory) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.