com.atlassian.jira.plugin.userformat
Interface UserFormats

All Known Implementing Classes:
DefaultUserFormats

@PublicApi
public interface UserFormats

Builds user formats for a specific user format type. User Formats are used to output user information from JIRA.

Since:
v4.4
See Also:
UserFormatModuleDescriptor, UserFormat

Method Summary
 UserFormatter formatter(String type)
          Builds a user formatter for the specified type.
 UserFormat forType(String type)
          Deprecated. Use formatter(String) instead. Since v6.0.
 

Method Detail

forType

UserFormat forType(String type)
Deprecated. Use formatter(String) instead. Since v6.0.

Builds a user format for the specified type.

Parameters:
type - the type of user format to build.
Returns:
A user format for the specified type or null if no user format could be found for the specfied type.

formatter

UserFormatter formatter(String type)
Builds a user formatter for the specified type.

Parameters:
type - the type of user formatter to build.
Returns:
A user formatter for the specified type or null if no user formatter could be found for the specfied type.
Since:
6.0


Copyright © 2002-2014 Atlassian. All Rights Reserved.