Class RunLoadCounter.MarkerAdder

java.lang.Object
jenkins.model.TransientActionFactory<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 jenkins.model.TransientActionFactory<hudson.model.Run<?,?>>
Used internally.
  • Nested Class Summary

    Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory

    jenkins.model.TransientActionFactory.Cache

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends hudson.model.Action>
    createFor(hudson.model.Run<?,?> target)
     
    Class<hudson.model.Run<?,?>>
     

    Methods inherited from class jenkins.model.TransientActionFactory

    actionType, factoriesFor

    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

    • type

      public Class<hudson.model.Run<?,?>> type()
      Specified by:
      type in class jenkins.model.TransientActionFactory<hudson.model.Run<?,?>>
    • createFor

      public Collection<? extends hudson.model.Action> createFor(hudson.model.Run<?,?> target)
      Specified by:
      createFor in class jenkins.model.TransientActionFactory<hudson.model.Run<?,?>>