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.BootJar.getMainClassName()
org.springframework.boot.gradle.tasks.bundling.BootArchive.getMainClassName()
since 2.4.0 in favor of
BootArchive.getMainClass()
.
org.springframework.boot.gradle.tasks.bundling.BootWar.getMainClassName()
org.springframework.boot.gradle.dsl.SpringBootExtension.getMainClassName()
since 2.4.0 in favor of
SpringBootExtension.getMainClass()
.
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.BootJar.setMainClassName(String)
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.BootWar.setMainClassName(String)
org.springframework.boot.gradle.dsl.SpringBootExtension.setMainClassName(String)
since 2.4.0 in favour of
SpringBootExtension.getMainClass()
and
Property.set(Object)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes