Class DynamicallyEntry
java.lang.Object
hudson.model.AbstractDescribableImpl<SelectEntry>
com.uipath.uipathpackage.entries.SelectEntry
com.uipath.uipathpackage.entries.job.DynamicallyEntry
- All Implemented Interfaces:
Describable<SelectEntry>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDynamicallyEntry
(Integer jobsCount, String user, String machine) Constructs jobsCount new instances of a job -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
DynamicallyEntry
Constructs jobsCount new instances of a job- Parameters:
jobsCount
- The jobs countuser
- The name of the usermachine
- The name of the machine
-
-
Method Details
-
getJobsCount
-
getUser
-
getMachine
-
validateParameters
public boolean validateParameters()- Specified by:
validateParameters
in classSelectEntry
-