|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.getAuditLogMessagesForPlan(Plan plan,
long startDate,
long endDate)
|
java.util.List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(Plan plan,
long startDate,
long endDate)
|
java.util.List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(Plan 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(Plan 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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |