public class ContainerConfiguration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ContainerConfiguration.Builder
Builder for instantiating a
ContainerConfiguration . |
Modifier and Type | Field and Description |
---|---|
static java.time.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(java.lang.Object other) |
java.time.Instant |
getCreationTime() |
com.google.common.collect.ImmutableList<java.lang.String> |
getEntrypoint() |
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> |
getEnvironmentMap() |
com.google.common.collect.ImmutableSet<Port> |
getExposedPorts() |
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> |
getLabels() |
com.google.common.collect.ImmutableList<java.lang.String> |
getProgramArguments() |
java.lang.String |
getUser() |
com.google.common.collect.ImmutableSet<AbsoluteUnixPath> |
getVolumes() |
AbsoluteUnixPath |
getWorkingDirectory() |
int |
hashCode() |
public static final java.time.Instant DEFAULT_CREATION_TIME
public static ContainerConfiguration.Builder builder()
ContainerConfiguration
.public java.time.Instant getCreationTime()
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> getEntrypoint()
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> getProgramArguments()
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> getEnvironmentMap()
@Nullable public com.google.common.collect.ImmutableSet<Port> getExposedPorts()
@Nullable public com.google.common.collect.ImmutableSet<AbsoluteUnixPath> getVolumes()
@Nullable public java.lang.String getUser()
@Nullable public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> getLabels()
@Nullable public AbsoluteUnixPath getWorkingDirectory()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object