Class TestProjectEntry

    • Constructor Detail

      • TestProjectEntry

        @DataBoundConstructor
        public TestProjectEntry​(java.lang.String testProjectPath,
                                java.lang.String environments)
        Class to represent the test package entry
        Parameters:
        testProjectPath - The path to the test project
        environments - Environments on which to test
    • Method Detail

      • getTestProjectPath

        public java.lang.String getTestProjectPath()
        Gets the test package path.
        Returns:
        String testPackagePath
      • getEnvironments

        public java.lang.String getEnvironments()
        Gets the environments.
        Returns:
        String environments