Interface ContinuedTask
- All Superinterfaces:
- ModelObject,- Queue.Task,- ResourceActivity,- SubTask
- All Known Subinterfaces:
- ContinuedTask
Marker for tasks which should perhaps “jump ahead” in the queue because they continue an earlier task.
 Ensures that this task gets scheduled ahead of regular stuff.
 Use judiciously; an appropriate use case is a task which is intended to be the direct continuation of one currently running
 or which was running in a previous Jenkins session and is not logically finished.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbooleanTrue if the task should actually be consider continued now.Methods inherited from interface hudson.model.ModelObjectgetDisplayNameMethods inherited from interface hudson.model.Queue.TaskcheckAbortPermission, getAffinityKey, getCauseOfBlockage, getDefaultAuthentication, getDefaultAuthentication, getDefaultAuthentication2, getDefaultAuthentication2, getFullDisplayName, getName, getSubTasks, getUrl, getWhyBlocked, hasAbortPermission, isBuildBlocked, isConcurrentBuildMethods inherited from interface hudson.model.ResourceActivitygetDisplayName, getResourceListMethods inherited from interface hudson.model.queue.SubTaskcreateExecutable, getAssignedLabel, getEstimatedDuration, getLastBuiltOn, getOwnerExecutable, getOwnerTask, getSameNodeConstraint
- 
Method Details- 
isContinuedboolean isContinued()True if the task should actually be consider continued now.
 
-