Uses of Class
com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean

Packages that use IssueRefJsonBean
com.atlassian.jira.issue.fields.rest   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.rest.v2.issue   
 

Uses of IssueRefJsonBean in com.atlassian.jira.issue.fields.rest
 

Methods in com.atlassian.jira.issue.fields.rest with parameters of type IssueRefJsonBean
 MutableIssue IssueFinderImpl.findIssue(IssueRefJsonBean issueRef, ErrorCollection errorCollection)
           
 Issue IssueFinder.findIssue(IssueRefJsonBean issueRef, ErrorCollection errorCollection)
          Finds an issue based on the passed-in id or key.
 

Uses of IssueRefJsonBean in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return IssueRefJsonBean
 IssueRefJsonBean IssueLinksBeanBuilder.buildParentLink()
          Build an IssueLinkJsonBean object representing the parent link for the current Issue object.
 IssueRefJsonBean IssueLinkBeanBuilder.createIssueRefJsonBean(Issue issue)
           
 IssueRefJsonBean IssueRefJsonBean.fields(IssueRefJsonBean.Fields fields)
           
 IssueRefJsonBean IssueRefJsonBean.id(String id)
           
 IssueRefJsonBean IssueLinkJsonBean.inwardIssue()
           
 IssueRefJsonBean LinkIssueRequestJsonBean.inwardIssue()
           
 IssueRefJsonBean IssueRefJsonBean.key(String key)
           
 IssueRefJsonBean IssueLinkJsonBean.outwardIssue()
           
 IssueRefJsonBean LinkIssueRequestJsonBean.outwardIssue()
           
 IssueRefJsonBean IssueRefJsonBean.self(URI self)
           
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return types with arguments of type IssueRefJsonBean
 List<IssueRefJsonBean> IssueLinksBeanBuilder.buildSubtaskLinks()
          Build a List of IssueLinkJsonBean objects representing the sub-task links for the current Issue object.
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueRefJsonBean
 IssueLinkJsonBean IssueLinkJsonBean.inwardIssue(IssueRefJsonBean inwardIssue)
           
 IssueLinkJsonBean IssueLinkJsonBean.outwardIssue(IssueRefJsonBean outwardIssue)
           
 

Constructors in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueRefJsonBean
IssueLinkJsonBean(IssueLinkTypeJsonBean type, IssueRefJsonBean inwardIssue, IssueRefJsonBean outwardIssue, String id)
           
LinkIssueRequestJsonBean(IssueRefJsonBean fromIssueKey, IssueRefJsonBean toIssueKey, IssueLinkTypeJsonBean type, CommentJsonBean comment)
           
 

Uses of IssueRefJsonBean in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type IssueRefJsonBean
 void IssueBean.addParentField(IssueRefJsonBean value, String displayName)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.