@PublicApi public class ProjectTypeKeyFormatter extends Object
ProjectTypeKey
so it can be displayed to users on copies.Constructor and Description |
---|
ProjectTypeKeyFormatter() |
Modifier and Type | Method and Description |
---|---|
static String |
format(ProjectTypeKey projectTypeKey)
Formats the given project type key and returns a version of it that is suitable to be displayed to users.
|
public static String format(@Nonnull ProjectTypeKey projectTypeKey)
Some examples:
- key: "business" -> formatted: "Business" - key: "service_desk" -> formatted: "Service Desk"
projectTypeKey
- The project type key to formatCopyright © 2002-2021 Atlassian. All Rights Reserved.