- scanIntervalSeconds - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
The interval in seconds to scan the webapp for changes
and restart the context if necessary.
- scanList - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
List of files and directories to scan
- scanner - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
A scanner to check for changes to the webapp
- scannerListeners - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
List of Listeners for the scanner
- scopeIs(String...) - Method in class org.jenkinsci.maven.plugins.hpi.Artifacts
-
- scopeIsNot(String...) - Method in class org.jenkinsci.maven.plugins.hpi.Artifacts
-
- server - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
A wrapper for the Server object
- setAttributes(Manifest.Section) - Method in class org.jenkinsci.maven.plugins.hpi.AbstractHpiMojo
-
- setClassesDirectory(File) - Method in class org.jenkinsci.maven.plugins.hpi.AbstractHpiMojo
-
- setContainerConfigXML(File) - Method in class org.jenkinsci.maven.plugins.hpi.AbstractHpiMojo
-
- setHudsonHome(File) - Method in class org.jenkinsci.maven.plugins.hpi.HplMojo
-
Deprecated.
- setJenkinsHome(File) - Method in class org.jenkinsci.maven.plugins.hpi.HplMojo
-
- setSystemProperties(SystemProperties) - Method in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
- setSystemPropertiesFile(File) - Method in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
- setWarSourceDirectory(File) - Method in class org.jenkinsci.maven.plugins.hpi.AbstractHpiMojo
-
- setWebappDirectory(File) - Method in class org.jenkinsci.maven.plugins.hpi.AbstractHpiMojo
-
- skip - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
Skip this mojo execution.
- startConsoleScanner() - Method in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
Run a thread that monitors the console input to detect ENTER hits.
- startConsoleScanner() - Method in class org.jenkinsci.maven.plugins.hpi.RunMojo
-
- startJetty() - Method in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
- startJetty() - Method in class org.jenkinsci.maven.plugins.hpi.RunMojo
-
- stopKey - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
Key to provide when stopping jetty on executing java -DSTOP.KEY=<stopKey>
-DSTOP.PORT=<stopPort> -jar start.jar --stop
- stopPort - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
Port to listen to stop jetty on executing -DSTOP.PORT=<stopPort>
-DSTOP.KEY=<stopKey> -jar start.jar --stop
- systemProperties - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
System properties to set before execution.
- systemPropertiesFile - Variable in class org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo
-
File containing system properties to be set before execution
Note that these properties will NOT override System properties
that have been set on the command line, by the JVM, or directly
in the POM via systemProperties.