Package org.gradle.api.plugins.jetty

The Jetty Plugin implementation.

See:
          Description

Class Summary
AbstractJettyRunTask  
AbstractJettyRunWarTask  
JettyConfiguration  
JettyPlugin A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
JettyPluginConvention  
JettyPluginServer Jetty6PluginServer

Jetty6 version of a wrapper for the Server class.

JettyPluginWebAppContext Jetty6PluginWebAppContext
JettyRun The JettyRun task deploys an exploded web application to an embedded Jetty web container, without first requiring that the web application be assembled into a war, saving time during the development cycle.
JettyRunWar The JettyRunWar deploys a WAR to an embedded Jetty web container.
JettyStop  
 

Package org.gradle.api.plugins.jetty Description

The Jetty Plugin implementation.