Index

A B C D E F G I L O P R S T V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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.
getApplicationDirectory() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the directory that contains application content in the image.
getApplicationMainClass() - Method in class org.springframework.boot.gradle.tasks.aot.ProcessAot
Returns the main class of the application that is to be processed ahead-of-time.
getArchiveFile() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the property for the archive file from which the image will be built.
getArtifact() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
Returns the build.artifact property.
getArtifactId() - Method in class org.springframework.boot.gradle.tasks.aot.AbstractAot
The artifact ID of the application that is to be processed ahead-of-time.
getBindHostToBuilder() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
 
getBindings() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the volume bindings that will be mounted to the container when building the image.
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.
getBuildCache() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the build cache that will be used when building the image.
getBuilder() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the builder that will be used to build the image.
getBuilderRegistry() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
Returns the DockerSpec.DockerRegistrySpec that configures authentication to the builder registry.
getBuildpacks() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the buildpacks that will be used when building the image.
getBuildWorkspace() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the build temporary workspace that will be used when building the image.
getCertPath() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
 
getClassesOutput() - Method in class org.springframework.boot.gradle.tasks.aot.AbstractAot
The directory to which AOT-generated classes should be written.
getClasspath() - Method in class org.springframework.boot.gradle.plugin.ResolveMainClassName
Returns the classpath that the task will examine when resolving the main class name.
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
 
getClasspathRoots() - Method in class org.springframework.boot.gradle.tasks.aot.ProcessTestAot
Returns the classpath roots that should be scanned for test classes to process.
getCleanCache() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns whether caches should be cleaned before packaging.
getConfiguredMainClassName() - Method in class org.springframework.boot.gradle.plugin.ResolveMainClassName
Returns the property for the explicitly configured main class name that should be used in favor of resolving the main class name from the classpath.
getContext() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
 
getCreatedDate() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the date that will be used as the Created date of the image.
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.
getDocker() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the Docker configuration the builder will use.
getEmail() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
Returns the email address associated with the Docker registry username.
getEnabled() - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Returns whether the layers.idx should be included in the archive.
getEnvironment() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the environment that will be used when building the image.
getExcludes() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
Returns the names of the properties to exclude from the output.
getGroup() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
Returns the build.group property.
getGroupId() - Method in class org.springframework.boot.gradle.tasks.aot.AbstractAot
The group ID of the application that is to be processed ahead-of-time.
getHost() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
 
getImageName() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the name of the image that will be built.
getIncludeLayerTools() - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.0 for removal in 3.5.0 in favor of includeTools.
getIncludeTools() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
Returns whether the JAR tools should be included as a dependency in the layered archive.
getLaunchCache() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the launch cache that will be used when building the image.
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 layered jar.
getLayered() - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
Returns the spec that describes the layers in a layered jar.
getLayerOrder() - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Returns the order of the layers in the archive from least to most frequently changing.
getLoaderImplementation() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
The loader implementation that should be used with the archive.
getMainClass() - Method in class org.springframework.boot.gradle.dsl.SpringBootExtension
Returns the fully-qualified name of the application's main class.
getMainClass() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
Returns the fully-qualified name of the application's main class.
getName() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
Returns the build.name property.
getName() - Method in class org.springframework.boot.gradle.tasks.bundling.CacheSpec.VolumeCacheSpec
Returns the name of the cache.
getNetwork() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the network the build container will connect to.
getOptimizedLaunch() - Method in class org.springframework.boot.gradle.tasks.run.BootRun
Returns the property for whether the JVM's launch should be optimized.
getOutputFile() - Method in class org.springframework.boot.gradle.plugin.ResolveMainClassName
Returns the property for the task's output file that will contain the name of the main class.
getPassword() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
Returns the password to use when authenticating to the Docker registry.
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.
getPublish() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Whether the built image should be pushed to a registry.
getPublishRegistry() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
Returns the DockerSpec.DockerRegistrySpec that configures authentication to the publishing registry.
getPullPolicy() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns image pull policy that will be used when building the image.
getResourcesOutput() - Method in class org.springframework.boot.gradle.tasks.aot.AbstractAot
The directory to which AOT-generated resources should be written.
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.
getSecurityOptions() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the security options that will be applied to the builder container.
getSource() - Method in class org.springframework.boot.gradle.tasks.bundling.CacheSpec.BindCacheSpec
Returns the source of the cache.
getSourcesOutput() - Method in class org.springframework.boot.gradle.tasks.aot.AbstractAot
The directory to which AOT-generated sources should be written.
getTags() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Returns the tags that will be created for the built image.
getTargetJavaVersion() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
Returns the target Java version of the project (e.g.
getTime() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
Returns the build.time property.
getTlsVerify() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
 
getToken() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
Returns the identity token to use when authenticating to the Docker registry.
getUrl() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
Returns the Docker registry URL.
getUsername() - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
Returns the username to use when authenticating to the Docker registry.
getVerboseLogging() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
Whether verbose logging should be enabled while building the image.
getVersion() - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
Returns the build.version property.
A B C D E F G I L O P R S T V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form