Class 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.
    • Constructor Detail

      • MarkerAdder

        public MarkerAdder()
    • Method Detail

      • 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<?,​?>>