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 TypeClassDescriptionclassLaunches Jenkins in JBoss.classLogWatcherfor monitoring output from JenkinsclassAbstract 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 LogListenable in org.jenkinsci.test.acceptance.log
Classes in org.jenkinsci.test.acceptance.log that implement LogListenableModifier and TypeClassDescriptionclassReceives logs fromLogListenerand distributes them to otherLogListeners. -
Uses of LogListenable in org.jenkinsci.test.acceptance.server
Classes in org.jenkinsci.test.acceptance.server that implement LogListenableModifier and TypeClassDescriptionclassJenkinsControllerthat talks toJenkinsControllerPoolProcessover Unix domain socket.