Class BuildWatcher.Listener

java.lang.Object
hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
org.jvnet.hudson.test.BuildWatcher.Listener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
BuildWatcher

@Extension public static final class BuildWatcher.Listener extends hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Field Summary

    Fields inherited from class hudson.model.listeners.RunListener

    LISTENERS, targetType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFinalized(hudson.model.Run<?,?> r)
     
    void
    onStarted(hudson.model.Run<?,?> r, hudson.model.TaskListener listener)
     

    Methods inherited from class hudson.model.listeners.RunListener

    all, allowLoad, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onDeleted, onInitialize, register, setUpEnvironment, unregister

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Listener

      public Listener()
  • Method Details

    • onStarted

      public void onStarted(hudson.model.Run<?,?> r, hudson.model.TaskListener listener)
      Overrides:
      onStarted in class hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
    • onFinalized

      public void onFinalized(hudson.model.Run<?,?> r)
      Overrides:
      onFinalized in class hudson.model.listeners.RunListener<hudson.model.Run<?,?>>