public abstract class TransientUserActionFactory extends Object implements ExtensionPoint
Action
s into User
s.
To register your implementation, put Extension
on your subtype.Action
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
TransientUserActionFactory() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<TransientUserActionFactory> |
all()
Returns all the registered
TransientUserActionFactory s. |
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()
TransientUserActionFactory
s.Copyright © 2004–2021. All rights reserved.