public interface ScheduledJobNodeManager
Modifier and Type | Method and Description |
---|---|
void |
disableJob(ScheduledJobKey key)
Disable job on this node only.
|
void |
enableJob(ScheduledJobKey key)
Enable job on this node only.
|
Date |
updateCronSchedule(ScheduledJobKey key,
String newCronSchedule) |
Date |
updateSimpleSchedule(ScheduledJobKey key,
long repeatInterval) |
Date updateCronSchedule(ScheduledJobKey key, String newCronSchedule)
Date updateSimpleSchedule(ScheduledJobKey key, long repeatInterval)
void disableJob(ScheduledJobKey key)
key
- the job key.void enableJob(ScheduledJobKey key)
key
- the job key.Copyright © 2003–2020 Atlassian. All rights reserved.