com.atlassian.confluence.schedule.audit
Interface AuditService

All Known Implementing Classes:
DefaultAuditService

public interface AuditService

An interface for Scheduled Job Auditing.


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

Method Detail

auditAction

void auditAction(ScheduledJobKey jobKey,
                 java.lang.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

auditScheduleChange

void auditScheduleChange(ScheduledJobKey jobKey,
                         java.lang.String oldValue,
                         java.lang.String newValue)
Audits a schedule change to a job.

Parameters:
jobKey - the job key
oldValue - the original value
newValue - the new value


Copyright © 2003-2014 Atlassian. All Rights Reserved.