@Immutable public class Docker extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Docker.Config |
Constructor and Description |
---|
Docker(@NotNull String image,
@NotNull Map<String,String> volumes,
@NotNull List<String> dockerRunArguments,
boolean useDefaultVolumes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull List<String> |
getDockerRunArguments() |
@NotNull String |
getImage() |
@NotNull Map<String,String> |
getVolumes() |
int |
hashCode() |
boolean |
isUseDefaultVolumes() |
String |
toString() |
@NotNull public @NotNull String getImage()
public boolean isUseDefaultVolumes()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.