public class IssueTypeBeanExample extends Object
Modifier and Type | Field and Description |
---|---|
static IssueTypeJsonBean |
DOC_EXAMPLE
Example representation of an issue type.
|
static IssueTypeJsonBean |
DOC_EXAMPLE_2 |
static List<IssueTypeJsonBean> |
ISSUE_TYPES_EXAMPLE |
Constructor and Description |
---|
IssueTypeBeanExample() |
public static final IssueTypeJsonBean DOC_EXAMPLE
{ self: "http://localhost:8090/jira/rest/api/2.0/issueType/3", description: "A task that needs to be done.", iconUrl: "http://localhost:8090/jira/images/icons/issuetypes/task.png", name: "Task", subtask: false }
public static final IssueTypeJsonBean DOC_EXAMPLE_2
public static final List<IssueTypeJsonBean> ISSUE_TYPES_EXAMPLE
Copyright © 2002-2022 Atlassian. All Rights Reserved.