Package hudson.model.queue
Class ScheduleResult.Refused
java.lang.Object
hudson.model.queue.ScheduleResult
hudson.model.queue.ScheduleResult.Refused
- Enclosing class:
- ScheduleResult
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.queue.ScheduleResult
ScheduleResult.Created, ScheduleResult.Existing, ScheduleResult.Refused
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
Constructor Details
-
Refused
public Refused()
-
-
Method Details
-
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
-