Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentApi.redeploy(String id,
RedeploymentDto redeploymentDto)
Redeploy
Re-deploys an existing deployment.
|
okhttp3.Call |
DeploymentApi.redeployAsync(String id,
RedeploymentDto redeploymentDto,
ApiCallback<DeploymentWithDefinitionsDto> _callback)
Redeploy (asynchronously)
Re-deploys an existing deployment.
|
okhttp3.Call |
DeploymentApi.redeployCall(String id,
RedeploymentDto redeploymentDto,
ApiCallback _callback)
Build call for redeploy
|
ApiResponse<DeploymentWithDefinitionsDto> |
DeploymentApi.redeployWithHttpInfo(String id,
RedeploymentDto redeploymentDto)
Redeploy
Re-deploys an existing deployment.
|
Modifier and Type | Method and Description |
---|---|
RedeploymentDto |
RedeploymentDto.addResourceIdsItem(String resourceIdsItem) |
RedeploymentDto |
RedeploymentDto.addResourceNamesItem(String resourceNamesItem) |
RedeploymentDto |
RedeploymentDto.resourceIds(List<String> resourceIds) |
RedeploymentDto |
RedeploymentDto.resourceNames(List<String> resourceNames) |
RedeploymentDto |
RedeploymentDto.source(String source) |
Copyright © 2022. All rights reserved.