Package org.jvnet.hudson.test
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
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends hudson.model.Action>
createFor
(hudson.model.Run<?, ?> target) Class<hudson.model.Run<?,
?>> type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
MarkerAdder
public MarkerAdder()
-
-
Method Details
-
type
- Specified by:
type
in classjenkins.model.TransientActionFactory<hudson.model.Run<?,
?>>
-
createFor
- Specified by:
createFor
in classjenkins.model.TransientActionFactory<hudson.model.Run<?,
?>>
-