public class DeployerFactory extends Object
| Constructor and Description |
|---|
DeployerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Deployer |
getDeployerService(TestPlan testPlan)
Return a matching Deployer for deploying artifacts.
|
public static Deployer getDeployerService(TestPlan testPlan) throws DeployerInitializationException, UnsupportedDeployerException
testPlan - an instance of testPlan objectDeployerInitializationException - if instantiation of the requested Deployer failsUnsupportedDeployerException - if an unsupported deployerType is providedCopyright © 2019 WSO2. All rights reserved.