Package | Description |
---|---|
com.atlassian.bamboo.configuration | |
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.persister | |
com.atlassian.bamboo.ww2.actions.chains.admin |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
ViewGlobalAuditLogAction.getResultsList() |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<AuditLogEntry> auditLogEntries,
AuditLogEntry object,
long objectIndex,
org.hibernate.Session session) |
protected void |
AuditLogMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
AuditLogEntry object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
AuditLogMapper.importProperties(AuditLogEntry object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<AuditLogEntry> auditLogEntries,
AuditLogEntry object,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
AuditLogMessage |
Modifier and Type | Method and Description |
---|---|
Collection<? extends AuditLogEntry> |
AuditLogHibernateDao.findAll() |
Collection<? extends AuditLogEntry> |
AuditLogDao.findAll() |
List<AuditLogEntry> |
AuditLogHibernateDao.getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
DefaultAuditLogService.getAgentAuditLogsMessagesByAgentName(String agentName) |
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> |
AuditLogHibernateDao.getAuditLogMessagesForPlan(ImmutablePlan plan) |
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan) |
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> |
AuditLogHibernateDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate) |
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate) |
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> |
AuditLogHibernateDao.getGlobalAuditLogMessages() |
List<AuditLogEntry> |
DefaultAuditLogService.getGlobalAuditLogMessages() |
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 |
DefaultAuditLogService.log(AuditLogEntry msg) |
void |
AuditLogService.log(AuditLogEntry msg)
Add a log to the audit log.
|
Modifier and Type | Method and Description |
---|---|
long |
AuditLogHibernateDao.scrollAuditLogsForExport(Consumer<AuditLogEntry> consumer) |
long |
AuditLogDao.scrollAuditLogsForExport(Consumer<AuditLogEntry> consumer)
Scroll through all AuditLogEntry records and pass them to consumer
|
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
ViewChainAuditLog.getAuditLogMessages() |
List<AuditLogEntry> |
ViewChainAuditLog.getResultsList() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.