@PublicApi
public interface UserFormats
user formats
for a specific user format type.
User Formats are used to output user information from JIRA.UserFormatModuleDescriptor
,
UserFormat
Modifier and Type | Method and Description |
---|---|
UserFormatter |
formatter(String type)
Builds a user formatter for the specified type.
|
UserFormat |
forType(String type)
Deprecated.
Use
formatter(String) instead. Since v6.0. |
UserFormat forType(String type)
formatter(String)
instead. Since v6.0.type
- the type of user format to build.UserFormatter formatter(String type)
type
- the type of user formatter to build.Copyright © 2002-2015 Atlassian. All Rights Reserved.