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

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.AddLabelValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
LabelService

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


Constructor Summary
LabelService.AddLabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection, String label)
           
 
Method Summary
 String getLabel()
           
 
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.AddLabelValidationResult

public LabelService.AddLabelValidationResult(Long issueId,
                                             Long customFieldId,
                                             ErrorCollection errorCollection,
                                             String label)
Method Detail

getLabel

public String getLabel()


Copyright © 2002-2013 Atlassian. All Rights Reserved.