Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentApi.createDeployment(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data)
Creates a deployment.
|
DeploymentWithDefinitionsDto |
DeploymentApi.redeploy(String id,
RedeploymentDto redeploymentDto)
Re-deploys an existing deployment.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DeploymentWithDefinitionsDto> |
DeploymentApi.createDeploymentWithHttpInfo(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data)
Creates a deployment.
|
ApiResponse<DeploymentWithDefinitionsDto> |
DeploymentApi.redeployWithHttpInfo(String id,
RedeploymentDto redeploymentDto)
Re-deploys an existing deployment.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
DeploymentApi.createDeploymentAsync(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data,
ApiCallback<DeploymentWithDefinitionsDto> _callback)
(asynchronously)
Creates a deployment.
|
okhttp3.Call |
DeploymentApi.redeployAsync(String id,
RedeploymentDto redeploymentDto,
ApiCallback<DeploymentWithDefinitionsDto> _callback)
(asynchronously)
Re-deploys an existing deployment.
|
Copyright © 2022. All rights reserved.