| Package | Description |
|---|---|
| com.atlassian.jira.issue.fields.rest.json.beans | |
| com.atlassian.jira.rest.v2.admin.workflowscheme | |
| com.atlassian.jira.rest.v2.issue |
| Modifier and Type | Method and Description |
|---|---|
IssueTypeJsonBean |
IssueRefJsonBean.Fields.issueType() |
static IssueTypeJsonBean |
IssueTypeJsonBean.shortBean(IssueType issuetype,
JiraBaseUrls urls) |
static IssueTypeJsonBean |
IssueTypeJsonBean.shortBean(String self,
String id,
String name,
String description,
boolean subtask,
Long avatarId,
String iconUrl) |
static IssueTypeJsonBean |
IssueTypeJsonBean.shortBean(String self,
String id,
String name,
String description,
boolean subtask,
String iconUrl) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<IssueTypeJsonBean> |
IssueTypeJsonBean.shortBeans(Collection<IssueType> issuetypes,
JiraBaseUrls urls) |
| Modifier and Type | Method and Description |
|---|---|
IssueRefJsonBean.Fields |
IssueRefJsonBean.Fields.issueType(IssueTypeJsonBean issueType) |
| Constructor and Description |
|---|
Fields(String summary,
StatusJsonBean status,
IssueTypeJsonBean issueType,
PriorityJsonBean priority) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IssueTypeJsonBean> |
WorkflowSchemeBean.getIssueTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowSchemeBean.setIssueTypes(Map<String,IssueTypeJsonBean> issueTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateMetaIssueTypeBean
Bean to represent issue types in a createmeta issue request.
|
| Modifier and Type | Field and Description |
|---|---|
static IssueTypeJsonBean |
IssueTypeBeanExample.DOC_EXAMPLE
Example representation of an issue type.
|
static IssueTypeJsonBean |
IssueTypeBeanExample.DOC_EXAMPLE_2 |
| Modifier and Type | Field and Description |
|---|---|
static List<IssueTypeJsonBean> |
IssueTypeBeanExample.ISSUE_TYPES_EXAMPLE |
| Modifier and Type | Method and Description |
|---|---|
IssueTypeJsonBean |
IssueTypeBeanBuilder.build() |
IssueTypeJsonBean |
IssueTypeBeanBuilder.buildShort() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.