Skip navigation links
A B C D E F G H I L O P R S V Z 

G

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.
getApplication() - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Returns the LayeredSpec.ApplicationSpec that controls the layers to which application classes and resources belong.
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.
getBuilder() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the builder that will be used to build the image.
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
 
getConfigurations() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
Deprecated.
since 2.3.5 in favor of Project.getConfigurations()
getDependencies() - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Returns the LayeredSpec.DependenciesSpec that controls the layers to which dependencies belong.
getDestinationDir() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
Returns the directory to which the build-info.properties file will be written.
getEnvironment() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the environment that will be used when building the image.
getGroup() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
Returns the value used for the build.group property.
getImageName() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the name of the image that will be built.
getJar() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the property for the jar file from which the image will be built.
getLaunchScript() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
Returns the LaunchScriptConfiguration that will control the script that is prepended to the archive.
getLaunchScript() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
 
getLaunchScript() - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
 
getLayered() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
Returns the spec that describes the layers in a layerd jar.
getLayerOrder() - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Returns the order of the layers in the jar from least to most frequently changing.
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.
getRunImage() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the run image that will be included in the built image.
getScript() - Method in class org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
Returns the script File that will be included in the executable archive.
getTargetJavaVersion() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the target Java version of the project (e.g.
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.
A B C D E F G H I L O P R S V Z 
Skip navigation links