Class TestSetEntry
java.lang.Object
hudson.model.AbstractDescribableImpl<SelectEntry>
com.uipath.uipathpackage.entries.SelectEntry
com.uipath.uipathpackage.entries.testExecutionTarget.TestSetEntry
- All Implemented Interfaces:
Describable<SelectEntry>
Implementation of the test set entry
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the test set to be executed.boolean
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
TestSetEntry
Blank Class to represent the test set entry- Parameters:
testSet
- The test set to execute
-
-
Method Details
-
getTestSet
Gets the test set to be executed.- Returns:
- String testSet
-
validateParameters
public boolean validateParameters()- Specified by:
validateParameters
in classSelectEntry
-