Package org.jenkinsci.plugins.badge
Class RunBadgeActionFactory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Run>
-
- org.jenkinsci.plugins.badge.RunBadgeActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class RunBadgeActionFactory extends TransientActionFactory<Run>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.Cache
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description RunBadgeActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Run target)
Class<Run>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Constructor Detail
-
RunBadgeActionFactory
public RunBadgeActionFactory() throws IOException
- Throws:
IOException
-
-
Method Detail
-
type
public Class<Run> type()
- Specified by:
type
in classTransientActionFactory<Run>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull Run target)
- Specified by:
createFor
in classTransientActionFactory<Run>
-
-