Uses of Interface
com.atlassian.jira.plugin.profile.UserFormat

Packages that use UserFormat
com.atlassian.jira.dev.reference.plugin.userformat   
com.atlassian.jira.plugin.profile   
com.atlassian.jira.plugin.userformat   
com.atlassian.jira.plugin.userformat.descriptors   
 

Uses of UserFormat in com.atlassian.jira.dev.reference.plugin.userformat
 

Classes in com.atlassian.jira.dev.reference.plugin.userformat that implement UserFormat
 class ReferenceFullNameUserFormat
          Reference implementation that renders the users full name between brackets.
 

Uses of UserFormat in com.atlassian.jira.plugin.profile
 

Methods in com.atlassian.jira.plugin.profile that return UserFormat
 UserFormat UserFormatManager.getUserFormat(String type)
          Deprecated. Returns the UserFormat for a specific type, or null if none exists
 

Uses of UserFormat in com.atlassian.jira.plugin.userformat
 

Classes in com.atlassian.jira.plugin.userformat that implement UserFormat
 class FullNameUserFormat
          Very simple implementation that only renders the users full name.
 class FullProfileUserFormat
          Provides the full user's profile that is used to display the column on the left in the View Profile page.
 class ProfileLinkUserFormat
          Very simple implementation that only renders the users full name with a link to the user's profile page.
 

Methods in com.atlassian.jira.plugin.userformat that return UserFormat
 UserFormat DefaultUserFormats.forType(String type)
           
 UserFormat UserFormats.forType(String type)
          Builds a user format for the specified type.
 UserFormat DefaultUserFormatManager.getUserFormat(String type)
          Deprecated.  
 

Uses of UserFormat in com.atlassian.jira.plugin.userformat.descriptors
 

Methods in com.atlassian.jira.plugin.userformat.descriptors that return UserFormat
 UserFormat UserFormatModuleDescriptorImpl.getModule()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.