Uses of Class
hudson.model.listeners.RunListener

Packages that use RunListener
hudson.diagnosis   
hudson.model.listeners Listener interfaces for various events that occur inside the server. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
jenkins.model   
 

Uses of RunListener in hudson.diagnosis
 

Fields in hudson.diagnosis declared as RunListener
static RunListener<Run> OldDataMonitor.runDeleteListener
           
 

Uses of RunListener in hudson.model.listeners
 

Fields in hudson.model.listeners with type parameters of type RunListener
static CopyOnWriteList<RunListener> RunListener.LISTENERS
          Deprecated. as of 1.281 Use all() for read access, and use Extension for registration.
 

Methods in hudson.model.listeners that return types with arguments of type RunListener
static ExtensionList<RunListener> RunListener.all()
          Returns all the registered RunListener descriptors.
 

Uses of RunListener in hudson.tasks.test
 

Subclasses of RunListener in hudson.tasks.test
static class AggregatedTestResultPublisher.TestResultAction.RunListenerImpl
           
 

Uses of RunListener in jenkins.model
 

Subclasses of RunListener in jenkins.model
static class PeepholePermalink.RunListenerImpl
           
 



Copyright © 2004-2013. All Rights Reserved.