public class TestPlanRequest extends Object
| Constructor and Description |
|---|
TestPlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
getDeployment()
Returns the repository object which include deployment details.
|
Repository |
getInfrastructure()
Returns the repository object which include infrastructure details.
|
Repository |
getScenarios()
Returns the repository object which include test scenario details.
|
String |
getTestPlanName()
Returns the name of the TestPlan.
|
void |
setDeployment(Repository deployment)
Sets the deployment repository content.
|
void |
setInfrastructure(Repository infrastructure)
Sets the infrastructure repository content.
|
void |
setScenarios(Repository scenarios)
Sets the scenario repository content.
|
void |
setTestPlanName(String testPlanName)
Sets the name of the TestPlan.
|
public String getTestPlanName()
public void setTestPlanName(String testPlanName)
testPlanName - name of the TestPlan which is testing.public Repository getInfrastructure()
public void setInfrastructure(Repository infrastructure)
infrastructure - repository of infrastructure details.public Repository getDeployment()
public void setDeployment(Repository deployment)
deployment - repository of deployment details.public Repository getScenarios()
public void setScenarios(Repository scenarios)
scenarios - repository of test scenarios.Copyright © 2019 WSO2. All rights reserved.