| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<IssueType> |
MetadataRestClient.getIssueType(java.net.URI uri)
Retrieves from the server complete information about selected issue type
|
com.atlassian.util.concurrent.Promise<java.lang.Iterable<IssueType>> |
MetadataRestClient.getIssueTypes()
Retrieves from the server complete list of available issue type
|
| Modifier and Type | Class and Description |
|---|---|
class |
CimIssueType
Describes issue type with fields info map.
|
| Modifier and Type | Method and Description |
|---|---|
IssueType |
Subtask.getIssueType() |
| Modifier and Type | Method and Description |
|---|---|
OptionalIterable<IssueType> |
Project.getIssueTypes()
Getter for issueTypes
|
| Constructor and Description |
|---|
Subtask(java.lang.String issueKey,
java.net.URI issueUri,
java.lang.String summary,
IssueType issueType,
Status status) |
| Constructor and Description |
|---|
Project(java.net.URI self,
java.lang.String key,
java.lang.String name,
java.lang.String description,
BasicUser lead,
java.net.URI uri,
java.util.Collection<Version> versions,
java.util.Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
java.util.Collection<BasicProjectRole> projectRoles) |
Copyright © 2013 Atlassian. All Rights Reserved.