Uses of Class
com.atlassian.jira.bc.issue.label.LabelService.LabelsResult
Packages that use LabelService.LabelsResult
- 
Uses of LabelService.LabelsResult in com.atlassian.jira.bc.issue.label
Methods in com.atlassian.jira.bc.issue.label that return LabelService.LabelsResultModifier and TypeMethodDescriptionDefaultLabelService.addLabel(ApplicationUser user, LabelService.AddLabelValidationResult result, boolean sendNotification) LabelService.addLabel(ApplicationUser user, LabelService.AddLabelValidationResult result, boolean sendNotification) Adds the label to the issue specified by the validation result.DefaultLabelService.getLabels(ApplicationUser user, Long issueId) DefaultLabelService.getLabels(ApplicationUser user, Long issueId, Long customFieldId) LabelService.getLabels(ApplicationUser user, Long issueId) Returns all the labels for the given issue.LabelService.getLabels(ApplicationUser user, Long issueId, Long customFieldId) Returns all the labels for the given issue and custom field.DefaultLabelService.setLabels(ApplicationUser user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification) LabelService.setLabels(ApplicationUser user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification) Sets the labels for a particular issue to the set specified as a parameter.