Package hudson.model.queue
Class ScheduleResult.Refused
- java.lang.Object
-
- hudson.model.queue.ScheduleResult
-
- hudson.model.queue.ScheduleResult.Refused
-
- Enclosing class:
- ScheduleResult
public static final class ScheduleResult.Refused extends ScheduleResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.queue.ScheduleResult
ScheduleResult.Created, ScheduleResult.Existing, ScheduleResult.Refused
-
-
Constructor Summary
Constructors Constructor Description Refused()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRefused()
The scheduling of the task was refused and the queue didn't change.-
Methods inherited from class hudson.model.queue.ScheduleResult
created, existing, getCreateItem, getItem, isAccepted, isCreated, refused
-
-
-
-
Method Detail
-
isRefused
public boolean isRefused()
Description copied from class:ScheduleResult
The scheduling of the task was refused and the queue didn't change. If this method returns true,ScheduleResult.getItem()
will return null.- Overrides:
isRefused
in classScheduleResult
-
-