Class RunLoadCounter.Marker

java.lang.Object
hudson.model.InvisibleAction
org.jvnet.hudson.test.RunLoadCounter.Marker
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, jenkins.model.RunAction2
Enclosing class:
RunLoadCounter

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class RunLoadCounter.Marker extends hudson.model.InvisibleAction implements jenkins.model.RunAction2
Used internally.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAttached(hudson.model.Run r)
     
    void
    onLoad(hudson.model.Run<?,?> run)
     

    Methods inherited from class hudson.model.InvisibleAction

    getDisplayName, getIconFileName, getUrlName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface hudson.model.Action

    getDisplayName, getIconFileName, getUrlName
  • Constructor Details

    • Marker

      public Marker()
  • Method Details

    • onLoad

      public void onLoad(hudson.model.Run<?,?> run)
      Specified by:
      onLoad in interface jenkins.model.RunAction2
    • onAttached

      public void onAttached(hudson.model.Run r)
      Specified by:
      onAttached in interface jenkins.model.RunAction2