Package org.gradle.api.plugins
Class WarPluginConvention
java.lang.Object
org.gradle.api.plugins.WarPluginConvention
Deprecated.
Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.
A Convention used for the WarPlugin.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract ProjectDeprecated.abstract FileDeprecated.Returns the web application directory.abstract StringDeprecated.The name of the web application directory, relative to the project directory.abstract voidsetWebAppDirName(String webAppDirName) Deprecated.
- 
Constructor Details- 
WarPluginConventionpublic WarPluginConvention()Deprecated.
 
- 
- 
Method Details- 
getWebAppDirDeprecated.Returns the web application directory.
- 
getWebAppDirNameDeprecated.The name of the web application directory, relative to the project directory.
- 
setWebAppDirNameDeprecated.
- 
getProjectDeprecated.
 
-