| Package | Description |
|---|---|
| org.eclipse.jkube.kit.common |
| Modifier and Type | Method and Description |
|---|---|
AssemblyMode |
AssemblyConfiguration.getMode() |
static AssemblyMode |
AssemblyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssemblyMode[] |
AssemblyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssemblyConfiguration.AssemblyConfigurationBuilder |
AssemblyConfiguration.AssemblyConfigurationBuilder.mode(AssemblyMode mode)
Mode how the assembled files should be collected.
|
| Constructor and Description |
|---|
AssemblyConfiguration(String name,
String targetDir,
Boolean exportTargetDir,
boolean excludeFinalOutputArtifact,
AssemblyConfiguration.PermissionMode permissions,
AssemblyMode mode,
String user,
String tarLongFileMode,
Assembly inline,
List<Assembly> layers,
boolean flattened) |
Copyright © 2021. All rights reserved.