public class

DefaultAuditService

extends Object
implements AuditService
java.lang.Object
   ↳ com.atlassian.confluence.schedule.audit.DefaultAuditService

Class Overview

Default implementation logs to a logger com.atlassian.confluence.schedule.audit.AuditService

Summary

Public Constructors
DefaultAuditService()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.schedule.audit.AuditService

Public Constructors

public DefaultAuditService ()

Public Methods

public 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 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