@Immutable public class RunConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RunConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static RunConfig.Builder |
builder() |
Optional<String> |
getAdditionalArgs() |
Optional<String> |
getCommand() |
Optional<String> |
getContainerName() |
Map<String,String> |
getEnv() |
Map<String,String> |
getLinks() |
List<String> |
getPassedEnv() |
List<PortMapping> |
getPorts() |
List<DataVolume> |
getVolumes() |
Optional<String> |
getWorkDir() |
boolean |
isDetach() |
boolean |
isUseInitialisingScript() |
@NotNull public List<PortMapping> getPorts()
@NotNull public List<DataVolume> getVolumes()
public boolean isDetach()
public boolean isUseInitialisingScript()
@NotNull public static RunConfig.Builder builder()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.