Package com.uipath.uipathpackage.models
Class TestOptions
java.lang.Object
com.uipath.uipathpackage.models.CommonOptions
com.uipath.uipathpackage.models.TestOptions
- All Implemented Interfaces:
AuthenticatedOptions
,LocalizationOptions
,SerializableCliOptions
,TelemetryOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setAttachRobotLogs
(boolean attachRobotLogs) void
setDisableBuiltInNugetFeeds
(Boolean disableBuiltInNugetFeeds) void
setEnvironment
(String environment) void
setParametersFilePath
(String parametersFilePath) void
setProjectPath
(String projectPath) void
setProjectUrl
(String projectUrl) void
setReleaseNotes
(String releaseNotes) void
setRepositoryBranch
(String repositoryBranch) void
setRepositoryCommit
(String repositoryCommit) void
setRepositoryType
(String repositoryType) void
setRepositoryUrl
(String repositoryUrl) void
setTestReportDestination
(String testReportDestination) void
setTestReportType
(String testReportType) void
setTestSet
(String testSet) void
setTimeout
(int timeout) 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
-
TestOptions
public TestOptions()
-
-
Method Details
-
getEnvironment
-
setEnvironment
-
getTimeout
-
setTimeout
public void setTimeout(int timeout) -
getTestSet
-
setTestSet
-
getProjectPath
-
setProjectPath
-
getTestReportType
-
setTestReportType
-
getTestReportDestination
-
setTestReportDestination
-
isDisableBuiltInNugetFeeds
public boolean isDisableBuiltInNugetFeeds() -
setDisableBuiltInNugetFeeds
-
getParametersFilePath
-
setParametersFilePath
-
getAttachRobotLogs
public boolean getAttachRobotLogs() -
setAttachRobotLogs
public void setAttachRobotLogs(boolean attachRobotLogs) -
getRepositoryUrl
-
setRepositoryUrl
-
getRepositoryCommit
-
setRepositoryCommit
-
getRepositoryBranch
-
setRepositoryBranch
-
getRepositoryType
-
setRepositoryType
-
getProjectUrl
-
setProjectUrl
-
getReleaseNotes
-
setReleaseNotes
-