Actionable.getActions()
. Use TransientActionFactory
instead.@Deprecated public abstract class TransientBuildActionFactory extends Object implements ExtensionPoint
Action
s into Run
s.
To register your implementation, put Extension
on your subtype.Action
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
TransientBuildActionFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<TransientBuildActionFactory> |
all()
Deprecated.
Returns all the registered
TransientBuildActionFactory s. |
Collection<? extends Action> |
createFor(AbstractBuild target)
Deprecated.
as of 1.461
Override and call
createFor(Run) instead. |
Collection<? extends Action> |
createFor(Run target)
Deprecated.
Creates actions for the given build.
|
public Collection<? extends Action> createFor(Run target)
target
- for which the action objects are requested. Never null.@Deprecated public Collection<? extends Action> createFor(AbstractBuild target)
createFor(Run)
instead.public static ExtensionList<TransientBuildActionFactory> all()
TransientBuildActionFactory
s.Copyright © 2004–2021. All rights reserved.