Package com.lazerycode.jmeter.json
Class TestConfiguration
- java.lang.Object
-
- com.lazerycode.jmeter.json.TestConfiguration
-
public class TestConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description TestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getExecutionID()
Boolean
getGenerateReports()
String
getJmeterDirectoryPath()
File
getJmeterWorkingDirectoryPath()
Map<ConfigurationFiles,PropertiesMapping>
getPropertiesMap()
List<String>
getResultFilesLocations()
Boolean
getResultsOutputIsCSVFormat()
String
getRuntimeJarName()
int
hashCode()
void
setExecutionID(String executionID)
void
setGenerateReports(Boolean generateReports)
void
setJmeterDirectoryPath(String jmeterDirectoryPath)
void
setPropertiesMap(Map<ConfigurationFiles,PropertiesMapping> propertiesMap)
void
setResultFilesLocations(List<String> resultFilesLocations)
void
setResultsOutputIsCSVFormat(Boolean resultsOutputIsCSVFormat)
void
setRuntimeJarName(String runtimeJarName)
-
-
-
Method Detail
-
getExecutionID
public String getExecutionID()
-
setExecutionID
public void setExecutionID(String executionID)
-
getJmeterDirectoryPath
public String getJmeterDirectoryPath()
-
getJmeterWorkingDirectoryPath
public File getJmeterWorkingDirectoryPath()
-
setJmeterDirectoryPath
public void setJmeterDirectoryPath(String jmeterDirectoryPath)
-
getRuntimeJarName
public String getRuntimeJarName()
-
setRuntimeJarName
public void setRuntimeJarName(String runtimeJarName)
-
getResultsOutputIsCSVFormat
public Boolean getResultsOutputIsCSVFormat()
-
setResultsOutputIsCSVFormat
public void setResultsOutputIsCSVFormat(Boolean resultsOutputIsCSVFormat)
-
getGenerateReports
public Boolean getGenerateReports()
-
setGenerateReports
public void setGenerateReports(Boolean generateReports)
-
getPropertiesMap
public Map<ConfigurationFiles,PropertiesMapping> getPropertiesMap()
-
setPropertiesMap
public void setPropertiesMap(Map<ConfigurationFiles,PropertiesMapping> propertiesMap)
-
-