Package com.atlassian.bamboo.persister
-
Interface Summary Interface Description AuditLogDao Data Access Object for translatingAuditLogEntry
objects to and from theAUDIT_LOG
table.AuditLogEntry AuditLogService Service allowing you to register audit messages against the system or against plans.AuditLogService.FieldChange Simple interface that provides information about a changed field.Persister This interface defines how Bamboo build data can be persisted.XStreamObjectPersister<K extends Key,V> -
Class Summary Class Description AuditLogEntity Represents entity's configuration item which changes can be tracked in audit log;AuditLogEntityTypeUserType AuditLogHibernateDao AuditLogMessage AuditLogMessage_ CachedBuildPersisterDecorator Caches the builds so speed up performance and handle transient Build fields.DefaultAuditLogService HibernateObjectsAuditInterceptor OidGenerationInterceptor Hibernate interceptor that generates entities OIDs on save.TaskAuditLogHelper TriggerAuditLogHelper -
Enum Summary Enum Description AuditLogEntityType Represent "plan items" we track in the audit logs. -
Exception Summary Exception Description PersisterException This class types persister errors.