Class BuildWithEiffelLinksActionFreeStyleFactory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<FreeStyleProject>
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.BuildWithEiffelLinksActionFreeStyleFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class BuildWithEiffelLinksActionFreeStyleFactory extends TransientActionFactory<FreeStyleProject>
Attaches theBuildWithEiffelLinksAction
action to allFreeStyleProject
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 Constructor Description BuildWithEiffelLinksActionFreeStyleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(FreeStyleProject job)
Class<FreeStyleProject>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<FreeStyleProject> type()
- Specified by:
type
in classTransientActionFactory<FreeStyleProject>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull FreeStyleProject job)
- Specified by:
createFor
in classTransientActionFactory<FreeStyleProject>
-
-