See: Description
Interface | Description |
---|---|
BootArchive |
A Spring Boot "fat" archive task.
|
Class | Description |
---|---|
BootBuildImage | |
BootJar |
A custom
Jar task that produces a Spring Boot executable jar. |
BootWar |
A custom
War task that produces a Spring Boot executable war. |
CacheSpec |
Configuration for an image building cache.
|
CacheSpec.VolumeCacheSpec |
Configuration for an image building cache stored in a Docker volume.
|
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.
|