public class JettyRun extends AbstractJettyRunTask
Deploys an exploded web application to an embedded Jetty web container. Does not require that the web application be assembled into a war, saving time during the development cycle.
Once started, the web container can be configured to run continuously, scanning for changes in the project and automatically performing a hot redeploy when necessary. This allows the developer to concentrate on coding changes to the project using their IDE of choice and have those changes immediately and transparently reflected in the running web container, eliminating development time that is wasted on rebuilding, reassembling and redeploying.
Task.Namer
consoleScanner, PORT_SYSPROPERTY, reload, scannerListeners
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
JettyRun() |
Modifier and Type | Method and Description |
---|---|
void |
applyJettyXml() |
void |
configureScanner() |
void |
configureWebApplication()
Subclasses should invoke this to setup basic info on the webapp.
|
org.gradle.api.plugins.jetty.internal.JettyPluginServer |
createServer()
create a proxy that wraps a particular jetty version Server object.
|
void |
finishConfigurationBeforeStart() |
FileCollection |
getClasspath()
Returns the classpath for the web application.
|
List<File> |
getClassPathFiles() |
org.mortbay.jetty.handler.ContextHandler[] |
getConfiguredContextHandlers() |
Set<File> |
getExtraScanTargets() |
File |
getJettyEnvXml() |
File |
getJettyEnvXmlFile() |
ScanTargetPattern[] |
getScanTargetPatterns() |
File[] |
getScanTargets() |
File |
getWebAppSourceDirectory()
Returns the directory containing the web application source files.
|
File |
getWebXml()
Returns the
web.xml file to use. |
void |
restartWebApp(boolean reconfigureScanner) |
void |
setClasspath(FileCollection classpath)
Set the classpath for the web application.
|
void |
setClassPathFiles(List<File> classPathFiles) |
void |
setContextHandlers(org.mortbay.jetty.handler.ContextHandler[] contextHandlers) |
void |
setExtraScanTargets(Iterable<File> extraScanTargets) |
void |
setJettyEnvXml(File jettyEnvXml) |
void |
setJettyEnvXmlFile(File jettyEnvXmlFile) |
void |
setScanTargetPatterns(ScanTargetPattern[] scanTargetPatterns) |
void |
setScanTargets(File[] scanTargets) |
void |
setWebAppSourceDirectory(File webAppSourceDirectory) |
void |
setWebXml(File webXml) |
void |
validateConfiguration() |
findJettyWebXmlFile, getAdditionalRuntimeJars, getConnectors, getContextPath, getHttpPort, getJettyConfig, getOverrideWebXml, getReload, getRequestLog, getScanIntervalSeconds, getScanner, getScannerListeners, getServer, getStopKey, getStopPort, getUserRealms, getWebAppConfig, getWebDefaultXml, isDaemon, setAdditionalRuntimeJars, setConnectors, setContextPath, setDaemon, setHttpPort, setJettyConfig, setOverrideWebXml, setReload, setRequestLog, setScanIntervalSeconds, setScannerListeners, setServer, setStopKey, setStopPort, setUserRealms, setWebAppConfig, setWebDefaultXml, start, startConsoleScanner, startJetty, startJettyInternal
conventionMapping, conventionMapping, getConventionMapping
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
public void validateConfiguration()
validateConfiguration
in class AbstractJettyRunTask
public void configureWebApplication() throws Exception
AbstractJettyRunTask
configureWebApplication
in class AbstractJettyRunTask
Exception
public void configureScanner()
configureScanner
in class AbstractJettyRunTask
public void restartWebApp(boolean reconfigureScanner) throws Exception
restartWebApp
in class AbstractJettyRunTask
Exception
public void finishConfigurationBeforeStart() throws Exception
finishConfigurationBeforeStart
in class AbstractJettyRunTask
Exception
public void applyJettyXml() throws Exception
applyJettyXml
in class AbstractJettyRunTask
Exception
public org.gradle.api.plugins.jetty.internal.JettyPluginServer createServer()
AbstractJettyRunTask
createServer
in class AbstractJettyRunTask
@InputFile @Optional public File getJettyEnvXml()
public void setJettyEnvXml(File jettyEnvXml)
public File getWebXml()
web.xml
file to use. When null
, no web.xml
file is used.public void setWebXml(File webXml)
@InputDirectory public File getWebAppSourceDirectory()
public void setWebAppSourceDirectory(File webAppSourceDirectory)
public File[] getScanTargets()
public void setScanTargets(File[] scanTargets)
@InputFile @Optional public File getJettyEnvXmlFile()
public void setJettyEnvXmlFile(File jettyEnvXmlFile)
public ScanTargetPattern[] getScanTargetPatterns()
public void setScanTargetPatterns(ScanTargetPattern[] scanTargetPatterns)
public org.mortbay.jetty.handler.ContextHandler[] getConfiguredContextHandlers()
public void setContextHandlers(org.mortbay.jetty.handler.ContextHandler[] contextHandlers)
@InputFiles public FileCollection getClasspath()
public void setClasspath(FileCollection classpath)