Class TraceabilityActionFactory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<AbstractBuild>
-
- hudson.plugins.collabnet.orchestrate.TraceabilityActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class TraceabilityActionFactory extends TransientActionFactory<AbstractBuild>
Created by sureshk on 07/01/16.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description TraceabilityActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(AbstractBuild abstractBuild)
Class<AbstractBuild>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<AbstractBuild> type()
- Specified by:
type
in classTransientActionFactory<AbstractBuild>
-
createFor
@Nonnull public Collection<? extends Action> createFor(@Nonnull AbstractBuild abstractBuild)
- Specified by:
createFor
in classTransientActionFactory<AbstractBuild>
-
-