com.atlassian.jira.plugin.userformat
Interface UserFormats

All Known Implementing Classes:
DefaultUserFormats

public interface UserFormats

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

Since:
v4.4
See Also:
UserFormatModuleDescriptor, UserFormat

Method Summary
 UserFormat forType(String type)
          Builds a user format for the specified type.
 

Method Detail

forType

UserFormat forType(String type)
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.


Copyright © 2002-2012 Atlassian. All Rights Reserved.