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 the
ViewCredentialsAction
to all TopLevelItem
instances.-
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
(TopLevelItem target) type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
TransientTopLevelItemActionFactoryImpl
public TransientTopLevelItemActionFactoryImpl()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<TopLevelItem>
-
createFor
- Specified by:
createFor
in classTransientActionFactory<TopLevelItem>
-