Uses of Interface
org.jenkinsci.test.acceptance.log.LogListenable
Packages that use LogListenable
Package
Description
-
Uses of LogListenable in org.jenkinsci.test.acceptance.controller
Classes in org.jenkinsci.test.acceptance.controller that implement LogListenableModifier and TypeClassDescriptionclass
Launches Jenkins in JBoss.class
LogWatcher
for monitoring output from Jenkinsclass
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 LogListenable in org.jenkinsci.test.acceptance.log
Classes in org.jenkinsci.test.acceptance.log that implement LogListenableModifier and TypeClassDescriptionclass
Receives logs fromLogListener
and distributes them to otherLogListener
s. -
Uses of LogListenable in org.jenkinsci.test.acceptance.server
Classes in org.jenkinsci.test.acceptance.server that implement LogListenableModifier and TypeClassDescriptionclass
JenkinsController
that talks toJenkinsControllerPoolProcess
over Unix domain socket.