public abstract class TransientUserActionFactory extends Object implements ExtensionPoint
Actions into Users.
To register your implementation, put Extension on your subtype.ActionExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
TransientUserActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<TransientUserActionFactory> |
all()
Returns all the registered
TransientUserActionFactorys. |
Collection<? extends Action> |
createFor(User target)
Creates actions for the given user.
|
public Collection<? extends Action> createFor(User target)
target - for which the action objects are requested. Never null.public static ExtensionList<TransientUserActionFactory> all()
TransientUserActionFactorys.Copyright © 2019. All rights reserved.