Uses of Class
org.jenkinsci.test.acceptance.controller.JenkinsController
Packages that use JenkinsController
Package
Description
-
Uses of JenkinsController in org.jenkinsci.test.acceptance
Methods in org.jenkinsci.test.acceptance that return JenkinsControllerModifier and TypeMethodDescriptionFallbackConfig.createController
(com.google.inject.Injector injector, com.cloudbees.sdk.extensibility.ExtensionList<JenkinsControllerFactory> factories) Instantiates a controller through the "TYPE" attribute andJenkinsControllerFactory
.Methods in org.jenkinsci.test.acceptance with parameters of type JenkinsControllerModifier and TypeMethodDescriptionFallbackConfig.createJenkins
(com.google.inject.Injector injector, JenkinsController controller) -
Uses of JenkinsController in org.jenkinsci.test.acceptance.controller
Subclasses of JenkinsController in org.jenkinsci.test.acceptance.controllerModifier and TypeClassDescriptionclass
Run test against existing Jenkins instance.class
Launches Jenkins in JBoss.class
Abstract base class for those JenkinsController that runs the JVM locally on the same box as the test harnessclass
class
Launches Jenkins via "java -jar jenkins.war" on the local machine.class
Runs jenkins.war inside docker so that it gets a different IP address even though it's run on the same host.Methods in org.jenkinsci.test.acceptance.controller that return JenkinsController -
Uses of JenkinsController in org.jenkinsci.test.acceptance.po
Fields in org.jenkinsci.test.acceptance.po declared as JenkinsControllerMethods in org.jenkinsci.test.acceptance.po with parameters of type JenkinsControllerModifier and TypeMethodDescriptionWizardLogin.getPassword
(JenkinsController controller) Gets the generated password from the file on diskConstructors in org.jenkinsci.test.acceptance.po with parameters of type JenkinsControllerModifierConstructorDescriptionJenkins
(com.google.inject.Injector injector, JenkinsController controller) -
Uses of JenkinsController in org.jenkinsci.test.acceptance.server
Subclasses of JenkinsController in org.jenkinsci.test.acceptance.serverModifier and TypeClassDescriptionclass
JenkinsController
that talks toJenkinsControllerPoolProcess
over Unix domain socket.Methods in org.jenkinsci.test.acceptance.server that return JenkinsController