| Package | Description |
|---|---|
| com.atlassian.bamboo.persister |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AuditLogEntry> |
AuditLogDao.findAll() |
List<AuditLogEntry> |
AuditLogService.getAgentAuditLogsMessagesByAgentName(String agentName)
Provide a list of audit log messages filter by Agent Name
|
List<AuditLogEntry> |
AuditLogDao.getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan)
Provide a list of all audit log messages written against a plan.
|
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan) |
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate)
Provide a list of all audit log messages written against a plan between input dates.
|
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate) |
List<AuditLogEntry> |
AuditLogService.getGlobalAuditLogMessages()
Provide a list of all audit log messages written against the system.
|
List<AuditLogEntry> |
AuditLogDao.getGlobalAuditLogMessages() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogService.log(AuditLogEntry msg)
Add a log to the audit log.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.