Class MigrationLogImpl
java.lang.Object
com.atlassian.jira.upgrade.tasks.role.MigrationLogImpl
- All Implemented Interfaces:
MigrationLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevents()
Gets all the events recorded so far.log
(AuditEntry event) Accumulates a new event for logging into a new MigrationLog.toString()
-
Constructor Details
-
MigrationLogImpl
public MigrationLogImpl() -
MigrationLogImpl
-
-
Method Details
-
events
Description copied from interface:MigrationLog
Gets all the events recorded so far.- Specified by:
events
in interfaceMigrationLog
- Returns:
- all the events accumulated in this chain of loggers
-
log
Description copied from interface:MigrationLog
Accumulates a new event for logging into a new MigrationLog.- Specified by:
log
in interfaceMigrationLog
- Parameters:
event
- the event to log- Returns:
- a new MigrationLog which is a copy of this one with the new event added
-
toString
-