All Implemented Interfaces:
Describable<SelectEntry>

public class TestSetEntry extends SelectEntry
Implementation of the test set entry
  • Constructor Details

    • TestSetEntry

      @DataBoundConstructor public TestSetEntry(String testSet)
      Blank Class to represent the test set entry
      Parameters:
      testSet - The test set to execute
  • Method Details

    • getTestSet

      public String getTestSet()
      Gets the test set to be executed.
      Returns:
      String testSet
    • validateParameters

      public boolean validateParameters()
      Specified by:
      validateParameters in class SelectEntry