| com.atlassian.confluence.schedule.audit.AuditService |
Known Indirect Subclasses
| DefaultAuditService |
Default implementation logs to a logger com.atlassian.confluence.schedule.audit.AuditService
|
|
Class Overview
An interface for Scheduled Job Auditing.
Public Methods
public
abstract
void
auditAction
(ScheduledJobKey jobKey, String action)
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
abstract
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
|