| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
static IssueRestClient.Expandos |
IssueRestClient.Expandos.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IssueRestClient.Expandos[] |
IssueRestClient.Expandos.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<Issue> |
IssueRestClient.getIssue(java.lang.String issueKey,
java.lang.Iterable<IssueRestClient.Expandos> expand)
Retrieves issue with selected issue key, with specified additional expandos.
|
Copyright © 2013 Atlassian. All Rights Reserved.