Uses of Class
com.uipath.uipathpackage.entries.SelectEntry
Package
Description
-
Uses of SelectEntry in com.uipath.uipathpackage
Modifier and TypeMethodDescriptionUiPathAssets.getAssetsAction()
Getter for assetsActionUiPathAssets.getCredentials()
Credentials ID, appearing as choice and will be responsible to extract credentials and use for orchestrator connectionUiPathDeploy.getCredentials()
Credentials ID, appearing as choice and will be responsible to extract credentials and use for orchestrator connectionUiPathPack.getCredentials()
CredentialsUiPathRunJob.getCredentials()
Credentials ID, appearing as choice and will be responsible to extract credentials and use for orchestrator connectionUiPathTest.getCredentials()
Credentials, appearing as choice and will be responsible to extract credentials and use for orchestrator connectionUiPathRunJob.getJobType()
UiPathRunJob.getStrategy()
UiPathTest.getTestTarget()
Test target to be executed on the OrchestratorUiPathPack.getVersion()
Provide the project versionModifier and TypeMethodDescriptionvoid
UiPathPack.setCredentials
(SelectEntry credentials) void
UiPathRunJob.setStrategy
(SelectEntry strategy) ModifierConstructorDescriptionUiPathAssets
(SelectEntry assetsAction, String orchestratorAddress, String orchestratorTenant, String folderName, SelectEntry credentials, String filePath, TraceLevel traceLevel) Data bound constructor responsible for setting the values param values to stateUiPathDeploy
(String packagePath, String orchestratorAddress, String orchestratorTenant, String folderName, String environments, SelectEntry credentials, TraceLevel traceLevel, String entryPointPaths, boolean createProcess) Data bound constructor which is responsible for setting/saving of the values provided by the userUiPathPack
(SelectEntry version, String projectJsonPath, String outputPath, TraceLevel traceLevel) Data bound constructor responsible for setting the values param values to stateUiPathRunJob
(String processName, String parametersFilePath, StartProcessDtoJobPriority priority, SelectEntry strategy, SelectEntry jobType, String resultFilePath, Integer timeout, Boolean failWhenJobFails, Boolean waitForJobCompletion, TraceLevel traceLevel, String orchestratorAddress, String orchestratorTenant, String folderName, SelectEntry credentials) Data bound constructor which is responsible for setting/saving of the values provided by the userUiPathTest
(String orchestratorAddress, String orchestratorTenant, String folderName, SelectEntry testTarget, SelectEntry credentials, String testResultsOutputPath, Integer timeout, TraceLevel traceLevel, String parametersFilePath) Data bound constructor responsible for setting the values param values to state -
Uses of SelectEntry in com.uipath.uipathpackage.entries.assetsAction
Modifier and TypeClassDescriptionclass
Implementation of the test package entryclass
Implementation of the test package entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.authentication
Modifier and TypeClassDescriptionclass
Represents the external application authentication entryclass
Represents the token authentication entry.class
Represents the username-password authentication entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.job
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SelectEntry in com.uipath.uipathpackage.entries.testExecutionTarget
Modifier and TypeClassDescriptionclass
Implementation of the test package entryclass
Implementation of the test set entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.versioning
Modifier and TypeClassDescriptionclass
Implementation of the auto versioning methodclass
Implementation of the current versioning methodclass
Implementation of the Custom Versioning method, providing the text as input -
Uses of SelectEntry in com.uipath.uipathpackage.util
Modifier and TypeMethodDescriptionvoid
Utility.setCredentialsFromCredentialsEntry
(SelectEntry credentials, AuthenticatedOptions options, Run<?, ?> run) void
Utility.setJobRunFromJobTypeEntry
(SelectEntry strategy, JobOptions options) void
Utility.setJobRunFromStrategyEntry
(SelectEntry strategy, JobOptions options)