Package org.gradle.api.plugins
Class WarPlugin
java.lang.Object
org.gradle.api.plugins.WarPlugin
A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR
 file.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionWarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.attributes.AttributesFactory attributesFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidApply this plugin to the given target object.voidconfigureConfigurations(ConfigurationContainer configurationContainer) Deprecated.This method will be removed in Gradle 9.0.
- 
Field Details- 
PROVIDED_COMPILE_CONFIGURATION_NAME- See Also:
 
- 
PROVIDED_RUNTIME_CONFIGURATION_NAME- See Also:
 
- 
WAR_TASK_NAME- See Also:
 
- 
WEB_APP_GROUPDeprecated.This constant scheduled for removal in Gradle 9.0Task group for web application related tasks.- See Also:
 
 
- 
- 
Constructor Details- 
WarPlugin@Inject public WarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.attributes.AttributesFactory attributesFactory) 
 
- 
- 
Method Details- 
applyDescription copied from interface:PluginApply this plugin to the given target object.
- 
configureConfigurationsDeprecated.This method will be removed in Gradle 9.0.This method is intended for internal use and should not be called.
 
-