Package io.jenkins.plugins.peopleview
Class TransientFactory
- java.lang.Object
-
- hudson.model.TransientViewActionFactory
-
- io.jenkins.plugins.peopleview.TransientFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class TransientFactory extends TransientViewActionFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description TransientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Action>
createFor(View v)
-
Methods inherited from class hudson.model.TransientViewActionFactory
all, createAllFor
-
-
-
-
Method Detail
-
createFor
public List<Action> createFor(View v)
- Specified by:
createFor
in classTransientViewActionFactory
-
-