Class CachetMatrixActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<hudson.matrix.MatrixProject>
com.redhat.jenkins.plugins.cachet.matrix.CachetMatrixActionFactory
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class CachetMatrixActionFactory
extends TransientActionFactory<hudson.matrix.MatrixProject>
-
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
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
createFor
(hudson.matrix.MatrixProject project) Class<hudson.matrix.MatrixProject>
type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
CachetMatrixActionFactory
public CachetMatrixActionFactory()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<hudson.matrix.MatrixProject>
-
createFor
@Nonnull public Collection<? extends Action> createFor(@Nonnull hudson.matrix.MatrixProject project) - Specified by:
createFor
in classTransientActionFactory<hudson.matrix.MatrixProject>
-