- isCleanCache() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Returns whether caches should be cleaned before packaging.
- isExcludeDevtools() - Method in interface org.springframework.boot.gradle.tasks.bundling.BootArchive
-
Returns true
if the Devtools jar should be excluded, otherwise
false
.
- isExcludeDevtools() - Method in class org.springframework.boot.gradle.tasks.bundling.BootJar
-
- isExcludeDevtools() - Method in class org.springframework.boot.gradle.tasks.bundling.BootWar
-
- isOptimizedLaunch() - Method in class org.springframework.boot.gradle.tasks.run.BootRun
-
Returns true
if the JVM's launch should be optimized, otherwise
false
.
- isVerboseLogging() - Method in class org.springframework.boot.gradle.tasks.bundling.BootBuildImage
-
Whether verbose logging should be enabled while building the image.