public interface

AuditService

com.atlassian.confluence.schedule.audit.AuditService
Known Indirect Subclasses

Class Overview

An interface for Scheduled Job Auditing.

Summary

Public Methods
abstract void auditAction(ScheduledJobKey jobKey, String action)
Audit's a simple action against a job, such as run, enable, disable.
abstract void auditScheduleChange(ScheduledJobKey jobKey, String oldValue, String newValue)
Audits a schedule change to a job.

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