public class ContainerConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContainerConfiguration.Builder
Builder for instantiating a
ContainerConfiguration . |
Modifier and Type | Field and Description |
---|---|
static Instant |
DEFAULT_CREATION_TIME
The default creation time of the container (constant to ensure reproducibility by default).
|
Modifier and Type | Method and Description |
---|---|
static ContainerConfiguration.Builder |
builder()
Constructs a builder for a
ContainerConfiguration . |
boolean |
equals(Object other) |
Instant |
getCreationTime() |
com.google.common.collect.ImmutableList<String> |
getEntrypoint() |
com.google.common.collect.ImmutableMap<String,String> |
getEnvironmentMap() |
com.google.common.collect.ImmutableSet<Port> |
getExposedPorts() |
com.google.common.collect.ImmutableMap<String,String> |
getLabels() |
com.google.common.collect.ImmutableList<String> |
getProgramArguments() |
String |
getUser() |
com.google.common.collect.ImmutableSet<AbsoluteUnixPath> |
getVolumes() |
AbsoluteUnixPath |
getWorkingDirectory() |
int |
hashCode() |
public static final Instant DEFAULT_CREATION_TIME
public static ContainerConfiguration.Builder builder()
ContainerConfiguration
.public Instant getCreationTime()
@Nullable public com.google.common.collect.ImmutableList<String> getProgramArguments()
@Nullable public com.google.common.collect.ImmutableMap<String,String> getEnvironmentMap()
@Nullable public com.google.common.collect.ImmutableSet<AbsoluteUnixPath> getVolumes()
@Nullable public AbsoluteUnixPath getWorkingDirectory()
Copyright © 2018. All rights reserved.