Class UiPathCliConfiguration
java.lang.Object
com.uipath.uipathpackage.configuration.UiPathCliConfiguration
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiongetCliHomeDirectory(Launcher launcher, EnvVars env) getCliPath(Launcher launcher, EnvVars env, String cliVersionKey) getCliRootCachedDirectoryPath(Launcher launcher, EnvVars env, String cliVersionKey) getCliRootDownloadsDirectoryPath(Launcher launcher, EnvVars env, String cliVersionKey) intstatic UiPathCliConfigurationgetSelectedOrDefaultCliVersionKey(EnvVars envVars) voidupdateSelectedCliVersionKey(Run<?, ?> run, String cliVersionKey) 
- 
Field Details- 
WIN_PLATFORM- See Also:
 
- 
X_PLATFORM- See Also:
 
- 
SELECTED_CLI_VERSION_KEY- See Also:
 
- 
DEFAULT_CLI_VERSION_KEY- See Also:
 
 
- 
- 
Method Details- 
getInstancepublic static UiPathCliConfiguration getInstance() throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
- com.fasterxml.jackson.core.JsonProcessingException
 
- 
getConfiguration
- 
getConfigurationCountpublic int getConfigurationCount()
- 
getDefaultCliVersionKey
- 
getSelectedOrDefaultCliVersionKey
- 
updateSelectedCliVersionKeypublic void updateSelectedCliVersionKey(@NonNull Run<?, ?> run, @Nonnull String cliVersionKey) throws AbortException- Throws:
- AbortException
 
- 
getCliHomeDirectorypublic FilePath getCliHomeDirectory(@Nonnull Launcher launcher, @Nonnull EnvVars env) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
- 
getCliRootCachedDirectoryPathpublic FilePath getCliRootCachedDirectoryPath(@Nonnull Launcher launcher, @Nonnull EnvVars env, String cliVersionKey) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
- 
getCliRootDownloadsDirectoryPathpublic FilePath getCliRootDownloadsDirectoryPath(@Nonnull Launcher launcher, @Nonnull EnvVars env, String cliVersionKey) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
- 
getCliPath
 
-