Class TestConfiguration


  • public class TestConfiguration
    extends Object
    • Constructor Detail

      • TestConfiguration

        public TestConfiguration()
    • 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)
      • getResultFilesLocations

        public List<String> getResultFilesLocations()
      • setResultFilesLocations

        public void setResultFilesLocations​(List<String> resultFilesLocations)
      • getGenerateReports

        public Boolean getGenerateReports()
      • setGenerateReports

        public void setGenerateReports​(Boolean generateReports)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object