MCPcopy Create free account
hub / github.com/UiPath/uipathcli / httpClientSettings

Method httpClientSettings

utils/api/orchestrator_client.go:693–701  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691}
692
693func (c OrchestratorClient) httpClientSettings() network.HttpClientSettings {
694 return *network.NewHttpClientSettings(
695 c.debug,
696 c.settings.OperationId,
697 c.settings.Header,
698 c.settings.Timeout,
699 c.settings.MaxAttempts,
700 c.settings.Insecure)
701}
702
703func (c OrchestratorClient) GetTestSetExecutionUrl(folderId int, testSetExecutionId int) string {
704 return c.newUriBuilder("/test/executions/{testSetExecutionId}").

Callers 13

GetFolderIdMethod · 0.95
UploadMethod · 0.95
GetReleasesMethod · 0.95
CreateReleaseMethod · 0.95
UpdateReleaseMethod · 0.95
CreateTestSetMethod · 0.95
ExecuteTestSetMethod · 0.95
GetTestSetMethod · 0.95
GetTestExecutionMethod · 0.95
GetRobotLogsMethod · 0.95
GetFolderFeedMethod · 0.95
GetReadUrlMethod · 0.95

Calls 1

NewHttpClientSettingsFunction · 0.92

Tested by

no test coverage detected