public interface MigrationLog
MigrationLogDao for that.| Modifier and Type | Method and Description |
|---|---|
Collection<AuditEntry> |
events()
Gets all the events recorded so far.
|
MigrationLog |
log(AuditEntry event)
Accumulates a new event for logging into a new MigrationLog.
|
MigrationLog log(@Nonnull AuditEntry event)
event - the event to log@Nonnull Collection<AuditEntry> events()
Copyright © 2002-2024 Atlassian. All Rights Reserved.