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 | Class and Description |
---|---|
class |
MigrationLogImpl |
Modifier and Type | Method and Description |
---|---|
MigrationLog |
MigrationState.log() |
MigrationLog |
MigrationLog.log(AuditEntry event)
Accumulates a new event for logging into a new MigrationLog.
|
MigrationLog |
MigrationLogImpl.log(AuditEntry event) |
Modifier and Type | Method and Description |
---|---|
void |
MigrationLogDao.write(MigrationLog record)
Records the provided logs in the record for later retrieval.
|
void |
MigrationLogDaoImpl.write(MigrationLog record) |
Constructor and Description |
---|
MigrationState(Licenses licenses,
ApplicationRoles roles,
com.google.common.collect.ImmutableList<Runnable> afterSaveTasks,
MigrationLog log) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.