public interface AuditService
| Modifier and Type | Method and Description |
|---|---|
default void |
auditAction(com.atlassian.scheduler.config.JobId jobId,
AuditingAction action) |
void |
auditAction(ScheduledJobKey jobKey,
AuditingAction action)
Deprecated.
since 7.18. To be removed in 8.0. Use
auditCronJobScheduleChange(JobId, String, String)} |
default void |
auditCronJobScheduleChange(com.atlassian.scheduler.config.JobId jobId,
String oldValue,
String newValue) |
void |
auditCronJobScheduleChange(ScheduledJobKey jobKey,
String oldValue,
String newValue)
Deprecated.
since 7.18. To be removed in 8.0. Use
auditCronJobScheduleChange(JobId, String, String)} |
default void |
auditSimpleJobScheduleChange(com.atlassian.scheduler.config.JobId jobId,
Long oldValue,
Long newValue) |
void |
auditSimpleJobScheduleChange(ScheduledJobKey jobKey,
Long oldValue,
Long newValue)
Deprecated.
since 7.18. To be removed in 8.0. Use
auditSimpleJobScheduleChange(JobId, Long, Long)} |
@Deprecated void auditAction(ScheduledJobKey jobKey, AuditingAction action)
auditCronJobScheduleChange(JobId, String, String)}jobKey - the job keyaction - the action such as run, enable, disabledefault void auditAction(com.atlassian.scheduler.config.JobId jobId,
AuditingAction action)
@Deprecated void auditCronJobScheduleChange(ScheduledJobKey jobKey, String oldValue, String newValue)
auditCronJobScheduleChange(JobId, String, String)}jobKey - the job keyoldValue - the old cronnewValue - the new crondefault void auditCronJobScheduleChange(com.atlassian.scheduler.config.JobId jobId,
String oldValue,
String newValue)
@Deprecated void auditSimpleJobScheduleChange(ScheduledJobKey jobKey, Long oldValue, Long newValue)
auditSimpleJobScheduleChange(JobId, Long, Long)}jobKey - the job keyoldValue - the old repeat intervalnewValue - the new repeat intervalCopyright © 2003–2022 Atlassian. All rights reserved.