- setAdditional(Map<String, Object>) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the additional properties that will be included.
- setApplication(LayeredSpec.ApplicationSpec) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
- setArtifact(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the build.artifact
property.
- setBuilder(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the builder that will be used to build the image.
- setClasspath(Object) - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Sets the classpath to include in the archive.
- setClasspath(FileCollection) - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Sets the classpath to include in the archive.
- setClasspath(Object) - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- setClasspath(FileCollection) - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- setCleanCache(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets whether caches should be cleaned before packaging.
- setDependencies(LayeredSpec.DependenciesSpec) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
- setDestinationDir(File) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
-
Sets the directory to which the build-info.properties
file will be written.
- setEnvironment(Map<String, String>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the environment that will be used when building the image.
- setExcludeDevtools(boolean) - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
- setExcludeDevtools(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- setExcludeDevtools(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
- setGroup(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the build.group
property.
- setImageName(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the name of the image that will be built.
- setIncludeLayerTools(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
Sets whether the layer tools should be included as a dependency in the layered jar.
- setLayerOrder(String...) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
Sets to order of the layers in the jar from least to most frequently changing.
- setLayerOrder(List<String>) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
Sets to order of the layers in the jar from least to most frequently changing.
- setMainClassName(String) - Method in class org.springframework.boot.gradle.dsl.SpringBootExtension
-
Sets the main class name of the application.
- setMainClassName(String) - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Sets the name of the main class of the application.
- setMainClassName(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- setMainClassName(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
- setName(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the build.name
property.
- setOptimizedLaunch(boolean) - Method in class org.springframework.boot.gradle.tasks.run.BootRun
-
Sets whether the JVM's launch should be optimized.
- setProvidedClasspath(FileCollection) - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
Sets the provided classpath to include in the WEB-INF/lib-provided
directory of the war.
- setProvidedClasspath(Object) - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
Sets the provided classpath to include in the WEB-INF/lib-provided
directory of the war.
- setRunImage(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the run image that will be included in the built image.
- setScript(File) - Method in class org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
-
Sets the script File
that will be included in the executable archive.
- setTime(Instant) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the build.time
property.
- setVerboseLogging(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets whether verbose logging should be enabled while building the image.
- setVersion(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the build.version
property.
- sourceResources(SourceSet) - Method in class org.springframework.boot.gradle.tasks.run.BootRun
-
Adds the source directories
of the given
sourceSet's
resources
to the start of the
classpath in place of the output's
resources directory
.
- SpringBootExtension - Class in org.springframework.boot.gradle.dsl
-
Entry point to Spring Boot's Gradle DSL.
- SpringBootExtension(Project) - Constructor for class org.springframework.boot.gradle.dsl.SpringBootExtension
-
Creates a new SpringBootPluginExtension
that is associated with the given
project
.
- SpringBootPlugin - Class in org.springframework.boot.gradle.plugin
-
Gradle plugin for Spring Boot.
- SpringBootPlugin() - Constructor for class org.springframework.boot.gradle.plugin.SpringBootPlugin
-