public class Executables extends Object
Queue.Executable.| Constructor and Description |
|---|
Executables() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getEstimatedDurationFor(Queue.Executable e)
Returns the estimated duration for the executable.
|
static SubTask |
getParentOf(Queue.Executable e)
Due to the return type change in
Queue.Executable, the caller needs a special precaution now. |
@Nonnull public static SubTask getParentOf(Queue.Executable e)
Queue.Executable, the caller needs a special precaution now.public static long getEstimatedDurationFor(@CheckForNull Queue.Executable e)
AbstractMethodErrors if the Queue.Executable implementation
was compiled against Hudson < 1.383Copyright © 2019. All rights reserved.