Uses of Interface
com.atlassian.bamboo.persister.AuditLogEntry

Packages that use AuditLogEntry
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.ww2.actions.chains.admin   
 

Uses of AuditLogEntry in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration that return types with arguments of type AuditLogEntry
 java.util.List<AuditLogEntry> ViewGlobalAuditLogAction.getResultsList()
           
 

Uses of AuditLogEntry in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type AuditLogEntry
 void AuditLogMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<AuditLogEntry> auditLogEntries, AuditLogEntry object, long objectIndex, net.sf.hibernate.Session session)
           
protected  void AuditLogMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, AuditLogEntry object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void AuditLogMapper.importProperties(AuditLogEntry object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type AuditLogEntry
 void AuditLogMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<AuditLogEntry> auditLogEntries, AuditLogEntry object, long objectIndex, net.sf.hibernate.Session session)
           
 

Uses of AuditLogEntry in com.atlassian.bamboo.persister
 

Classes in com.atlassian.bamboo.persister that implement AuditLogEntry
 class AuditLogMessage
           
 

Methods in com.atlassian.bamboo.persister that return types with arguments of type AuditLogEntry
 java.util.List<AuditLogEntry> HibernateAuditLogDao.deleteAllAuditLogMessages()
           
 java.util.List<AuditLogEntry> AuditLogDao.deleteAllAuditLogMessages()
           
 java.util.Collection<? extends AuditLogEntry> HibernateAuditLogDao.findAll()
           
 java.util.Collection<? extends AuditLogEntry> AuditLogDao.findAll()
           
 java.util.List<AuditLogEntry> HibernateAuditLogDao.getAgentAuditLogsMessagesByAgentName(java.lang.String agentName)
           
 java.util.List<AuditLogEntry> DefaultAuditLogService.getAgentAuditLogsMessagesByAgentName(java.lang.String agentName)
           
 java.util.List<AuditLogEntry> AuditLogService.getAgentAuditLogsMessagesByAgentName(java.lang.String agentName)
          Provide a list of audit log messages filter by Agent Name
 java.util.List<AuditLogEntry> AuditLogDao.getAgentAuditLogsMessagesByAgentName(java.lang.String agentName)
           
 java.util.List<AuditLogEntry> HibernateAuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan)
           
 java.util.List<AuditLogEntry> DefaultAuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan)
           
 java.util.List<AuditLogEntry> AuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan)
          Provide a list of all audit log messages written against a plan.
 java.util.List<AuditLogEntry> AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan)
           
 java.util.List<AuditLogEntry> HibernateAuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan, long startDate, long endDate)
           
 java.util.List<AuditLogEntry> DefaultAuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan, long startDate, long endDate)
           
 java.util.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.
 java.util.List<AuditLogEntry> AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan, long startDate, long endDate)
           
 java.util.List<AuditLogEntry> HibernateAuditLogDao.getGlobalAuditLogMessages()
           
 java.util.List<AuditLogEntry> DefaultAuditLogService.getGlobalAuditLogMessages()
           
 java.util.List<AuditLogEntry> AuditLogService.getGlobalAuditLogMessages()
          Provide a list of all audit log messages written against the system.
 java.util.List<AuditLogEntry> AuditLogDao.getGlobalAuditLogMessages()
           
 

Methods in com.atlassian.bamboo.persister with parameters of type AuditLogEntry
 void DefaultAuditLogService.log(AuditLogEntry msg)
           
 void AuditLogService.log(AuditLogEntry msg)
          Add a log to the audit log.
 

Uses of AuditLogEntry in com.atlassian.bamboo.ww2.actions.chains.admin
 

Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type AuditLogEntry
 java.util.List<AuditLogEntry> ViewChainAuditLog.getAuditLogMessages()
           
 java.util.List<AuditLogEntry> ViewChainAuditLog.getResultsList()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.