| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
SuitesApi.createSuite(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
okhttp3.Call |
SuitesApi.createSuiteAsync(String code,
SuiteCreate suiteCreate,
ApiCallback<IdResponse> _callback)
Create a new test suite.
|
okhttp3.Call |
SuitesApi.createSuiteCall(String code,
SuiteCreate suiteCreate,
ApiCallback _callback)
Build call for createSuite
|
ApiResponse<IdResponse> |
SuitesApi.createSuiteWithHttpInfo(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
| Modifier and Type | Method and Description |
|---|---|
SuiteCreate |
SuiteCreate.description(String description) |
static SuiteCreate |
SuiteCreate.fromJson(String jsonString)
Create an instance of SuiteCreate given an JSON string
|
SuiteCreate |
SuiteCreate.parentId(Long parentId) |
SuiteCreate |
SuiteCreate.preconditions(String preconditions) |
SuiteCreate |
SuiteCreate.title(String title) |
Copyright © 2023. All rights reserved.