Package org.gradle.api.plugins.jetty

The Jetty Plugin implementation.

See:
          Description

Class Summary
AbstractJettyRunTask Base class for all tasks which deploy a web application to an embedded Jetty web container.
JettyPlugin A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
JettyPluginConvention Convention properties and methods added by the JettyPlugin.
JettyRun Deploys an exploded web application to an embedded Jetty web container.
JettyRunWar Deploys a WAR to an embedded Jetty web container.
JettyStop Stops the embedded Jetty web container, if it is running.
ScanTargetPattern Patterns for scanning for file changes.
 

Package org.gradle.api.plugins.jetty Description

The Jetty Plugin implementation.