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 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 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 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.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.