Actionable.getActions(). Use TransientActionFactory instead.@Deprecated public abstract class TransientBuildActionFactory extends Object implements ExtensionPoint
Actions into Runs.
To register your implementation, put Extension on your subtype.ActionExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
TransientBuildActionFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<TransientBuildActionFactory> |
all()
Deprecated.
Returns all the registered
TransientBuildActionFactorys. |
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()
TransientBuildActionFactorys.Copyright © 2019. All rights reserved.