public interface DockerPipelineConfiguration extends OptionallyConvertibleFromConfig
Modifier and Type | Method and Description |
---|---|
@NotNull List<String> |
getAdditionalArgs()
Additional arguments for docker command.
|
@NotNull List<DataVolume> |
getDataVolumes()
List of data volume mapping between host and container.
|
@Nullable String |
getImage()
Docker image to be used for the Docker pipeline.
|
boolean |
isEnabled()
Whether the Docker pipeline is enabled.
|
void |
setAdditionalArgs(@NotNull Iterable<String> additionalArgs) |
void |
setDataVolumes(@NotNull Iterable<DataVolume> dataVolumes) |
void |
setEnabled(boolean enabled) |
void |
setImage(@Nullable String image) |
isValid
populateFromConfig, toConfiguration
boolean isEnabled()
void setEnabled(boolean enabled)
@Nullable @Nullable String getImage()
Example: localhost:5000/atlassian/docker-image:version-5
void setImage(@Nullable @Nullable String image)
@NotNull @NotNull List<DataVolume> getDataVolumes()
void setDataVolumes(@NotNull @NotNull Iterable<DataVolume> dataVolumes)
@NotNull @NotNull List<String> getAdditionalArgs()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.