public class TestPlan extends Object
| Constructor and Description |
|---|
TestPlan() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreatedTimestamp()
Returns the create timestamp for this test-plan.
|
String |
getDeploymentPattern()
Returns the deployment-pattern name used in the test-plan.
|
String |
getDeploymentPatternId()
Returns the id of the associated deployment-pattern.
|
String |
getId()
Returns the id of the test-plan.
|
String |
getInfraParams()
Returns the params used for generating infrastructure.
|
String |
getLogUrl()
Returns the URL to view WSO2 server logs.
|
Timestamp |
getModifiedTimestamp()
Returns the modified timestamp for this test-plan.
|
String |
getStatus()
Returns the status of the test-plan.
|
List<TestScenario> |
getTestScenarios()
Returns the test-scenarios in this test-plan.
|
void |
setCreatedTimestamp(Timestamp createdTimestamp)
Sets the created timestamp for this test-plan.
|
void |
setDeploymentPattern(String deploymentPattern)
Sets the deployment-pattern of the test-plan.
|
void |
setDeploymentPatternId(String deploymentPatternId)
Sets the id of the associated deployment-pattern.
|
void |
setId(String id)
Sets the id of the test-plan.
|
void |
setInfraParams(String infraParams)
Sets the infra params of the test-plan.
|
void |
setLogUrl(String logUrl)
Returns the URL to view WSO2 server logs.
|
void |
setModifiedTimestamp(Timestamp modifiedTimestamp)
Sets the modified timestamp for this test-plan.
|
void |
setStatus(String status)
Sets the status of the test-plan.
|
void |
setTestScenarios(List<TestScenario> testScenarios)
Sets the test-scenarios of the test-plan.
|
public String getId()
public void setId(String id)
id - test-plan idpublic String getDeploymentPatternId()
public void setDeploymentPatternId(String deploymentPatternId)
deploymentPatternId - associated deployment-pattern idpublic String getDeploymentPattern()
public void setDeploymentPattern(String deploymentPattern)
deploymentPattern - deployment-pattern used in this test-planpublic String getStatus()
public void setStatus(String status)
status - test-plan statuspublic String getInfraParams()
public void setInfraParams(String infraParams)
infraParams - infra parameters used for generating infrastructurepublic String getLogUrl()
public void setLogUrl(String logUrl)
logUrl - Log location URLpublic List<TestScenario> getTestScenarios()
public void setTestScenarios(List<TestScenario> testScenarios)
testScenarios - TestScenario list of test-scenarios available in the test-planpublic Timestamp getCreatedTimestamp()
public void setCreatedTimestamp(Timestamp createdTimestamp)
createdTimestamp - timestamp value to be setpublic Timestamp getModifiedTimestamp()
public void setModifiedTimestamp(Timestamp modifiedTimestamp)
modifiedTimestamp - timestamp value to be setCopyright © 2019 WSO2. All rights reserved.