Uses of Class
com.atlassian.jira.bc.issue.label.LabelService.LabelSuggestionResult

Packages that use LabelService.LabelSuggestionResult
com.atlassian.jira.bc.issue.label   
 

Uses of LabelService.LabelSuggestionResult in com.atlassian.jira.bc.issue.label
 

Methods in com.atlassian.jira.bc.issue.label that return LabelService.LabelSuggestionResult
 LabelService.LabelSuggestionResult LabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId, String token)
          Given a token to search for, this method returns a number of suggestions for the label.
 LabelService.LabelSuggestionResult LabelService.getSuggestedLabels(User user, Long issueId, Long customFieldId, String token)
          Given a token to search for, this method returns a number of suggestions for the label.
 LabelService.LabelSuggestionResult DefaultLabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId, String token)
           
 LabelService.LabelSuggestionResult DefaultLabelService.getSuggestedLabels(User user, Long issueId, Long customFieldId, String token)
           
 LabelService.LabelSuggestionResult LabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, String token)
          Given a token to search for, this method returns a number of suggestions for the label.
 LabelService.LabelSuggestionResult LabelService.getSuggestedLabels(User user, Long issueId, String token)
          Given a token to search for, this method returns a number of suggestions for the label.
 LabelService.LabelSuggestionResult DefaultLabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, String token)
           
 LabelService.LabelSuggestionResult DefaultLabelService.getSuggestedLabels(User user, Long issueId, String token)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.