| Package | Description |
|---|---|
| io.qase.api | |
| io.qase.api.services | |
| io.qase.api.services.impl | |
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
static ResultCreate |
CasesStorage.getCurrentCase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CasesStorage.startCase(ResultCreate resultCreate) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportersResultOperations.addBulkResult(ResultCreate resultCreate) |
void |
ReportersResultOperations.send(ResultCreate resultCreate) |
| Modifier and Type | Method and Description |
|---|---|
void |
QaseTestCaseListener.onTestCaseFinished(Consumer<ResultCreate> resultCreateConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportersResultOperationsImpl.addBulkResult(ResultCreate resultCreate) |
void |
ReportersResultOperationsImpl.send(ResultCreate resultCreate) |
| Modifier and Type | Method and Description |
|---|---|
void |
QaseTestCaseListenerImpl.onTestCaseFinished(Consumer<ResultCreate> resultCreateConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
CreateResult200Response |
ResultsApi.createResult(String code,
Integer id,
ResultCreate resultCreate)
Create test run result.
|
okhttp3.Call |
ResultsApi.createResultAsync(String code,
Integer id,
ResultCreate resultCreate,
ApiCallback<CreateResult200Response> _callback)
Create test run result.
|
okhttp3.Call |
ResultsApi.createResultCall(String code,
Integer id,
ResultCreate resultCreate,
ApiCallback _callback)
Build call for createResult
|
ApiResponse<CreateResult200Response> |
ResultsApi.createResultWithHttpInfo(String code,
Integer id,
ResultCreate resultCreate)
Create test run result.
|
| Modifier and Type | Method and Description |
|---|---|
ResultCreate |
ResultCreate._case(ResultCreateCase _case) |
ResultCreate |
ResultCreate.addAttachmentsItem(String attachmentsItem) |
ResultCreate |
ResultCreate.addStepsItem(ResultCreateStepsInner stepsItem) |
ResultCreate |
ResultCreate.attachments(List<String> attachments) |
ResultCreate |
ResultCreate.caseId(Long caseId) |
ResultCreate |
ResultCreate.comment(String comment) |
ResultCreate |
ResultCreate.defect(Boolean defect) |
static ResultCreate |
ResultCreate.fromJson(String jsonString)
Create an instance of ResultCreate given an JSON string
|
ResultCreate |
ResultCreate.param(Map<String,String> param) |
ResultCreate |
ResultCreate.putParamItem(String key,
String paramItem) |
ResultCreate |
ResultCreate.stacktrace(String stacktrace) |
ResultCreate |
ResultCreate.status(ResultCreate.StatusEnum status) |
ResultCreate |
ResultCreate.steps(List<ResultCreateStepsInner> steps) |
ResultCreate |
ResultCreate.time(Long time) |
ResultCreate |
ResultCreate.timeMs(Long timeMs) |
| Modifier and Type | Method and Description |
|---|---|
List<ResultCreate> |
ResultCreateBulk.getResults()
Get results
|
| Modifier and Type | Method and Description |
|---|---|
ResultCreateBulk |
ResultCreateBulk.addResultsItem(ResultCreate resultsItem) |
| Modifier and Type | Method and Description |
|---|---|
ResultCreateBulk |
ResultCreateBulk.results(List<ResultCreate> results) |
void |
ResultCreateBulk.setResults(List<ResultCreate> results) |
Copyright © 2023. All rights reserved.