com.atlassian.jira.bc.issue.label
Class LabelService.SetLabelValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
          extended by com.atlassian.jira.bc.issue.label.LabelService.SetLabelValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
LabelService

@PublicApi
public static class LabelService.SetLabelValidationResult
extends LabelService.LabelValidationResult


Constructor Summary
LabelService.SetLabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection, Set<String> labels)
           
 
Method Summary
 Set<String> getLabels()
           
 
Methods inherited from class com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
getCustomFieldId, getIssueId
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelService.SetLabelValidationResult

public LabelService.SetLabelValidationResult(Long issueId,
                                             Long customFieldId,
                                             ErrorCollection errorCollection,
                                             Set<String> labels)
Method Detail

getLabels

public Set<String> getLabels()


Copyright © 2002-2014 Atlassian. All Rights Reserved.