@Immutable public class DockerConfigurationProperties extends Object implements EntityProperties
Modifier and Type | Field and Description |
---|---|
static Map<String,String> |
DEFAULT_VOLUMES |
static ValidationContext |
VALIDATION_CONTEXT |
Constructor and Description |
---|
DockerConfigurationProperties(boolean enabled,
String image,
Map<String,String> volumes,
List<String> dockerRunArguments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getDockerRunArguments() |
String |
getImage() |
Map<String,String> |
getVolumes() |
int |
hashCode() |
boolean |
isEnabled() |
void |
validate() |
public static final ValidationContext VALIDATION_CONTEXT
public void validate()
validate
in interface EntityProperties
public boolean isEnabled()
public String getImage()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.