Interface ContinuableExecutable
- All Superinterfaces:
 Queue.Executable,Runnable,WithConsoleUrl
The conceptual dual to 
ContinuedTask: an executable which is expected to be replaced by another task before the logical work finishes.- 
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether a continuation of this executable is currently expected.Methods inherited from interface hudson.model.Queue.Executable
getConsoleUrl, getEstimatedDuration, getParent, getParentExecutable, run, toString 
- 
Method Details
- 
willContinue
boolean willContinue()Determines whether a continuation of this executable is currently expected. The continuation might be within this Jenkins session, or after a restart.- Returns:
 - true if we expected to have a continuation of this executable, false if is really done when it exits
 
 
 -