public interface UserFormatModuleDescriptor extends JiraResourcedModuleDescriptor<UserFormat>
A module descriptor that produces a UserFormat
that can be used to
format a user for display. The provided user formats are tied to a "type".
There can be many user formats for a specific "type", but only one of them will be used when formatting the user name.
Administrators configure which user format to use for a specific type in UI.
UserFormat
Modifier and Type | Method and Description |
---|---|
String |
getType()
Gets the user format "type" that this descriptor applies to.
|
String |
getTypeI18nKey()
Gets an i18n key to display a user friendly description for the type that this descriptor applies to.
|
getHtml, getHtml, getI18nBean, writeHtml
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
String getType()
String getTypeI18nKey()
Copyright © 2002-2015 Atlassian. All Rights Reserved.