| 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() |
com.google.common.collect.ImmutableList<String> |
getEntrypoint() |
com.google.common.collect.ImmutableList<String> |
getEnvironment() |
com.google.common.collect.ImmutableList<String> |
getExposedPorts() |
com.google.common.collect.ImmutableList<String> |
getJavaArguments() |
com.google.common.collect.ImmutableList<T> |
getLayers() |
public static <T extends Layer> Image.Builder<T> builder()
public com.google.common.collect.ImmutableList<String> getEnvironment()
public com.google.common.collect.ImmutableList<String> getEntrypoint()
public com.google.common.collect.ImmutableList<String> getJavaArguments()
public com.google.common.collect.ImmutableList<String> getExposedPorts()
public com.google.common.collect.ImmutableList<T> getLayers()
Copyright © 2018. All rights reserved.