|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueBean | |
|---|---|
| com.atlassian.jira.rest.v2.issue | |
| com.atlassian.jira.rest.v2.search | |
| Uses of IssueBean in com.atlassian.jira.rest.v2.issue |
|---|
| Fields in com.atlassian.jira.rest.v2.issue declared as IssueBean | |
|---|---|
static IssueBean |
IssueBean.SHORT_DOC_EXAMPLE
Short example for use in automatically generated documentation. |
| Methods in com.atlassian.jira.rest.v2.issue with parameters of type IssueBean | |
|---|---|
protected void |
IssueResource.addCustomFields(Issue issue,
IssueBean bean)
|
protected void |
IssueResource.addIssueLinks(Issue issue,
IssueBean bean)
Adds all necessary IssueLinkBean instances to the passed in IssueBean. |
protected void |
IssueResource.addParentSubtaskLinks(Issue issue,
IssueBean bean)
|
| Uses of IssueBean in com.atlassian.jira.rest.v2.search |
|---|
| Fields in com.atlassian.jira.rest.v2.search with type parameters of type IssueBean | |
|---|---|
List<IssueBean> |
SearchResultsBean.issues
|
| Constructor parameters in com.atlassian.jira.rest.v2.search with type arguments of type IssueBean | |
|---|---|
SearchResultsBean(Integer startAt,
Integer maxResults,
Integer total,
List<IssueBean> issues)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||