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