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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Project
Deprecated.abstract File
Deprecated.Returns the web application directory.abstract String
Deprecated.The name of the web application directory, relative to the project directory.abstract void
setWebAppDirName
(String webAppDirName) Deprecated.
-
Constructor Details
-
WarPluginConvention
public WarPluginConvention()Deprecated.
-
-
Method Details
-
getWebAppDir
Deprecated.Returns the web application directory. -
getWebAppDirName
Deprecated.The name of the web application directory, relative to the project directory. -
setWebAppDirName
Deprecated. -
getProject
Deprecated.
-