org.jenkinsci.plugins.computerqueue
Class ComputerQueue

java.lang.Object
  extended by hudson.model.ComputerPanelBox
      extended by org.jenkinsci.plugins.computerqueue.ComputerQueue
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ComputerQueue
extends hudson.model.ComputerPanelBox

Add a box with a queue of tasks for given computer to its page

Author:
Lucie Votypkova

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ComputerQueue()
           
 
Method Summary
 List<hudson.model.Queue.BuildableItem> items()
           
 
Methods inherited from class hudson.model.ComputerPanelBox
all, getComputer, setComputer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputerQueue

public ComputerQueue()
Method Detail

items

public List<hudson.model.Queue.BuildableItem> items()


Copyright © 2004-2012. All Rights Reserved.