Uses of Interface
com.atlassian.bamboo.persister.AuditLogEntry
Package
Description
-
Uses of AuditLogEntry in com.atlassian.bamboo.configuration
Modifier and TypeMethodDescription@NotNull List<AuditLogEntry>
ViewGlobalAuditLogAction.getFilteredResultsList
(int firstResult, int maxResults) ViewGlobalAuditLogAction.getPager()
Modifier and TypeMethodDescriptionvoid
ViewGlobalAuditLogAction.setPager
(Pager<AuditLogEntry> pager) -
Uses of AuditLogEntry in com.atlassian.bamboo.deployments.projects.actions
Modifier and TypeMethodDescription@NotNull List<AuditLogEntry>
DeploymentProjectAuditLog.getFilteredResultsList
(int firstResult, int maxResults) -
Uses of AuditLogEntry in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionvoid
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 TypeMethodDescriptionvoid
AuditLogMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<AuditLogEntry> auditLogEntries, @NotNull AuditLogEntry object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of AuditLogEntry in com.atlassian.bamboo.persister
Modifier and TypeMethodDescription@NotNull Collection<? extends AuditLogEntry>
AuditLogDao.findAll()
@NotNull Collection<? extends AuditLogEntry>
AuditLogHibernateDao.findAll()
AuditLogDao.getAgentAuditLogsMessagesByAgentName
(String agentName) Provide a list of audit log messages filter by Agent Name.AuditLogDao.getAgentAuditLogsMessagesByAgentName
(String agentName, @Nullable String searchTerm) Provide a list of audit log messages filter by Agent Name and the Search Term.AuditLogHibernateDao.getAgentAuditLogsMessagesByAgentName
(@NotNull String agentName) AuditLogHibernateDao.getAgentAuditLogsMessagesByAgentName
(String agentName, @Nullable String searchTerm) AuditLogService.getAgentAuditLogsMessagesByAgentName
(String agentName) Provide a list of audit log messages filter by Agent NameAuditLogService.getAgentAuditLogsMessagesByAgentName
(String agentName, @Nullable String searchTerm) Provide a list of audit log messages filter by Agent Name and the Search Term.DefaultAuditLogService.getAgentAuditLogsMessagesByAgentName
(String agentName) DefaultAuditLogService.getAgentAuditLogsMessagesByAgentName
(String agentName, @Nullable String searchTerm) AuditLogDao.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults) AuditLogDao.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) Provide a paginated list of all audit log messages written against an entity between input dates and requested search term.AuditLogHibernateDao.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults) AuditLogHibernateDao.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) AuditLogService.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults) Provide a paginated list of all audit log messages written against an entity between input dates.AuditLogService.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) Provide a paginated list of all audit log messages written against an entity between input dates and requested search term.DefaultAuditLogService.getAuditLogMessagesForEntity
(@NotNull String entityId, @Nullable AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) DefaultAuditLogService.getAuditLogMessagesForEntity
(@NotNull String entityId, AuditLogEntityType entityType, long startDate, long endDate, int firstResult, int maxResults) AuditLogDao.getAuditLogMessagesForPlan
(ImmutablePlan plan, long startDate, long endDate, int firstResult, int maxResults) Deprecated.AuditLogHibernateDao.getAuditLogMessagesForPlan
(ImmutablePlan plan, long startDate, long endDate, int firstResult, int maxResults) Deprecated.used only in testsAuditLogService.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.AuditLogService.getAuditLogMessagesForPlan
(@NotNull ImmutablePlan plan, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) Provide a paginated list of all audit log messages written against a plan between input dates and requested search term.DefaultAuditLogService.getAuditLogMessagesForPlan
(@NotNull ImmutablePlan plan, long startDate, long endDate, int firstResult, int maxResults) DefaultAuditLogService.getAuditLogMessagesForPlan
(@NotNull ImmutablePlan plan, long startDate, long endDate, int firstResult, int maxResults, @Nullable String searchTerm) AuditLogDao.getGlobalAuditLogMessages()
Deprecated.since 7.0 useAuditLogDao.getGlobalAuditLogMessages(int, int)
AuditLogDao.getGlobalAuditLogMessages
(int firstResult, int maxResults) Provide a page of a list of all audit log messages written against the system.AuditLogDao.getGlobalAuditLogMessages
(int firstResult, int maxResults, @Nullable String searchTerm) Provide a page of a list of all audit log messages written against the system filtered by delivered searchTerm.AuditLogHibernateDao.getGlobalAuditLogMessages()
AuditLogHibernateDao.getGlobalAuditLogMessages
(int firstResult, int maxResults) AuditLogHibernateDao.getGlobalAuditLogMessages
(int firstResult, int maxResults, @Nullable String searchTerm) AuditLogService.getGlobalAuditLogMessages()
Deprecated.since 7.0 use paginated version insteadAuditLogService.getGlobalAuditLogMessages(int, int)
AuditLogService.getGlobalAuditLogMessages
(int firstResult, int maxResults) Provide a page of a list of all audit log messages written against the system.AuditLogService.getGlobalAuditLogMessages
(int firstResult, int maxResults, @Nullable String searchTerm) Provide a page of a list of all audit log messages written against the system filtered by delivered searchTerm.DefaultAuditLogService.getGlobalAuditLogMessages()
DefaultAuditLogService.getGlobalAuditLogMessages
(int firstResult, int maxResults) DefaultAuditLogService.getGlobalAuditLogMessages
(int firstResult, int maxResults, @Nullable String searchTerm) Modifier and TypeMethodDescriptionvoid
AuditLogService.log
(@NotNull AuditLogEntry msg) Add a log to the audit log.void
DefaultAuditLogService.log
(@NotNull AuditLogEntry msg) Modifier and TypeMethodDescriptionlong
AuditLogDao.scrollAuditLogsForExport
(Consumer<AuditLogEntry> consumer) Scroll through all AuditLogEntry records and pass them to consumerlong
AuditLogHibernateDao.scrollAuditLogsForExport
(Consumer<AuditLogEntry> consumer) -
Uses of AuditLogEntry in com.atlassian.bamboo.ww2.actions.chains.admin
Modifier and TypeMethodDescription@NotNull List<AuditLogEntry>
ViewChainAuditLog.getFilteredResultsList
(int firstResult, int maxResults)
AuditLogDao.getAuditLogMessagesForEntity(String, AuditLogEntityType, long, long, int, int)