Class RunLoadCounter.MarkerAdder

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

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension public static final class RunLoadCounter.MarkerAdder extends hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
Used internally.
  • 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
    onStarted(hudson.model.Run<?,?> build, hudson.model.TaskListener listener)
     

    Methods inherited from class hudson.model.listeners.RunListener

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

    Methods inherited from class java.lang.Object

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

    • MarkerAdder

      public MarkerAdder()
  • Method Details

    • onStarted

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