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.
 class UserNameUserFormat
          Very simple implementation that only renders the user's username.
 

Methods in com.atlassian.jira.plugin.userformat that return UserFormat
 UserFormat DefaultUserFormats.forType(String type)
           
 UserFormat UserFormats.forType(String type)
          Deprecated. Use UserFormats.formatter(String) instead. Since v6.0.
 UserFormat DefaultUserFormatManager.getUserFormat(String type)
          Deprecated.  
 

Constructors in com.atlassian.jira.plugin.userformat with parameters of type UserFormat
UserFormatterImpl(UserFormat userFormat, UserKeyService userKeyService)
           
 

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-2014 Atlassian. All Rights Reserved.