| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
RunsApi.createRun(String code,
RunCreate runCreate)
Create a new run.
|
okhttp3.Call |
RunsApi.createRunAsync(String code,
RunCreate runCreate,
ApiCallback<IdResponse> _callback)
Create a new run.
|
okhttp3.Call |
RunsApi.createRunCall(String code,
RunCreate runCreate,
ApiCallback _callback)
Build call for createRun
|
ApiResponse<IdResponse> |
RunsApi.createRunWithHttpInfo(String code,
RunCreate runCreate)
Create a new run.
|
| Modifier and Type | Method and Description |
|---|---|
RunCreate |
RunCreate.addCasesItem(Long casesItem) |
RunCreate |
RunCreate.addTagsItem(String tagsItem) |
RunCreate |
RunCreate.cases(List<Long> cases) |
RunCreate |
RunCreate.customField(Map<String,String> customField) |
RunCreate |
RunCreate.description(String description) |
RunCreate |
RunCreate.environmentId(Long environmentId) |
static RunCreate |
RunCreate.fromJson(String jsonString)
Create an instance of RunCreate given an JSON string
|
RunCreate |
RunCreate.includeAllCases(Boolean includeAllCases) |
RunCreate |
RunCreate.isAutotest(Boolean isAutotest) |
RunCreate |
RunCreate.milestoneId(Long milestoneId) |
RunCreate |
RunCreate.planId(Long planId) |
RunCreate |
RunCreate.putCustomFieldItem(String key,
String customFieldItem) |
RunCreate |
RunCreate.tags(List<String> tags) |
RunCreate |
RunCreate.title(String title) |
Copyright © 2023. All rights reserved.