java.lang.Object
hudson.model.AbstractDescribableImpl<SelectEntry>
com.uipath.uipathpackage.entries.SelectEntry
com.uipath.uipathpackage.entries.testExecutionTarget.TestProjectEntry
All Implemented Interfaces:
Describable<SelectEntry>

public class TestProjectEntry extends SelectEntry
Implementation of the test package entry
  • Constructor Details

    • TestProjectEntry

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

    • getTestProjectPath

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

      public String getEnvironments()
      Gets the environments.
      Returns:
      String environments
    • validateParameters

      public boolean validateParameters() throws AbortException
      Specified by:
      validateParameters in class SelectEntry
      Throws:
      AbortException