- generateBuildProperties() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
-
Generates the
build-info.properties
file in the configured
destination
.
- getAdditional() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Returns the additional properties that will be included.
- getArtifact() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Returns the value used for the build.artifact
property.
- getBootInf() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
Returns a CopySpec
that can be used to add content to the BOOT-INF
directory of the jar.
- getClasspath() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Returns the classpath that will be included in the archive.
- getClasspath() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- getDestinationDir() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
-
Returns the directory to which the build-info.properties
file will be
written.
- getGroup() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Returns the value used for the build.group
property.
- getLaunchScript() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
- getLaunchScript() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- getLaunchScript() - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
- getMainClassName() - Method in class org.springframework.boot.gradle.dsl.SpringBootExtension
-
Returns the main class name of the application.
- getMainClassName() - Method in class org.springframework.boot.gradle.tasks.application.CreateBootStartScripts
-
- getMainClassName() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Returns the name of the main class of the application.
- getMainClassName() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- getMainClassName() - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
- getName() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Returns the value used for the build.name
property.
- getProperties() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
-
Returns the
properties
that will be included in the
build-info.properties
file.
- getProperties() - Method in class org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
-
Returns the properties that are applied to the launch script when it's being
including in the executable archive.
- getProvidedClasspath() - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
Returns the provided classpath, the contents of which will be included in the
WEB-INF/lib-provided
directory of the war.
- getScript() - Method in class org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
-
Returns the script File
that will be included in the executable archive.
- getTime() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Returns the value used for the build.time
property.
- getVersion() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Returns the value used for the build.version
property.
- setAdditional(Map<String, Object>) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the additional properties that will be included.
- setArtifact(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the build.artifact
property.
- 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
-
- 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.
- setExcludeDevtools(boolean) - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Sets whether or not the Devtools jar should be excluded.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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
-