Class JBossController
java.lang.Object
org.jenkinsci.test.acceptance.controller.JenkinsController
org.jenkinsci.test.acceptance.controller.LocalController
org.jenkinsci.test.acceptance.controller.JBossController
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- IJenkinsController,- AutoCleaned,- LogListenable
Launches Jenkins in JBoss.
- Author:
- Vivek Pandey
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class org.jenkinsci.test.acceptance.controller.LocalControllerLocalController.LocalFactoryImpl
- 
Field SummaryFields inherited from class org.jenkinsci.test.acceptance.controller.LocalControllerjenkinsHome, logWatcher, process, time, warFields inherited from class org.jenkinsci.test.acceptance.controller.JenkinsControllerisQuite, STARTUP_TIMEOUT, WORKSPACE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.test.acceptance.controller.LocalControlleraddLogListener, commonLaunchEnv, diagnose, getJavaHome, getJenkinsHome, getSutHostName, isRunInstallWizard, onReady, populateJenkinsHome, postConstruct, removeLogListener, setRunInstallWizard, startNow, tearDownMethods inherited from class org.jenkinsci.test.acceptance.controller.JenkinsControllerclose, getInitialCredentials, getLogId, getLogPrinter, isRunning, restart, start, stop
- 
Constructor Details- 
JBossController
 
- 
- 
Method Details- 
startProcess- Specified by:
- startProcessin class- LocalController
- Throws:
- IOException
 
- 
stopNowDescription copied from class:JenkinsControllerSynchronously shutdown Jenkins instance.This method must leave JENKINS_HOME intact so that it can be started later. To really delete the data and clean up, see JenkinsController.tearDown().- Overrides:
- stopNowin class- LocalController
- Throws:
- IOException
 
- 
getUrlDescription copied from class:JenkinsControllerGives URL where Jenkins is listening. Must end with "/"- Specified by:
- getUrlin interface- IJenkinsController
- Specified by:
- getUrlin class- JenkinsController
 
 
-