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 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 LabelService.validateAddLabel(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, Long customFieldId, String label)
           
 LabelService.AddLabelValidationResult DefaultLabelService.validateAddLabel(User user, Long issueId, Long customFieldId, 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.
 LabelService.AddLabelValidationResult LabelService.validateAddLabel(User user, Long issueId, 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 DefaultLabelService.validateAddLabel(User user, Long issueId, String label)
           
 

Methods in com.atlassian.jira.bc.issue.label with parameters of type LabelService.AddLabelValidationResult
 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)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.