Modifier and Type | Class and Description |
---|---|
class |
ReferenceFullNameUserFormat
Reference implementation that renders the users full name between brackets.
|
Modifier and Type | Method and Description |
---|---|
UserFormat |
UserFormatManager.getUserFormat(String type)
Deprecated.
Returns the
UserFormat for a specific type, or null if none exists |
Modifier and Type | Class and Description |
---|---|
class |
CachingUserFormat
Wrapping implementation of UserFormat that caches the results in RequestCache.
|
class |
FullNameUserFormat
Very simple implementation that only renders the users full name.
|
class |
FullProfileUserFormat
Provides the full user's profile that is used to display the column on the left in the View Profile page.
|
class |
ProfileLinkUserFormat
Very simple implementation that only renders the users full name with a link to the user's profile page.
|
class |
SimpleProfileLinkUserFormat
Very simple implementation that only renders the users full name with a link to the user's profile page.
|
class |
UserNameUserFormat
Very simple implementation that only renders the user's username.
|
Modifier and Type | Method and Description |
---|---|
UserFormat |
DefaultUserFormats.forType(String type) |
UserFormat |
UserFormats.forType(String type)
Deprecated.
Use
UserFormats.formatter(String) instead. Since v6.0. |
UserFormat |
DefaultUserFormatManager.getUserFormat(String type)
Deprecated.
|
Constructor and Description |
---|
CachingUserFormat(UserFormat delegate) |
UserFormatterImpl(UserFormat userFormat,
UserKeyService userKeyService) |
Modifier and Type | Method and Description |
---|---|
UserFormat |
UserFormatModuleDescriptorImpl.getModule() |
Copyright © 2002-2021 Atlassian. All Rights Reserved.