FileEntriesLayer
.@Deprecated
@Immutable
public class LayerConfiguration
extends java.lang.Object
builder()
.Modifier and Type | Class and Description |
---|---|
static class |
LayerConfiguration.Builder
Deprecated.
Builds a
LayerConfiguration . |
Modifier and Type | Field and Description |
---|---|
static com.google.cloud.tools.jib.api.buildplan.FilePermissionsProvider |
DEFAULT_FILE_PERMISSIONS_PROVIDER
Deprecated.
Provider that returns default file permissions (644 for files, 755 for directories).
|
static java.time.Instant |
DEFAULT_MODIFICATION_TIME
Deprecated.
Default file modification time (EPOCH + 1 second).
|
static com.google.cloud.tools.jib.api.buildplan.ModificationTimeProvider |
DEFAULT_MODIFICATION_TIME_PROVIDER
Deprecated.
Provider that returns default file modification time (EPOCH + 1 second).
|
Modifier and Type | Method and Description |
---|---|
static LayerConfiguration.Builder |
builder()
Deprecated.
Gets a new
LayerConfiguration.Builder for LayerConfiguration . |
com.google.common.collect.ImmutableList<LayerEntry> |
getLayerEntries()
Deprecated.
Gets the list of entries.
|
java.lang.String |
getName()
Deprecated.
Gets the name.
|
public static final com.google.cloud.tools.jib.api.buildplan.FilePermissionsProvider DEFAULT_FILE_PERMISSIONS_PROVIDER
public static final java.time.Instant DEFAULT_MODIFICATION_TIME
public static final com.google.cloud.tools.jib.api.buildplan.ModificationTimeProvider DEFAULT_MODIFICATION_TIME_PROVIDER
public static LayerConfiguration.Builder builder()
LayerConfiguration.Builder
for LayerConfiguration
.LayerConfiguration.Builder
public java.lang.String getName()
public com.google.common.collect.ImmutableList<LayerEntry> getLayerEntries()