|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.plugins.jetty.JettyPlugin
public class JettyPlugin
A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
Field Summary | |
---|---|
static String |
JETTY_RUN
|
static String |
JETTY_RUN_WAR
|
static String |
JETTY_STOP
|
static String |
RELOAD_AUTOMATIC
|
static String |
RELOAD_MANUAL
|
Method Summary | |
---|---|
void
|
apply(Project project)
|
JavaPluginConvention
|
getJavaConvention(Project project)
|
WarPluginConvention
|
getWarConvention(Project project)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final String JETTY_RUN
public static final String JETTY_RUN_WAR
public static final String JETTY_STOP
public static final String RELOAD_AUTOMATIC
public static final String RELOAD_MANUAL
Method Detail |
---|
public void apply(Project project)
public JavaPluginConvention getJavaConvention(Project project)
public WarPluginConvention getWarConvention(Project project)
Gradle API 1.12