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<Issue> |
IssueRestClient.getIssue(String issueKey)
Retrieves issue with selected issue key.
|
com.atlassian.util.concurrent.Promise<Issue> |
IssueRestClient.getIssue(String issueKey,
Iterable<IssueRestClient.Expandos> expand)
Retrieves issue with selected issue key, with specified additional expandos.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Iterable<Transition>> |
IssueRestClient.getTransitions(Issue issue)
Retrieves complete information (if the caller has permission) about transitions available for the selected issue in its current state.
|
com.atlassian.util.concurrent.Promise<Void> |
IssueRestClient.transition(Issue issue,
TransitionInput transitionInput)
Performs selected transition on selected issue.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Issue> |
SearchResult.getIssues() |
Constructor and Description |
---|
SearchResult(int startIndex,
int maxResults,
int total,
Iterable<Issue> issues) |
Copyright © 2013 Atlassian. All Rights Reserved.