Uses of Interface
org.jenkinsci.test.acceptance.guice.AutoCleaned
Package
Description
-
Uses of AutoCleaned in org.jenkinsci.test.acceptance.controller
Modifier and TypeClassDescriptionclass
Run test against existing Jenkins instance.class
Launches Jenkins in JBoss.class
Starts/stops Jenkins and exposes where it is running.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. -
Uses of AutoCleaned in org.jenkinsci.test.acceptance.docker
Modifier and TypeClassDescriptionclass
DockerContainerHolder<T extends org.jenkinsci.test.acceptance.docker.DockerContainer>
Inject this object to automate the cleanup of a running container at the end of the test case. -
Uses of AutoCleaned in org.jenkinsci.test.acceptance.server
Modifier and TypeClassDescriptionclass
JenkinsController
that talks toJenkinsControllerPoolProcess
over Unix domain socket. -
Uses of AutoCleaned in org.jenkinsci.test.acceptance.slave
Modifier and TypeClassDescriptionclass
Launches slaves locally on the same box as the Jenkins master.class
Controls where/how to run slaves. -
Uses of AutoCleaned in org.jenkinsci.test.acceptance.update_center
-
Uses of AutoCleaned in org.jenkinsci.test.acceptance.utils.mail
Modifier and TypeClassDescriptionclass
Wire mailhog container with Jenkins through ATH page object.