| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
EnvironmentsApi.createEnvironment(String code,
EnvironmentCreate environmentCreate)
Create a new environment.
|
okhttp3.Call |
EnvironmentsApi.createEnvironmentAsync(String code,
EnvironmentCreate environmentCreate,
ApiCallback<IdResponse> _callback)
Create a new environment.
|
okhttp3.Call |
EnvironmentsApi.createEnvironmentCall(String code,
EnvironmentCreate environmentCreate,
ApiCallback _callback)
Build call for createEnvironment
|
ApiResponse<IdResponse> |
EnvironmentsApi.createEnvironmentWithHttpInfo(String code,
EnvironmentCreate environmentCreate)
Create a new environment.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentCreate |
EnvironmentCreate.description(String description) |
static EnvironmentCreate |
EnvironmentCreate.fromJson(String jsonString)
Create an instance of EnvironmentCreate given an JSON string
|
EnvironmentCreate |
EnvironmentCreate.host(String host) |
EnvironmentCreate |
EnvironmentCreate.slug(String slug) |
EnvironmentCreate |
EnvironmentCreate.title(String title) |
Copyright © 2023. All rights reserved.