Package | Description |
---|---|
com.atlassian.jira.upgrade.tasks.role |
Package that provides migration for use permission and licenses from dark ages (JIRA 6.x) to renaissance (JIRA 7.x).
|
Modifier and Type | Method and Description |
---|---|
Collection<AuditEntry> |
MigrationLogImpl.events() |
Collection<AuditEntry> |
MigrationLog.events()
Gets all the events recorded so far.
|
Modifier and Type | Method and Description |
---|---|
MigrationLog |
MigrationLogImpl.log(AuditEntry event) |
MigrationState |
MigrationState.log(AuditEntry event) |
MigrationLog |
MigrationLog.log(AuditEntry event)
Accumulates a new event for logging into a new MigrationLog.
|
void |
MigrationLogDao.store(AuditEntry event)
Persists the auditing entry in the database.
|
void |
MigrationLogDaoImpl.store(AuditEntry event) |
Constructor and Description |
---|
MigrationLogImpl(List<AuditEntry> events,
AuditEntry event) |
Constructor and Description |
---|
MigrationLogImpl(List<AuditEntry> events,
AuditEntry event) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.