Package org.gradle.api.plugins.jetty

The Jetty Plugin implementation.

See:
          Description

Class Summary
AbstractJettyRunTask  
AbstractJettyRunWarTask  
JettyPlugin A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
JettyPluginConvention  
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  
ScanTargetPattern  
 

Package org.gradle.api.plugins.jetty Description

The Jetty Plugin implementation.