Class SolutionDeployOptions
java.lang.Object
com.uipath.uipathpackage.models.CommonOptions
com.uipath.uipathpackage.models.solutions.SolutionDeployOptions
- All Implemented Interfaces:
AuthenticatedOptions,LocalizationOptions,SerializableCliOptions,TelemetryOptions
Options for deploying a solution/package into an Orchestrator context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfigPath(String configPath) voidsetDeploymentFolderName(String deploymentFolderName) voidsetDeploymentName(String deploymentName) voidsetDeploymentParentFolder(String deploymentParentFolder) voidsetPackageName(String packageName) voidsetPackageVersion(String packageVersion) Methods inherited from class com.uipath.uipathpackage.models.CommonOptions
getAccountForApp, getAccountName, getApplicationId, getApplicationScope, getApplicationSecret, getAuthorizationUrl, getCliGetFlow, getExtensionClientOrganizationId, getLanguage, getOrchestratorTenant, getOrchestratorUrl, getOrganizationUnit, getPassword, getPipelineCorrelationId, getRefreshToken, getTelemetryOrigin, getTelemetryOriginVersion, getTraceLevel, getUsername, populateAdditionalTelemetryData, setAccountForApp, setAccountName, setApplicationId, setApplicationScope, setApplicationSecret, setAuthorizationUrl, setCliGetFlow, setLanguage, setOrchestratorTenant, setOrchestratorUrl, setOrganizationUnit, setPassword, setPipelineCorrelationId, setRefreshToken, setTraceLevel, setUsername
-
Constructor Details
-
SolutionDeployOptions
public SolutionDeployOptions()
-
-
Method Details
-
setPackageName
-
getPackageName
-
setPackageVersion
-
getPackageVersion
-
setDeploymentName
-
getDeploymentName
-
setDeploymentFolderName
-
getDeploymentFolderName
-
setDeploymentParentFolder
-
getDeploymentParentFolder
-
setConfigPath
-
getConfigPath
-