|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicIssue | |
|---|---|
| com.atlassian.jira.rest.client | |
| com.atlassian.jira.rest.client.domain | |
| Uses of BasicIssue in com.atlassian.jira.rest.client |
|---|
| Methods in com.atlassian.jira.rest.client that return types with arguments of type BasicIssue | |
|---|---|
com.atlassian.util.concurrent.Promise<BasicIssue> |
IssueRestClient.createIssue(IssueInput issue)
Creates new issue. |
| Uses of BasicIssue in com.atlassian.jira.rest.client.domain |
|---|
| Subclasses of BasicIssue in com.atlassian.jira.rest.client.domain | |
|---|---|
class |
Issue
Single JIRA issue |
| Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type BasicIssue | |
|---|---|
java.lang.Iterable<BasicIssue> |
SearchResult.getIssues()
|
| Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type BasicIssue | |
|---|---|
SearchResult(int startIndex,
int maxResults,
int total,
java.lang.Iterable<BasicIssue> issues)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||