Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.queue |
Modifier and Type | Method and Description |
---|---|
ScheduleResult |
Queue.schedule2(Queue.Task p,
int quietPeriod,
Action... actions)
Convenience wrapper method around
Queue.schedule2(Task, int, List) |
ScheduleResult |
Queue.schedule2(Queue.Task p,
int quietPeriod,
List<Action> actions)
Schedules an execution of a task.
|
Modifier and Type | Class and Description |
---|---|
static class |
ScheduleResult.Created |
static class |
ScheduleResult.Existing |
static class |
ScheduleResult.Refused |
Copyright © 2015. All rights reserved.