Package | Description |
---|---|
com.atlassian.bamboo.configuration | |
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.persister |
Modifier and Type | Method and Description |
---|---|
Pager<AuditLogEntry> |
ViewGlobalAuditLogAction.getPager() |
Modifier and Type | Method and Description |
---|---|
void |
ViewGlobalAuditLogAction.setPager(Pager<AuditLogEntry> pager) |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull List<AuditLogEntry> auditLogEntries,
@NotNull AuditLogEntry object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
AuditLogMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull AuditLogEntry object,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
AuditLogMapper.importProperties(@NotNull AuditLogEntry object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
AuditLogMessage |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
DefaultAuditLogService.getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
AuditLogHibernateDao.getAgentAuditLogsMessagesByAgentName(@NotNull String agentName) |
List<AuditLogEntry> |
AuditLogDao.getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
AuditLogService.getAgentAuditLogsMessagesByAgentName(String agentName)
Provide a list of audit log messages filter by Agent Name
|
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForEntity(@NotNull String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogHibernateDao.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForEntity(@NotNull String entityId,
@Nullable AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(@NotNull ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogHibernateDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(@NotNull ImmutablePlan plan,
long startDate,
long endDate,
int firstResult,
int maxResults)
Provide a paginated list of all audit log messages written against a plan between input dates.
|
List<AuditLogEntry> |
DefaultAuditLogService.getGlobalAuditLogMessages() |
List<AuditLogEntry> |
AuditLogHibernateDao.getGlobalAuditLogMessages() |
List<AuditLogEntry> |
AuditLogDao.getGlobalAuditLogMessages()
Deprecated.
since 7.0 use
AuditLogDao.getGlobalAuditLogMessages(int, int) |
List<AuditLogEntry> |
AuditLogService.getGlobalAuditLogMessages()
Deprecated.
since 7.0 use paginated version instead
AuditLogService.getGlobalAuditLogMessages(int, int) |
List<AuditLogEntry> |
DefaultAuditLogService.getGlobalAuditLogMessages(int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogHibernateDao.getGlobalAuditLogMessages(int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogDao.getGlobalAuditLogMessages(int firstResult,
int maxResults)
Provide a page of a list of all audit log messages written against the system.
|
List<AuditLogEntry> |
AuditLogService.getGlobalAuditLogMessages(int firstResult,
int maxResults)
Provide a page of a list of all audit log messages written against the system.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuditLogService.log(@NotNull AuditLogEntry msg) |
void |
AuditLogService.log(@NotNull 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
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.