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 TypeMethodDescriptionvoidUiPathPack.setCredentials(SelectEntry credentials) voidUiPathRunJob.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 TypeClassDescriptionclassImplementation of the test package entryclassImplementation of the test package entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.authentication
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.authenticationModifier and TypeClassDescriptionclassRepresents the external application authentication entryclassRepresents the token authentication entry.classRepresents the username-password authentication entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.job
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.jobModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of SelectEntry in com.uipath.uipathpackage.entries.testExecutionTarget
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.testExecutionTargetModifier and TypeClassDescriptionclassImplementation of the test package entryclassImplementation of the test set entry -
Uses of SelectEntry in com.uipath.uipathpackage.entries.versioning
Subclasses of SelectEntry in com.uipath.uipathpackage.entries.versioningModifier and TypeClassDescriptionclassImplementation of the auto versioning methodclassImplementation of the current versioning methodclassImplementation 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 TypeMethodDescriptionvoidUtility.setCredentialsFromCredentialsEntry(SelectEntry credentials, AuthenticatedOptions options, Run<?, ?> run) voidUtility.setJobRunFromJobTypeEntry(SelectEntry strategy, JobOptions options) voidUtility.setJobRunFromStrategyEntry(SelectEntry strategy, JobOptions options)