org.jenkinsci.plugins.computerqueue
Class QueueUpdateActionFactory

java.lang.Object
  extended by hudson.model.TransientComputerActionFactory
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
QueueUpdateActionFactory()
           
 
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
 

Constructor Detail

QueueUpdateActionFactory

public QueueUpdateActionFactory()
Method Detail

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.