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

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

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

Methods in com.atlassian.jira.bc.issue.label that return LabelService.AddLabelValidationResult
 LabelService.AddLabelValidationResult DefaultLabelService.validateAddLabel(com.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId, String label)
           
 LabelService.AddLabelValidationResult LabelService.validateAddLabel(com.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId, String label)
          Validates that the user provided can add the label provided for a particular issue.
 LabelService.AddLabelValidationResult DefaultLabelService.validateAddLabel(com.atlassian.crowd.embedded.api.User user, Long issueId, String label)
           
 LabelService.AddLabelValidationResult LabelService.validateAddLabel(com.atlassian.crowd.embedded.api.User user, Long issueId, String label)
          Validates that the user provided can add the label provided for a particular issue.
 

Methods in com.atlassian.jira.bc.issue.label with parameters of type LabelService.AddLabelValidationResult
 LabelService.LabelsResult DefaultLabelService.addLabel(com.atlassian.crowd.embedded.api.User user, LabelService.AddLabelValidationResult result, boolean sendNotification)
           
 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.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.