Package | Description |
---|---|
com.atlassian.jira.plugins.webhooks.serializer | |
com.atlassian.jira.rest.v2.issue | |
com.atlassian.jira.rest.v2.search |
Modifier and Type | Method and Description |
---|---|
IssueBean |
IssueBeanFactory.createBean(Issue issue)
Takes a business issue object and returns a bean that can be serialized to the JSON representation used in our REST API.
|
Modifier and Type | Field and Description |
---|---|
static IssueBean |
IssueResourceExamples.GET_RESPONSE_200
Example IssueBean instance for use in automatically generated documentation.
|
static IssueBean |
IssueResourceExamples.ISSUE_SHORT
Short example for use in automatically generated documentation.
|
Modifier and Type | Method and Description |
---|---|
IssueBean |
IssueBeanBuilder.build() |
IssueBean |
IssueBeanBuilder2.build(Issue issue) |
IssueBean |
IssueBean.changelog(ChangelogBean changelog) |
IssueBean |
IssueBean.editmeta(EditMetaBean editmeta) |
IssueBean |
IssueBean.expand(Iterable<String> expand) |
IssueBean |
IssueBean.fields(Map<String,Object> fields) |
IssueBean |
IssueBean.fieldsToInclude(IncludedFields fieldsToInclude) |
IssueBean |
IssueBean.names(Map<String,String> names) |
IssueBean |
IssueBean.schema(Map<String,JsonTypeBean> schema) |
Modifier and Type | Field and Description |
---|---|
List<IssueBean> |
SearchResultsBean.issues |
Constructor and Description |
---|
SearchResultsBean(Integer startAt,
Integer maxResults,
Integer total,
List<IssueBean> issues) |
SearchResultsBean(Integer startAt,
Integer maxResults,
Integer total,
List<IssueBean> issues,
Set<String> warningMessages) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.