public interface

RenaissanceMigrationStatus

com.atlassian.jira.license.RenaissanceMigrationStatus
Known Indirect Subclasses

Class Overview

A store to indicate if renaissance migration (aka JIRA 6.x global permission to JIRA 7.0 application roles) has been run. Components that need to change their behaviour based on if the migration has occurred can use this component to detect their mode.

Summary

Public Methods
boolean hasMigrationRun()
Return true if the renaissance migration is done.
boolean markDone()
Mark the migration as done.

Public Methods

public boolean hasMigrationRun ()

Return true if the renaissance migration is done.

Returns
  • true if the renaissance migration is done.

public boolean markDone ()

Mark the migration as done.

Returns
  • the previous value of the predicate.