Class ViewCredentialsAction.TransientTopLevelItemActionFactoryImpl
- java.lang.Object
-
- jenkins.model.TransientActionFactory<TopLevelItem>
-
- com.cloudbees.plugins.credentials.ViewCredentialsAction.TransientTopLevelItemActionFactoryImpl
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- ViewCredentialsAction
@Extension(ordinal=-1000.0) public static class ViewCredentialsAction.TransientTopLevelItemActionFactoryImpl extends TransientActionFactory<TopLevelItem>
Add theViewCredentialsAction
to allTopLevelItem
instances.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description TransientTopLevelItemActionFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(TopLevelItem target)
Class<TopLevelItem>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<TopLevelItem> type()
- Specified by:
type
in classTransientActionFactory<TopLevelItem>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull TopLevelItem target)
- Specified by:
createFor
in classTransientActionFactory<TopLevelItem>
-
-