Uses of Class
hudson.model.queue.ScheduleResult
-
Packages that use ScheduleResult Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of ScheduleResult in hudson.model
Methods in hudson.model that return ScheduleResult Modifier and Type Method Description ScheduleResult
Queue. schedule2(Queue.Task p, int quietPeriod, Action... actions)
Convenience wrapper method aroundQueue.schedule2(Task, int, List)
ScheduleResult
Queue. schedule2(Queue.Task p, int quietPeriod, List<Action> actions)
Schedules an execution of a task. -
Uses of ScheduleResult in hudson.model.queue
Subclasses of ScheduleResult in hudson.model.queue Modifier and Type Class Description static class
ScheduleResult.Created
static class
ScheduleResult.Existing
static class
ScheduleResult.Refused
-