Uses of Class
com.uipath.uipathpackage.entries.SelectEntry
Packages that use SelectEntry
Package
Description
-
Uses of SelectEntry in com.uipath.uipathpackage
Methods in com.uipath.uipathpackage that return SelectEntryModifier 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 versionMethods in com.uipath.uipathpackage with parameters of type SelectEntryModifier and TypeMethodDescriptionvoid
UiPathPack.setCredentials
(SelectEntry credentials) void
UiPathRunJob.setStrategy
(SelectEntry strategy) Constructors in com.uipath.uipathpackage with parameters of type SelectEntryModifierConstructorDescriptionUiPathAssets
(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
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.assetsActionModifier and TypeClassDescriptionclass
Implementation of the test package entryclass
Implementation of the test package entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.authentication
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.authenticationModifier 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
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.jobModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SelectEntry in com.uipath.uipathpackage.entries.testExecutionTarget
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.testExecutionTargetModifier and TypeClassDescriptionclass
Implementation of the test package entryclass
Implementation of the test set entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.versioning
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.versioningModifier 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
Methods in com.uipath.uipathpackage.util with parameters of type SelectEntryModifier and TypeMethodDescriptionvoid
Utility.setCredentialsFromCredentialsEntry
(SelectEntry credentials, AuthenticatedOptions options, Run<?, ?> run) void
Utility.setJobRunFromJobTypeEntry
(SelectEntry strategy, JobOptions options) void
Utility.setJobRunFromStrategyEntry
(SelectEntry strategy, JobOptions options)