Class EventsAction.EventsActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<KubernetesComputer>
org.csanchez.jenkins.plugins.kubernetes.EventsAction.EventsActionFactory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
EventsAction
@Extension
public static final class EventsAction.EventsActionFactory
extends TransientActionFactory<KubernetesComputer>
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.CacheNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull Collection<? extends Action> createFor(@NonNull KubernetesComputer target) type()Methods inherited from class jenkins.model.TransientActionFactory
factoriesFor
-
Constructor Details
-
EventsActionFactory
public EventsActionFactory()
-
-
Method Details
-
type
- Specified by:
typein classTransientActionFactory<KubernetesComputer>
-
actionType
- Overrides:
actionTypein classTransientActionFactory<KubernetesComputer>
-
createFor
- Specified by:
createForin classTransientActionFactory<KubernetesComputer>
-