public class DeploymentServiceImpl extends AbstractService implements DeploymentService
client| Constructor and Description |
|---|
DeploymentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
HDeploymentResult |
deployOnPrem(Server target,
@NotNull String appName,
@NotNull File file,
@NotNull String filename,
APIProvisioningConfig apiProvisioningConfig)
Deploy application with optional automatic api provisioning
|
setClientpublic HDeploymentResult deployOnPrem(Server target, @NotNull @NotNull String appName, @NotNull @NotNull File file, @NotNull @NotNull String filename, APIProvisioningConfig apiProvisioningConfig) throws IOException, HttpException, ProvisioningException
deployOnPrem in interface DeploymentServicetarget - target to deploy toappName - Application namefile - Application archive filefilename - Application archive filenameapiProvisioningConfig - API Provisioning config (if null no API provisioning will be done)IOException - If an error occurs reading the application fileHttpException - If an error occurs commnunicating with anypointProvisioningExceptionCopyright © 2019 Kloudtek. All rights reserved.