- AbsoluteUnixPath - Class in com.google.cloud.tools.jib.api.buildplan
-
Represents a Unix-style path in absolute form (containing all path components relative to the
file system root /).
- addEntry(FileEntry) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer.
- addEntry(Path, AbsoluteUnixPath) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer.
- addEntry(Path, AbsoluteUnixPath, FilePermissions) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer with the given permissions.
- addEntry(Path, AbsoluteUnixPath, Instant) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer with the given file modification time.
- addEntry(Path, AbsoluteUnixPath, FilePermissions, Instant) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer with the given permissions and file modification time.
- addEntry(Path, AbsoluteUnixPath, FilePermissions, Instant, String) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer with the given permissions and file modification time.
- addEntryRecursive(Path, AbsoluteUnixPath) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer.
- addEntryRecursive(Path, AbsoluteUnixPath, FilePermissionsProvider) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer.
- addEntryRecursive(Path, AbsoluteUnixPath, FilePermissionsProvider, ModificationTimeProvider) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer.
- addEntryRecursive(Path, AbsoluteUnixPath, FilePermissionsProvider, ModificationTimeProvider, OwnershipProvider) - Method in class com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer.Builder
-
Adds an entry to the layer.
- addEnvironmentVariable(String, String) - Method in class com.google.cloud.tools.jib.api.buildplan.ContainerBuildPlan.Builder
-
Adds a variable in the container environment.
- addExposedPort(Port) - Method in class com.google.cloud.tools.jib.api.buildplan.ContainerBuildPlan.Builder
-
Adds a port to expose from the container.
- addLabel(String, String) - Method in class com.google.cloud.tools.jib.api.buildplan.ContainerBuildPlan.Builder
-
Sets a label for the container.
- addLayer(LayerObject) - Method in class com.google.cloud.tools.jib.api.buildplan.ContainerBuildPlan.Builder
-
- addPlatform(String, String) - Method in class com.google.cloud.tools.jib.api.buildplan.ContainerBuildPlan.Builder
-
Adds a desired image platform (OS and architecture pair).
- addVolume(AbsoluteUnixPath) - Method in class com.google.cloud.tools.jib.api.buildplan.ContainerBuildPlan.Builder
-
Adds a directory that may hold an externally mounted volume.