| Modifier and Type | Class and Description |
|---|---|
static class |
Image.Builder<T extends Layer>
Builds the immutable
Image. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Layer> |
builder() |
Instant |
getCreated() |
com.google.common.collect.ImmutableList<String> |
getEntrypoint() |
com.google.common.collect.ImmutableMap<String,String> |
getEnvironment() |
com.google.common.collect.ImmutableList<Port> |
getExposedPorts() |
com.google.common.collect.ImmutableList<String> |
getJavaArguments() |
com.google.common.collect.ImmutableList<T> |
getLayers() |
public static <T extends Layer> Image.Builder<T> builder()
@Nullable public com.google.common.collect.ImmutableMap<String,String> getEnvironment()
@Nullable public com.google.common.collect.ImmutableList<String> getJavaArguments()
public com.google.common.collect.ImmutableList<T> getLayers()
Copyright © 2018. All rights reserved.