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

Packages that use AuditLogEntry
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.ww2.actions.build.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.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.getAuditLogMessagesForPlan(Plan plan)
           
 java.util.List<AuditLogEntry> DefaultAuditLogService.getAuditLogMessagesForPlan(Plan plan)
           
 java.util.List<AuditLogEntry> AuditLogService.getAuditLogMessagesForPlan(Plan plan)
          Provide a list of all audit log messages written against a plan.
 java.util.List<AuditLogEntry> AuditLogDao.getAuditLogMessagesForPlan(Plan plan)
           
 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.
 

Constructors in com.atlassian.bamboo.persister with parameters of type AuditLogEntry
AuditLogMessage(AuditLogEntry auditLogEntry, PlanKey planKey)
           
 

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

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



Copyright © 2010 Atlassian. All Rights Reserved.