public interface Deployer
| Modifier and Type | Method and Description |
|---|---|
DeploymentCreationResult |
deploy(TestPlan testPlan,
InfrastructureProvisionResult infrastructureProvisionResult)
Runs deploy.sh script and deploys artifacts in the provided infrastructure.
|
String |
getDeployerName()
This method returns the deployer name (Puppet/Ansible/Chef etc).
|
String getDeployerName()
DeploymentCreationResult deploy(TestPlan testPlan, InfrastructureProvisionResult infrastructureProvisionResult) throws TestGridDeployerException
infrastructureProvisionResult - infrastructure provisioning outputTestGridDeployerException - If an error occurs in the product deployment process.Copyright © 2019 WSO2. All rights reserved.