public interface AuditService
Modifier and Type | Method and Description |
---|---|
void |
auditAction(ScheduledJobKey jobKey,
String action)
Audits an action to a job such as run, enable, disable.
|
void |
auditCronJobScheduleChange(ScheduledJobKey jobKey,
String oldValue,
String newValue)
Audits a schedule change to a cron job.
|
void |
auditSimpleJobScheduleChange(ScheduledJobKey jobKey,
Long oldValue,
Long newValue)
Audits a schedule change to a simple job.
|
void auditAction(ScheduledJobKey jobKey, String action)
jobKey
- the job keyaction
- the action such as run, enable, disablevoid auditCronJobScheduleChange(ScheduledJobKey jobKey, String oldValue, String newValue)
jobKey
- the job keyoldValue
- the old cronnewValue
- the new cronvoid auditSimpleJobScheduleChange(ScheduledJobKey jobKey, Long oldValue, Long newValue)
jobKey
- the job keyoldValue
- the old repeat intervalnewValue
- the new repeat intervalCopyright © 2003–2018 Atlassian. All rights reserved.