public abstract class TransientComputerActionFactory extends Object implements ExtensionPoint
Action
s to Computer
s.
To register your implementation, put Extension
on your subtype.
Action
,
TransientActionFactory
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
TransientComputerActionFactory() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<TransientComputerActionFactory> |
all()
Returns all the registered
TransientComputerActionFactory s. |
static List<Action> |
createAllFor(Computer target)
Creates
Action s for a node, using all registered TransientComputerActionFactory s. |
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()
TransientComputerActionFactory
s.public static List<Action> createAllFor(Computer target)
Action
s for a node, using all registered TransientComputerActionFactory
s.Copyright © 2004–2022. All rights reserved.