Package org.jvnet.hudson.test
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidonAttached(hudson.model.Run r) voidonLoad(hudson.model.Run<?, ?> run) Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
onLoadin interfacejenkins.model.RunAction2
-
onAttached
public void onAttached(hudson.model.Run r) - Specified by:
onAttachedin interfacejenkins.model.RunAction2
-