Uses of Enum
com.uipath.uipathpackage.util.TraceLevel
Packages that use TraceLevel
Package
Description
-
Uses of TraceLevel in com.uipath.uipathpackage
Methods in com.uipath.uipathpackage that return TraceLevelModifier and TypeMethodDescriptionUiPathAssets.getTraceLevel()
traceLevelUiPathDeploy.getTraceLevel()
traceLevelUiPathInstallPlatform.getTraceLevel()
UiPathPack.getTraceLevel()
traceLevelUiPathRunJob.getTraceLevel()
traceLevelUiPathTest.getTraceLevel()
traceLevelMethods in com.uipath.uipathpackage with parameters of type TraceLevelConstructors in com.uipath.uipathpackage with parameters of type 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
Methods in com.uipath.uipathpackage.models that return TraceLevelModifier and TypeMethodDescriptionAuthenticatedOptions.getTraceLevel()
CommonOptions.getTraceLevel()
Methods in com.uipath.uipathpackage.models with parameters of type TraceLevelModifier and TypeMethodDescriptionvoid
AuthenticatedOptions.setTraceLevel
(TraceLevel traceLevel) void
CommonOptions.setTraceLevel
(TraceLevel traceLevel) -
Uses of TraceLevel in com.uipath.uipathpackage.util
Methods in com.uipath.uipathpackage.util that return TraceLevelModifier 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.