Class WarPluginConvention

java.lang.Object
org.gradle.api.plugins.WarPluginConvention

@Deprecated public abstract class WarPluginConvention extends Object
Deprecated.
Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.

A Convention used for the WarPlugin.

  • Constructor Details

    • WarPluginConvention

      public WarPluginConvention()
      Deprecated.
  • Method Details

    • getWebAppDir

      public abstract File getWebAppDir()
      Deprecated.
      Returns the web application directory.
    • getWebAppDirName

      public abstract String getWebAppDirName()
      Deprecated.
      The name of the web application directory, relative to the project directory.
    • setWebAppDirName

      public abstract void setWebAppDirName(String webAppDirName)
      Deprecated.
    • getProject

      public abstract Project getProject()
      Deprecated.