hudson.model
Interface Queue.NonBlockingTask

All Superinterfaces:
ModelObject, Queue.Task, ResourceActivity, SubTask
All Known Implementing Classes:
MatrixConfiguration
Enclosing class:
Queue

public static interface Queue.NonBlockingTask
extends Queue.Task

Marks Queue.TransientTasks that are not affected by the Jenkins.isQuietingDown() quieting down}, because these tasks keep other tasks executing.

Since:
1.336

Method Summary
 
Methods inherited from interface hudson.model.Queue.Task
checkAbortPermission, getCauseOfBlockage, getFullDisplayName, getName, getSubTasks, getUrl, getWhyBlocked, hasAbortPermission, isBuildBlocked, isConcurrentBuild
 
Methods inherited from interface hudson.model.ModelObject
getDisplayName
 
Methods inherited from interface hudson.model.queue.SubTask
createExecutable, getAssignedLabel, getEstimatedDuration, getLastBuiltOn, getOwnerTask, getSameNodeConstraint
 
Methods inherited from interface hudson.model.ResourceActivity
getDisplayName, getResourceList
 



Copyright © 2004-2013. All Rights Reserved.