public abstract class TransientComputerActionFactory extends Object implements ExtensionPoint
Actions to Computers.
To register your implementation, put Extension on your subtype.
Action,
TransientActionFactoryExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
TransientComputerActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<TransientComputerActionFactory> |
all()
Returns all the registered
TransientComputerActionFactorys. |
static List<Action> |
createAllFor(Computer target)
Creates
Actions for a node, using all registered TransientComputerActionFactorys. |
abstract Collection<? extends Action> |
createFor(Computer target)
Creates actions for the given computer.
|
public abstract Collection<? extends Action> createFor(Computer target)
target - The computer for which the action objects are requested. Never null.public static ExtensionList<TransientComputerActionFactory> all()
TransientComputerActionFactorys.public static List<Action> createAllFor(Computer target)
Actions for a node, using all registered TransientComputerActionFactorys.Copyright © 2019. All rights reserved.