| Package | Description |
|---|---|
| com.atlassian.bamboo.admin.scheduler | |
| com.atlassian.bamboo.rest.model.admin.scheduler | |
| com.atlassian.bamboo.testutils.backdoor |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledJob> |
SchedulerServiceImpl.getJobs() |
List<ScheduledJob> |
SchedulerService.getJobs()
Gets the collection of jobs currently scheduled to be run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerServiceImpl.triggerJob(ScheduledJob job) |
void |
SchedulerService.triggerJob(ScheduledJob job)
Triggers the job provided to be run immediately.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<ScheduledJob,RestScheduledJob> |
RestScheduledJob.FROM_SCHEDULED_JOB |
static com.google.common.base.Function<RestScheduledJob,ScheduledJob> |
RestScheduledJob.TO_SCHEDULED_JOB |
| Modifier and Type | Method and Description |
|---|---|
ScheduledJob |
RestScheduledJob.toScheduledJob()
Returns a ScheduledJob representation of the object.
|
| Constructor and Description |
|---|
RestScheduledJob(ScheduledJob scheduledJob)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledJob> |
SchedulerControl.getJobs()
Gets the collection of jobs currently scheduled to be run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerControl.triggerJob(ScheduledJob job) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.