Package com.atlassian.jira.application
Class UndefinedApplicationRoleName
java.lang.Object
com.atlassian.jira.application.UndefinedApplicationRoleName
This is a utility that derives an application role's name from the key. It should be used as a last resort after
attempting to retrieve the name from the defined applications. This utility can be used when the application role is
undefined. For the 3 known renaissance applications it will return the known names, and for the rest, it will return
a derivative from the application key.
- Since:
- v7.0
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
static UndefinedApplicationRoleName
of
(com.atlassian.application.api.ApplicationKey appId)
-
Method Details
-
of
-
getName
-