java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.common.Docker
@Immutable
public class Docker
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Docker
public Docker(@NotNull
@NotNull String image,
@NotNull
@NotNull Map<String,String> volumes,
@NotNull
@NotNull List<String> dockerRunArguments,
boolean useDefaultVolumes)
-
Method Details
-
-
-
-
getImage
@NotNull
public @NotNull String getImage()
-
-
isUseDefaultVolumes
public boolean isUseDefaultVolumes()
-
getDockerRunArguments
@NotNull
public @NotNull List<String> getDockerRunArguments()