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

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

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

Methods in com.atlassian.jira.bc.issue.label that return LabelService.LabelsResult
 LabelService.LabelsResult LabelService.addLabel(com.atlassian.crowd.embedded.api.User user, LabelService.AddLabelValidationResult result, boolean sendNotification)
          Adds the label to the issue specified by the validation result.
 LabelService.LabelsResult LabelService.addLabel(User user, LabelService.AddLabelValidationResult result, boolean sendNotification)
          Adds the label to the issue specified by the validation result.
 LabelService.LabelsResult DefaultLabelService.addLabel(com.atlassian.crowd.embedded.api.User user, LabelService.AddLabelValidationResult result, boolean sendNotification)
           
 LabelService.LabelsResult DefaultLabelService.addLabel(User user, LabelService.AddLabelValidationResult result, boolean sendNotification)
           
 LabelService.LabelsResult LabelService.getLabels(com.atlassian.crowd.embedded.api.User user, Long issueId)
          Returns all the labels for the given issue.
 LabelService.LabelsResult LabelService.getLabels(User user, Long issueId)
          Returns all the labels for the given issue.
 LabelService.LabelsResult DefaultLabelService.getLabels(com.atlassian.crowd.embedded.api.User user, Long issueId)
           
 LabelService.LabelsResult DefaultLabelService.getLabels(User user, Long issueId)
           
 LabelService.LabelsResult LabelService.getLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId)
          Returns all the labels for the given issue and custom field.
 LabelService.LabelsResult LabelService.getLabels(User user, Long issueId, Long customFieldId)
          Returns all the labels for the given issue and custom field.
 LabelService.LabelsResult DefaultLabelService.getLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId)
           
 LabelService.LabelsResult DefaultLabelService.getLabels(User user, Long issueId, Long customFieldId)
           
 LabelService.LabelsResult LabelService.setLabels(com.atlassian.crowd.embedded.api.User user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification)
          Sets the labels for a particular issue to the set specified as a parameter.
 LabelService.LabelsResult LabelService.setLabels(User user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification)
          Sets the labels for a particular issue to the set specified as a parameter.
 LabelService.LabelsResult DefaultLabelService.setLabels(com.atlassian.crowd.embedded.api.User user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification)
           
 LabelService.LabelsResult DefaultLabelService.setLabels(User user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.