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
Deprecated.
since 5.11, use
RestScheduledJob.RestScheduledJob() as function reference |
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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.