public class ScenarioConfig extends Object implements Serializable
TestgridYaml.| Constructor and Description |
|---|
ScenarioConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigChangeSet> |
getConfigChangeSets()
This method returns the list of scenarios.
|
String |
getDir() |
String |
getFile()
Returns the file name of the test script (e.g.
|
Map<String,String> |
getInputParameters()
Returns the list of input parameters required for the test script.
|
String |
getName() |
String |
getOutputDir() |
String |
getRemoteBranch()
The git branch name of the remote git repository.
|
String |
getRemoteRepository()
The git repo URL of the remote git repository.
|
List<TestScenario> |
getScenarios() |
List<Script> |
getScripts() |
Status |
getStatus() |
TestPlan |
getTestPlan() |
String |
getTestType() |
void |
setConfigChangeSets(List<ConfigChangeSet> configChangeSets) |
void |
setDir(String dir) |
void |
setFile(String file)
Sets the filename of the test script.
|
void |
setInputParameters(Map<String,String> inputParameters)
Sets the input parameters required to run test script.
|
void |
setName(String name) |
void |
setOutputDir(String outputDir) |
void |
setRemoteBranch(String remoteBranch) |
void |
setRemoteRepository(String remoteRepository) |
void |
setScenarios(List<TestScenario> scenarios) |
void |
setScripts(List<Script> scripts) |
void |
setStatus(Status status) |
void |
setTestPlan(TestPlan testPlan) |
void |
setTestType(String testType) |
public List<ConfigChangeSet> getConfigChangeSets()
public void setConfigChangeSets(List<ConfigChangeSet> configChangeSets)
public String getDir()
public void setDir(String dir)
public TestPlan getTestPlan()
public void setTestPlan(TestPlan testPlan)
public String getName()
public void setName(String name)
public Status getStatus()
public void setStatus(Status status)
public List<TestScenario> getScenarios()
public void setScenarios(List<TestScenario> scenarios)
public String getTestType()
public void setTestType(String testType)
public String getRemoteRepository()
getRemoteBranch() as well.public void setRemoteRepository(String remoteRepository)
public String getRemoteBranch()
public void setRemoteBranch(String remoteBranch)
public Map<String,String> getInputParameters()
public void setInputParameters(Map<String,String> inputParameters)
inputParameters - List of input parameters taken from scenarioConfigpublic String getFile()
public void setFile(String file)
file - file namepublic String getOutputDir()
public void setOutputDir(String outputDir)
Copyright © 2019 WSO2. All rights reserved.