Package org.jenkinsci.plugins.badge
Class JobBadgeActionFactory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Job>
-
- org.jenkinsci.plugins.badge.JobBadgeActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class JobBadgeActionFactory extends TransientActionFactory<Job>
-
-
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 JobBadgeActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Job target)
Class<Job>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Constructor Detail
-
JobBadgeActionFactory
public JobBadgeActionFactory() throws IOException
- Throws:
IOException
-
-
Method Detail
-
type
public Class<Job> type()
- Specified by:
type
in classTransientActionFactory<Job>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull Job target)
- Specified by:
createFor
in classTransientActionFactory<Job>
-
-