Uses of Interface
org.jenkinsci.test.acceptance.log.LogListener
Packages that use LogListener
Package
Description
-
Uses of LogListener in org.jenkinsci.test.acceptance.controller
Methods in org.jenkinsci.test.acceptance.controller that return LogListenerMethods in org.jenkinsci.test.acceptance.controller with parameters of type LogListenerModifier and TypeMethodDescriptionvoidJenkinsLogWatcher.addLogListener(LogListener l) voidLocalController.addLogListener(LogListener l) voidJenkinsLogWatcher.removeLogListener(LogListener l) voidLocalController.removeLogListener(LogListener l) Constructors in org.jenkinsci.test.acceptance.controller with parameters of type LogListenerModifierConstructorDescriptionJenkinsLogWatcher(String id, InputStream pipe, File logFile, LogListener printer) -
Uses of LogListener in org.jenkinsci.test.acceptance.log
Classes in org.jenkinsci.test.acceptance.log that implement LogListenerModifier and TypeClassDescriptionclassPrints out the received log with a prefix.classReceives logs fromLogListenerand distributes them to otherLogListeners.classReceives log asLogListener, and provides a regular expression pattern matching.classDoes not print anything.Methods in org.jenkinsci.test.acceptance.log that return types with arguments of type LogListenerMethods in org.jenkinsci.test.acceptance.log with parameters of type LogListenerModifier and TypeMethodDescriptionvoidLogListenable.addLogListener(LogListener l) voidLogSplitter.addLogListener(LogListener l) voidLogListenable.removeLogListener(LogListener l) voidLogSplitter.removeLogListener(LogListener l) Constructors in org.jenkinsci.test.acceptance.log with parameters of type LogListener -
Uses of LogListener in org.jenkinsci.test.acceptance.server
Methods in org.jenkinsci.test.acceptance.server with parameters of type LogListenerModifier and TypeMethodDescriptionvoidPooledJenkinsController.addLogListener(LogListener l) voidPooledJenkinsController.removeLogListener(LogListener l)