com.atlassian.jira.plugin.userformat
Interface UserFormats
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
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-2011 Atlassian. All Rights Reserved.