public static class ReservationTask.ReservationExecutable extends Object implements hudson.model.Queue.Executable
| Modifier | Constructor and Description |
|---|---|
protected |
ReservationExecutable(ReservationTask task) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
long |
getEstimatedDuration() |
String |
getNodeName() |
ReservationTask |
getParent() |
void |
run() |
String |
toString() |
protected ReservationExecutable(@Nonnull ReservationTask task)
@Nonnull public ReservationTask getParent()
getParent in interface hudson.model.Queue.Executablepublic long getEstimatedDuration()
getEstimatedDuration in interface hudson.model.Queue.Executable@CheckForNull public String getNodeName()
public void run()
throws jenkins.model.queue.AsynchronousExecution
public void complete()
Copyright © 2016–2020. All rights reserved.