hudson.model
Class TransientViewActionFactory
java.lang.Object
hudson.model.TransientViewActionFactory
- All Implemented Interfaces:
- ExtensionPoint
public abstract class TransientViewActionFactory
- extends Object
- implements ExtensionPoint
Extension point for adding transient Action
s to View
s.
- Since:
- 1.388
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransientViewActionFactory
public TransientViewActionFactory()
createFor
public abstract List<Action> createFor(View v)
- returns a list of (transient) actions never null, may be empty
- Parameters:
v
-
- Returns:
all
public static ExtensionList<TransientViewActionFactory> all()
- Returns all the registered
TransientViewActionFactory
s.
createAllFor
public static List<Action> createAllFor(View v)
- Creates Action)s for a view, using all registered {@link TransientViewActionFactory}s.
Copyright © 2004-2013. All Rights Reserved.