See: Description
Interface | Description |
---|---|
BootArchive |
A Spring Boot "fat" archive task.
|
Class | Description |
---|---|
BootBuildImage |
A
Task for bundling an application into an OCI image using a
buildpack. |
BootJar |
A custom
Jar task that produces a Spring Boot executable jar. |
BootWar |
A custom
War task that produces a Spring Boot executable war. |
DockerSpec |
Encapsulates Docker configuration options.
|
DockerSpec.DockerRegistrySpec |
Encapsulates Docker registry authentication configuration options.
|
LaunchScriptConfiguration |
Encapsulates the configuration of the launch script for an executable jar or war.
|
LayeredSpec |
Encapsulates the configuration for a layered archive.
|
LayeredSpec.ApplicationSpec |
An
LayeredSpec.IntoLayersSpec that controls the layers to which application classes and
resources belong. |
LayeredSpec.DependenciesIntoLayerSpec |
Spec that controls the dependencies that should be part of a particular layer.
|
LayeredSpec.DependenciesSpec |
An
LayeredSpec.IntoLayersSpec that controls the layers to which dependencies belong. |
LayeredSpec.IntoLayerSpec |
Spec that controls the content that should be part of a particular layer.
|
LayeredSpec.IntoLayersSpec |
Base class for specs that control the layers to which a category of content should
belong.
|
Enum | Description |
---|---|
ZipCompression |
An enumeration of supported compression options for an entry in a ZIP archive.
|