Uses of Class
com.atlassian.jira.rest.client.api.domain.input.IssueInput

Packages that use IssueInput
com.atlassian.jira.rest.client.api   
com.atlassian.jira.rest.client.api.domain.input   
 

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

Methods in com.atlassian.jira.rest.client.api with parameters of type IssueInput
 com.atlassian.util.concurrent.Promise<BasicIssue> IssueRestClient.createIssue(IssueInput issue)
          Creates new issue.
 

Method parameters in com.atlassian.jira.rest.client.api with type arguments of type IssueInput
 com.atlassian.util.concurrent.Promise<BulkOperationResult<BasicIssue>> IssueRestClient.createIssues(Collection<IssueInput> issues)
          Creates new issues in batch.
 

Uses of IssueInput in com.atlassian.jira.rest.client.api.domain.input
 

Methods in com.atlassian.jira.rest.client.api.domain.input that return IssueInput
 IssueInput IssueInputBuilder.build()
           
static IssueInput IssueInput.createWithFields(FieldInput... fields)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.