public class JettyPlugin
A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
Modifiers | Name | Description |
---|---|---|
static String |
JETTY_RUN |
|
static String |
JETTY_RUN_WAR |
|
static String |
JETTY_STOP |
|
static String |
RELOAD_AUTOMATIC |
|
static String |
RELOAD_MANUAL |
Type | Name and description |
---|---|
void |
apply(Project project) |
JavaPluginConvention |
getJavaConvention(Project project) |
WarPluginConvention |
getWarConvention(Project project) |