Package | Description |
---|---|
org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
Class and Description |
---|
BootArchive
A Spring Boot "fat" archive task.
|
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.
|
ZipCompression
An enumeration of supported compression options for an entry in a ZIP archive.
|