- binding(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Add an entry to the volume bindings that will be mounted to the container when
building the image.
- bindings(List<String>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Add entries to the volume bindings that will be mounted to the container when
building the image.
- BOM_COORDINATES - Static variable in class org.springframework.boot.gradle.plugin.SpringBootPlugin
-
The coordinates (group:name:version)
of the
spring-boot-dependencies
bom.
- BOOT_ARCHIVES_CONFIGURATION_NAME - Static variable in class org.springframework.boot.gradle.plugin.SpringBootPlugin
-
The name of the Configuration
that contains Spring Boot archives.
- BOOT_BUILD_IMAGE_TASK_NAME - Static variable in class org.springframework.boot.gradle.plugin.SpringBootPlugin
-
- BOOT_JAR_TASK_NAME - Static variable in class org.springframework.boot.gradle.plugin.SpringBootPlugin
-
The name of the default
BootJar
task.
- BOOT_WAR_TASK_NAME - Static variable in class org.springframework.boot.gradle.plugin.SpringBootPlugin
-
The name of the default
BootWar
task.
- BootArchive - Interface in org.springframework.boot.gradle.tasks.bundling
-
A Spring Boot "fat" archive task.
- BootBuildImage - Class in org.springframework.boot.gradle.tasks.bundling
-
A
Task
for bundling an application into an OCI image using a
buildpack.
- BootBuildImage() - Constructor for class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
- bootInf(Action<CopySpec>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
Calls the given action
to add content to the BOOT-INF
directory of
the jar.
- BootJar - Class in org.springframework.boot.gradle.tasks.bundling
-
A custom Jar
task that produces a Spring Boot executable jar.
- BootJar() - Constructor for class org.springframework.boot.gradle.tasks.bundling.BootJar
-
Creates a new BootJar
task.
- BootRun - Class in org.springframework.boot.gradle.tasks.run
-
Custom JavaExec
task for running a Spring Boot application.
- BootRun() - Constructor for class org.springframework.boot.gradle.tasks.run.BootRun
-
- BootWar - Class in org.springframework.boot.gradle.tasks.bundling
-
A custom War
task that produces a Spring Boot executable war.
- BootWar() - Constructor for class org.springframework.boot.gradle.tasks.bundling.BootWar
-
Creates a new BootWar
task.
- buildCache(Action<CacheSpec>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Customizes the
CacheSpec
for the build cache using the given
action
.
- buildCache(Closure<?>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Customizes the
CacheSpec
for the build cache using the given
closure
.
- builderRegistry(Action<DockerSpec.DockerRegistrySpec>) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
-
- builderRegistry(Closure<?>) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
-
- buildInfo() - Method in class org.springframework.boot.gradle.dsl.SpringBootExtension
-
Creates a new
BuildInfo
task named
bootBuildInfo
and configures the
Java plugin's
classes
task to depend upon it.
- buildInfo(Action<BuildInfo>) - Method in class org.springframework.boot.gradle.dsl.SpringBootExtension
-
Creates a new
BuildInfo
task named
bootBuildInfo
and configures the
Java plugin's
classes
task to depend upon it.
- BuildInfo - Class in org.springframework.boot.gradle.tasks.buildinfo
-
Task
for generating a build-info.properties
file from a
Project
.
- BuildInfo() - Constructor for class org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
-
- BuildInfoProperties - Class in org.springframework.boot.gradle.tasks.buildinfo
-
The properties that are written into the build-info.properties
file.
- buildpack(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Add an entry to the buildpacks that will be used when building the image.
- buildpacks(List<String>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Adds entries to the buildpacks that will be used when building the image.