hudson.model.queue
Class Tasks
java.lang.Object
hudson.model.queue.Tasks
public class Tasks
- extends Object
Convenience methods around Queue.Task
and SubTask
.
- Since:
- 1.377
- Author:
- Kohsuke Kawaguchi
Constructor Summary |
Tasks()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tasks
public Tasks()
getSubTasksOf
public static Collection<? extends SubTask> getSubTasksOf(Queue.Task task)
getSameNodeConstraintOf
public static Object getSameNodeConstraintOf(SubTask t)
_getOwnerTaskOf
public static Queue.Task _getOwnerTaskOf(SubTask t)
- A pointless function to work around what appears to be a HotSpot problem. See JENKINS-5756 and bug 6933067
on BugParade for more details.
getOwnerTaskOf
public static Queue.Task getOwnerTaskOf(SubTask t)
Copyright © 2004-2013. All Rights Reserved.