hudson.model
Class TransientUserActionFactory
java.lang.Object
hudson.model.TransientUserActionFactory
- All Implemented Interfaces:
- ExtensionPoint
public abstract class TransientUserActionFactory
- extends Object
- implements ExtensionPoint
Extension point for inserting transient Action
s into User
s.
To register your implementation, put Extension
on your subtype.
- Since:
- 1.477
- Author:
- Vincent Latombe
- See Also:
Action
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransientUserActionFactory
public TransientUserActionFactory()
createFor
public Collection<? extends Action> createFor(User target)
- Creates actions for the given user.
- Parameters:
target
- for which the action objects are requested. Never null.
- Returns:
- Can be empty but must not be null.
all
public static ExtensionList<TransientUserActionFactory> all()
- Returns all the registered
TransientUserActionFactory
s.
Copyright © 2004-2013. All Rights Reserved.