org.jenkinsci.plugins.computerqueue
Class ComputerQueue
java.lang.Object
hudson.model.ComputerPanelBox
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
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 |
ComputerQueue
public ComputerQueue()
items
public List<hudson.model.Queue.BuildableItem> items()
Copyright © 2004-2012. All Rights Reserved.