com.atlassian.jira.bc.issue.issuelink
Class IssueLinkService.IssueLinkResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.issuelink.IssueLinkService.IssueLinkResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
IssueLinkService

public static class IssueLinkService.IssueLinkResult
extends ServiceResultImpl


Constructor Summary
IssueLinkService.IssueLinkResult(ErrorCollection errorCollection, Set<IssueLinkType> issueLinkTypes, IssueLinks issueLinks)
           
 
Method Summary
 IssueLinks getIssueLinks()
           
 Set<IssueLinkType> getIssueLinkTypes()
           
 
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

IssueLinkService.IssueLinkResult

public IssueLinkService.IssueLinkResult(ErrorCollection errorCollection,
                                        Set<IssueLinkType> issueLinkTypes,
                                        IssueLinks issueLinks)
Method Detail

getIssueLinkTypes

public Set<IssueLinkType> getIssueLinkTypes()

getIssueLinks

public IssueLinks getIssueLinks()


Copyright © 2002-2012 Atlassian. All Rights Reserved.