Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- 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
-
Sets the
LayeredSpec.ApplicationSpec
that controls the layers to which application classes are resources belong. - setArtifact(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the
build.artifact
property. - setBindings(List<String>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the volume bindings that will be mounted to the container when building the image.
- setBuilder(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the builder that will be used to build the image.
- setBuildpacks(List<String>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the buildpacks that will be used when building the image.
- setCertPath(String) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
- setClasspath(Object) - 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.plugin.ResolveMainClassName
-
Sets the classpath that the task will examine when resolving the main class name.
- setClasspath(FileCollection) - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Sets the classpath to include in the archive.
- 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
-
Sets the
LayeredSpec.DependenciesSpec
that controls the layers to which dependencies belong. - 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. - setEmail(String) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
-
Sets the email address associated with the Docker registry username.
- setEnabled(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
Sets whether the layers.idx should be included in the archive.
- 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.
- setGroup(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the
build.group
property. - setHost(String) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
- 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 archive.
- setLayerOrder(String...) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
Sets the order of the layers in the archive from least to most frequently changing.
- setLayerOrder(List<String>) - Method in class org.springframework.boot.gradle.tasks.bundling.LayeredSpec
-
Sets the order of the layers in the archive from least to most frequently changing.
- setName(String) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the
build.name
property. - setName(String) - Method in class org.springframework.boot.gradle.tasks.bundling.CacheSpec.VolumeCacheSpec
-
Sets the name of the cache.
- setNetwork(String) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the network the build container will connect to.
- setOptimizedLaunch(boolean) - Method in class org.springframework.boot.gradle.tasks.run.BootRun
-
Sets whether the JVM's launch should be optimized.
- setPassword(String) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
-
Sets the password to use when authenticating to the Docker registry.
- 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. - 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. - setPublish(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets whether the built image should be pushed to a registry.
- setPullPolicy(PullPolicy) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets image pull policy that will be used when building the image.
- 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. - setTags(List<String>) - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Sets the tags that will be created for the built image.
- setTime(Instant) - Method in class org.springframework.boot.gradle.tasks.buildinfo.BuildInfoProperties
-
Sets the value used for the
build.time
property. - setTlsVerify(boolean) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec
- setToken(String) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
-
Sets the identity token to use when authenticating to the Docker registry.
- setUrl(String) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
-
Sets the Docker registry URL.
- setUsername(String) - Method in class org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
-
Sets the username to use when authenticating to the Docker registry.
- 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 givensourceSet's
resources
to the start of the classpath in place of theoutput'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 givenproject
. - SpringBootPlugin - Class in org.springframework.boot.gradle.plugin
-
Gradle plugin for Spring Boot.
- SpringBootPlugin() - Constructor for class org.springframework.boot.gradle.plugin.SpringBootPlugin
- STORED - Enum constant in enum class org.springframework.boot.gradle.tasks.bundling.ZipCompression
-
The entry should be
ZipEntry.STORED
in the archive.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form