Class TransientActionProvider
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Job>
-
- com.sonyericsson.jenkins.plugins.bfa.TransientActionProvider
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class TransientActionProvider extends TransientActionFactory<Job>
- Author:
- Robert Sandell <robert.sandell@sonyericsson.com>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description TransientActionProvider()
-
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
-
-
-
-
Method Detail
-
type
public Class<Job> type()
- Specified by:
type
in classTransientActionFactory<Job>
-
createFor
public Collection<? extends Action> createFor(Job target)
- Specified by:
createFor
in classTransientActionFactory<Job>
-
-