Package hudson.model
Class TransientBuildActionFactory
java.lang.Object
hudson.model.TransientBuildActionFactory
- All Implemented Interfaces:
ExtensionPoint
@Deprecated
public abstract class TransientBuildActionFactory
extends Object
implements ExtensionPoint
Deprecated.
Extension point for inserting transient
Action
s into Run
s.
To register your implementation, put Extension
on your subtype.- Since:
- 1.458
- Author:
- Lucie Votypkova
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionall()
Deprecated.Returns all the registeredTransientBuildActionFactory
s.Collection<? extends Action>
createFor
(AbstractBuild target) Deprecated.as of 1.461 Override and callcreateFor(Run)
instead.Collection<? extends Action>
Deprecated.Creates actions for the given build.
-
Constructor Details
-
TransientBuildActionFactory
public TransientBuildActionFactory()Deprecated.
-
-
Method Details
-
createFor
Deprecated.Creates actions for the given build.- Parameters:
target
- for which the action objects are requested. Never null.- Returns:
- Can be empty but must not be null.
-
createFor
Deprecated.as of 1.461 Override and callcreateFor(Run)
instead. -
all
Deprecated.Returns all the registeredTransientBuildActionFactory
s.
-
Actionable.getActions()
. UseTransientActionFactory
instead.