Class TestProjectEntry
java.lang.Object
hudson.model.AbstractDescribableImpl<SelectEntry>
com.uipath.uipathpackage.entries.SelectEntry
com.uipath.uipathpackage.entries.testExecutionTarget.TestProjectEntry
- All Implemented Interfaces:
Describable<SelectEntry>
Implementation of the test package entry
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTestProjectEntry
(String testProjectPath, String environments) Class to represent the test package entry -
Method Summary
Modifier and TypeMethodDescriptionGets the environments.Gets the test package path.boolean
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
TestProjectEntry
Class to represent the test package entry- Parameters:
testProjectPath
- The path to the test projectenvironments
- Environments on which to test
-
-
Method Details
-
getTestProjectPath
Gets the test package path.- Returns:
- String testPackagePath
-
getEnvironments
Gets the environments.- Returns:
- String environments
-
validateParameters
- Specified by:
validateParameters
in classSelectEntry
- Throws:
AbortException
-