Class Overview
Default implementation logs to a logger com.atlassian.confluence.schedule.audit.AuditService
Public Constructors
public
DefaultAuditService
()
Public Methods
Audit's a simple action against a job, such as run, enable, disable.
Parameters
| jobKey
| the job key |
| action
| the action (e.g., run, enable, disable
|
public
void
auditScheduleChange
(ScheduledJobKey jobKey, String oldValue, String newValue)
Audits a schedule change to a job.
Parameters
| jobKey
| the job key |
| oldValue
| the original value |
| newValue
| the new value
|