Package org.jenkinsci.plugins.pollscm
Class PollNowAction.TransientProjectActionFactoryImpl
java.lang.Object
jenkins.model.TransientActionFactory<SCMTriggerItem>
org.jenkinsci.plugins.pollscm.PollNowAction.TransientProjectActionFactoryImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- PollNowAction
@Extension
public static class PollNowAction.TransientProjectActionFactoryImpl
extends TransientActionFactory<SCMTriggerItem>
-
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 -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
createFor
(SCMTriggerItem target) type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
TransientProjectActionFactoryImpl
public TransientProjectActionFactoryImpl()
-
-
Method Details
-
createFor
- Specified by:
createFor
in classTransientActionFactory<SCMTriggerItem>
-
type
- Specified by:
type
in classTransientActionFactory<SCMTriggerItem>
-