JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Methods
Deprecated Methods
Method and Description
org.springframework.boot.gradle.tasks.bundling.BootArchive.getMainClassName()
since 2.4.0 in favor of
BootArchive.getMainClass()
.
org.springframework.boot.gradle.tasks.bundling.BootJar.getMainClassName()
org.springframework.boot.gradle.tasks.bundling.BootWar.getMainClassName()
org.springframework.boot.gradle.dsl.SpringBootExtension.getMainClassName()
since 2.4.0 in favor of
getMainClass()
.
org.springframework.boot.gradle.tasks.bundling.BootArchive.isExcludeDevtools()
since 2.3.0 in favour of configuring a classpath that does not include development-only dependencies
org.springframework.boot.gradle.tasks.bundling.BootJar.isExcludeDevtools()
org.springframework.boot.gradle.tasks.bundling.BootWar.isExcludeDevtools()
org.springframework.boot.gradle.tasks.bundling.BootJar.layered()
since 2.4.0 as layering as now enabled by default.
org.springframework.boot.gradle.tasks.bundling.BootArchive.setExcludeDevtools(boolean)
since 2.3.0 in favour of configuring a classpath that does not include development-only dependencies
org.springframework.boot.gradle.tasks.bundling.BootJar.setExcludeDevtools(boolean)
org.springframework.boot.gradle.tasks.bundling.BootWar.setExcludeDevtools(boolean)
org.springframework.boot.gradle.tasks.bundling.BootArchive.setMainClassName(String)
since 2.4.0 in favour of
BootArchive.getMainClass()
and
Property.set(Object)
org.springframework.boot.gradle.tasks.bundling.BootJar.setMainClassName(String)
org.springframework.boot.gradle.tasks.bundling.BootWar.setMainClassName(String)
org.springframework.boot.gradle.dsl.SpringBootExtension.setMainClassName(String)
since 2.4.0 in favour of
getMainClass()
and
Property.set(Object)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes