Uses of Interface
org.jenkinsci.test.acceptance.guice.AutoCleaned
Packages that use AutoCleaned
Package
Description
-
Uses of AutoCleaned in org.jenkinsci.test.acceptance.controller
Classes in org.jenkinsci.test.acceptance.controller that implement AutoCleanedModifier and TypeClassDescriptionclassRun test against existing Jenkins instance.classLaunches Jenkins in JBoss.classStarts/stops Jenkins and exposes where it is running.classAbstract base class for those JenkinsController that runs the JVM locally on the same box as the test harnessclassclassLaunches Jenkins via "java -jar jenkins.war" on the local machine.classRuns 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
Classes in org.jenkinsci.test.acceptance.docker that implement AutoCleanedModifier and TypeClassDescriptionclassDockerContainerHolder<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
Classes in org.jenkinsci.test.acceptance.server that implement AutoCleanedModifier and TypeClassDescriptionclassJenkinsControllerthat talks toJenkinsControllerPoolProcessover Unix domain socket. -
Uses of AutoCleaned in org.jenkinsci.test.acceptance.slave
Classes in org.jenkinsci.test.acceptance.slave that implement AutoCleanedModifier and TypeClassDescriptionclassLaunches slaves locally on the same box as the Jenkins master.classControls where/how to run slaves. -
Uses of AutoCleaned in org.jenkinsci.test.acceptance.update_center
Classes in org.jenkinsci.test.acceptance.update_center that implement AutoCleaned -
Uses of AutoCleaned in org.jenkinsci.test.acceptance.utils.mail
Classes in org.jenkinsci.test.acceptance.utils.mail that implement AutoCleanedModifier and TypeClassDescriptionclassWire mailhog container with Jenkins through ATH page object.