| 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> |
MigrationLog.events()
Gets all the events recorded so far.
|
Collection<AuditEntry> |
MigrationLogImpl.events() |
| Modifier and Type | Method and Description |
|---|---|
MigrationLog |
MigrationLog.log(AuditEntry event)
Accumulates a new event for logging into a new MigrationLog.
|
MigrationLog |
MigrationLogImpl.log(AuditEntry event) |
MigrationState |
MigrationState.log(AuditEntry event) |
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-2016 Atlassian. All Rights Reserved.