Uses of Class
com.atlassian.jira.rest.client.api.domain.BasicIssue

Packages that use BasicIssue
com.atlassian.jira.rest.client.api   
com.atlassian.jira.rest.client.api.domain   
com.atlassian.jira.rest.client.test.matchers   
 

Uses of BasicIssue in com.atlassian.jira.rest.client.api
 

Methods in com.atlassian.jira.rest.client.api that return types with arguments of type BasicIssue
 com.atlassian.util.concurrent.Promise<BasicIssue> IssueRestClient.createIssue(IssueInput issue)
          Creates new issue.
 com.atlassian.util.concurrent.Promise<BulkOperationResult<BasicIssue>> IssueRestClient.createIssues(Collection<IssueInput> issues)
          Creates new issues in batch.
 

Uses of BasicIssue in com.atlassian.jira.rest.client.api.domain
 

Subclasses of BasicIssue in com.atlassian.jira.rest.client.api.domain
 class Issue
          Single JIRA issue
 

Uses of BasicIssue in com.atlassian.jira.rest.client.test.matchers
 

Methods in com.atlassian.jira.rest.client.test.matchers that return types with arguments of type BasicIssue
static org.hamcrest.Matcher<Iterable<? extends BasicIssue>> IssueMatchers.issuesWithKeys(String... keys)
           
static org.hamcrest.Matcher<? super BasicIssue> IssueMatchers.withIssueKey(String issueKey)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.