Modifier and Type | Field and Description |
---|---|
List<IssueCreateResponse> |
IssuesCreateResponse.issues |
Modifier and Type | Method and Description |
---|---|
IssueCreateResponse |
IssueCreateResponse.id(String id) |
IssueCreateResponse |
IssueCreateResponse.key(String key) |
IssueCreateResponse |
IssueCreateResponse.self(String self) |
Constructor and Description |
---|
IssuesCreateResponse(List<IssueCreateResponse> issues,
List<BulkOperationErrorResult> errors) |
Modifier and Type | Field and Description |
---|---|
static IssueCreateResponse |
IssueResourceExamples.CREATE_RESPONSE_201 |
Modifier and Type | Method and Description |
---|---|
IssueCreateResponse |
JIRAWebTest.addIssueViaRestForResponse(String project,
String projectKey,
String issueType,
String summary,
String priority,
String assignTo,
String environment,
String description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.jira.testkit.client.restclient.Worklog |
TestWorklogWebHook.createWorklog(IssueCreateResponse issue) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.