| Package | Description |
|---|---|
| org.wso2.testgrid.common |
| Modifier and Type | Method and Description |
|---|---|
void |
InfrastructureProvider.cleanup(TestPlan testPlan)
This method can be used to cleanup any additional infrastructure provided.
|
void |
InfrastructureProvider.init(TestPlan testPlan)
This method can be used to initialize the infrastructure provider.
|
InfrastructureProvisionResult |
InfrastructureProvider.provision(TestPlan testPlan,
Script script)
This method creates the necessary infrastructureConfig using the provided configuration.
|
boolean |
InfrastructureProvider.release(InfrastructureConfig infrastructureConfig,
String infraRepoDir,
TestPlan testPlan,
Script script)
This method executes commands needed to remove the infrastructure.
|
Copyright © 2019 WSO2. All rights reserved.