| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.model.task.docker |
Properties classes related to Docker CLI task.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull 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(@Nullable String description,
boolean enabled,
@NotNull String imageName,
@NotNull DockerBuildImageTaskProperties.DockerfileContent dockerfileContent,
@Nullable String dockerfile,
boolean useCache,
boolean saveAsFile,
@Nullable String imageFileName,
@Nullable String additionalArguments,
@Nullable String environmentVariables,
@Nullable String workingSubdirectory,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.