public interface AuditService
Modifier and Type | Method and Description |
---|---|
void |
auditAction(ScheduledJobKey jobKey,
String action)
Audit's a simple action against a job, such as run, enable, disable.
|
void |
auditScheduleChange(ScheduledJobKey jobKey,
String oldValue,
String newValue)
Audits a schedule change to a job.
|
void auditAction(ScheduledJobKey jobKey, String action)
jobKey
- the job keyaction
- the action (e.g., run, enable, disablevoid auditScheduleChange(ScheduledJobKey jobKey, String oldValue, String newValue)
jobKey
- the job keyoldValue
- the original valuenewValue
- the new valueCopyright © 2003–2016 Atlassian. All rights reserved.