org.jenkinsci.plugins.computerqueue
Class QueueUpdateActionFactory
java.lang.Object
hudson.model.TransientComputerActionFactory
org.jenkinsci.plugins.computerqueue.QueueUpdateActionFactory
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class QueueUpdateActionFactory
- extends hudson.model.TransientComputerActionFactory
Updating a computer queue is the only purpose of this class
- Author:
- Lucie Votypkova
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
Collection<? extends hudson.model.Action> |
createFor(hudson.model.Computer cmptr)
|
| Methods inherited from class hudson.model.TransientComputerActionFactory |
all, createAllFor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueUpdateActionFactory
public QueueUpdateActionFactory()
createFor
public Collection<? extends hudson.model.Action> createFor(hudson.model.Computer cmptr)
- Specified by:
createFor in class hudson.model.TransientComputerActionFactory
Copyright © 2004-2012. All Rights Reserved.