|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.plugins.WarPlugin
public class WarPlugin
A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.
Field Summary | |
---|---|
static String |
PROVIDED_COMPILE_CONFIGURATION_NAME
|
static String |
PROVIDED_RUNTIME_CONFIGURATION_NAME
|
static String |
WAR_TASK_NAME
|
static String |
WEB_APP_GROUP
|
Method Summary | |
---|---|
void
|
apply(Project project)
|
void
|
configureConfigurations(ConfigurationContainer configurationContainer)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final String PROVIDED_COMPILE_CONFIGURATION_NAME
public static final String PROVIDED_RUNTIME_CONFIGURATION_NAME
public static final String WAR_TASK_NAME
public static final String WEB_APP_GROUP
Method Detail |
---|
public void apply(Project project)
public void configureConfigurations(ConfigurationContainer configurationContainer)
Gradle API 1.12