Uses of Enum
com.uipath.uipathpackage.util.TraceLevel
Package
Description
-
Uses of TraceLevel in com.uipath.uipathpackage
Modifier and TypeMethodDescriptionUiPathAssets.getTraceLevel()
traceLevelUiPathDeploy.getTraceLevel()
traceLevelUiPathInstallPlatform.getTraceLevel()
UiPathPack.getTraceLevel()
traceLevelUiPathRunJob.getTraceLevel()
traceLevelUiPathTest.getTraceLevel()
traceLevelModifierConstructorDescriptionUiPathAssets
(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 userUiPathInstallPlatform
(String cliNupkgPath, TraceLevel traceLevel) UiPathPack
(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 TraceLevel in com.uipath.uipathpackage.models
Modifier and TypeMethodDescriptionAuthenticatedOptions.getTraceLevel()
CommonOptions.getTraceLevel()
Modifier and TypeMethodDescriptionvoid
AuthenticatedOptions.setTraceLevel
(TraceLevel traceLevel) void
CommonOptions.setTraceLevel
(TraceLevel traceLevel) -
Uses of TraceLevel in com.uipath.uipathpackage.util
Modifier and TypeMethodDescriptionstatic TraceLevel
Returns the enum constant of this type with the specified name.static TraceLevel[]
TraceLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.