Class Docker
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.common.Docker
-
@Immutable public class Docker extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Docker.Config
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull List<String>
getDockerRunArguments()
@NotNull String
getImage()
@NotNull Map<String,String>
getVolumes()
int
hashCode()
boolean
isUseDefaultVolumes()
String
toString()
-
-
-
Method Detail
-
getImage
@NotNull public @NotNull String getImage()
-
isUseDefaultVolumes
public boolean isUseDefaultVolumes()
-
-