Uses of Class
com.atlassian.bamboo.admin.scheduler.ScheduledJob
Packages that use ScheduledJob
Package
Description
-
Uses of ScheduledJob in com.atlassian.bamboo.admin.scheduler
Methods in com.atlassian.bamboo.admin.scheduler that return types with arguments of type ScheduledJobModifier and TypeMethodDescription@NotNull List<ScheduledJob>
SchedulerService.getJobs()
Gets the collection of jobs currently scheduled to be run.@NotNull List<ScheduledJob>
SchedulerServiceImpl.getJobs()
Methods in com.atlassian.bamboo.admin.scheduler with parameters of type ScheduledJobModifier and TypeMethodDescriptionvoid
SchedulerService.triggerJob
(@NotNull ScheduledJob job) Triggers the job provided to be run immediately.void
SchedulerServiceImpl.triggerJob
(@NotNull ScheduledJob job) -
Uses of ScheduledJob in com.atlassian.bamboo.rest.model.admin.scheduler
Fields in com.atlassian.bamboo.rest.model.admin.scheduler with type parameters of type ScheduledJobModifier and TypeFieldDescriptionstatic com.google.common.base.Function<ScheduledJob,
RestScheduledJob> RestScheduledJob.FROM_SCHEDULED_JOB
Deprecated.Methods in com.atlassian.bamboo.rest.model.admin.scheduler that return ScheduledJobModifier and TypeMethodDescription@NotNull ScheduledJob
RestScheduledJob.toScheduledJob()
Returns a ScheduledJob representation of the object.Constructors in com.atlassian.bamboo.rest.model.admin.scheduler with parameters of type ScheduledJobModifierConstructorDescriptionRestScheduledJob
(@NotNull ScheduledJob scheduledJob) Copy constructor. -
Uses of ScheduledJob in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type ScheduledJobModifier and TypeMethodDescriptionSchedulerControl.getJobs()
Gets the collection of jobs currently scheduled to be run.Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type ScheduledJob
RestScheduledJob()
as function reference