Documentation ¶
Index ¶
- func CloudtestClientBuilder() *httpclient.HcHttpClientBuilder
- func GenReqDefForBatchAddRelationsByOneCase() *def.HttpRequestDef
- func GenReqDefForBatchDeleteTestCase() *def.HttpRequestDef
- func GenReqDefForBatchDeleteTestReport() *def.HttpRequestDef
- func GenReqDefForCheckPermission() *def.HttpRequestDef
- func GenReqDefForCreateApiTestSuiteByRepoFile() *def.HttpRequestDef
- func GenReqDefForCreatePlan() *def.HttpRequestDef
- func GenReqDefForCreateRelationsByOneCase() *def.HttpRequestDef
- func GenReqDefForCreateResourceUri() *def.HttpRequestDef
- func GenReqDefForCreateService() *def.HttpRequestDef
- func GenReqDefForCreateTestCase() *def.HttpRequestDef
- func GenReqDefForCreateTestCaseInPlan() *def.HttpRequestDef
- func GenReqDefForDeleteRelationsByOneCase() *def.HttpRequestDef
- func GenReqDefForDeleteService() *def.HttpRequestDef
- func GenReqDefForListAlertGroupsByCondition() *def.HttpRequestDef
- func GenReqDefForListAlertTemplates() *def.HttpRequestDef
- func GenReqDefForListAllBranches() *def.HttpRequestDef
- func GenReqDefForListAllConfigItemByType() *def.HttpRequestDef
- func GenReqDefForListAllIterators() *def.HttpRequestDef
- func GenReqDefForListAttachments() *def.HttpRequestDef
- func GenReqDefForListBasicAw() *def.HttpRequestDef
- func GenReqDefForListBranches() *def.HttpRequestDef
- func GenReqDefForListEnvironments() *def.HttpRequestDef
- func GenReqDefForListIssueTree() *def.HttpRequestDef
- func GenReqDefForListProjectFieldConfigs() *def.HttpRequestDef
- func GenReqDefForListProjectTestCaseFields() *def.HttpRequestDef
- func GenReqDefForListPublicLibAndAws() *def.HttpRequestDef
- func GenReqDefForListReports() *def.HttpRequestDef
- func GenReqDefForListResourcePools() *def.HttpRequestDef
- func GenReqDefForListTaskTestCases() *def.HttpRequestDef
- func GenReqDefForListTestCaseHistories() *def.HttpRequestDef
- func GenReqDefForListTestCases() *def.HttpRequestDef
- func GenReqDefForListTestReportsByCondition() *def.HttpRequestDef
- func GenReqDefForListTestTypes() *def.HttpRequestDef
- func GenReqDefForListTestcasesByProjectIssuesRelation() *def.HttpRequestDef
- func GenReqDefForListUsageInfos() *def.HttpRequestDef
- func GenReqDefForListUserDnsMapping() *def.HttpRequestDef
- func GenReqDefForListUserPackageUsage() *def.HttpRequestDef
- func GenReqDefForListUserPopupInfo() *def.HttpRequestDef
- func GenReqDefForListVariables() *def.HttpRequestDef
- func GenReqDefForRunTestCase() *def.HttpRequestDef
- func GenReqDefForSaveTaskSetting() *def.HttpRequestDef
- func GenReqDefForShowAllConfigValueByTypeAndKey() *def.HttpRequestDef
- func GenReqDefForShowAllFeatureChildren() *def.HttpRequestDef
- func GenReqDefForShowApiTestcaseHistories() *def.HttpRequestDef
- func GenReqDefForShowBackgroundInfo() *def.HttpRequestDef
- func GenReqDefForShowDisclaimerRecord() *def.HttpRequestDef
- func GenReqDefForShowDomainInfo() *def.HttpRequestDef
- func GenReqDefForShowFeatureChildren() *def.HttpRequestDef
- func GenReqDefForShowFreeDeclaration() *def.HttpRequestDef
- func GenReqDefForShowIfTaskNameRepeat() *def.HttpRequestDef
- func GenReqDefForShowIfUserNameRepeat() *def.HttpRequestDef
- func GenReqDefForShowIssuesByPlanId() *def.HttpRequestDef
- func GenReqDefForShowIteratorByDefect() *def.HttpRequestDef
- func GenReqDefForShowMindmapByPage() *def.HttpRequestDef
- func GenReqDefForShowMindmapCreatorName() *def.HttpRequestDef
- func GenReqDefForShowPlanJournals() *def.HttpRequestDef
- func GenReqDefForShowPlanList() *def.HttpRequestDef
- func GenReqDefForShowPlans() *def.HttpRequestDef
- func GenReqDefForShowProgress() *def.HttpRequestDef
- func GenReqDefForShowProjectDataDashboard() *def.HttpRequestDef
- func GenReqDefForShowRegisterService() *def.HttpRequestDef
- func GenReqDefForShowReport() *def.HttpRequestDef
- func GenReqDefForShowRequirementsOverview() *def.HttpRequestDef
- func GenReqDefForShowSystemConfigs() *def.HttpRequestDef
- func GenReqDefForShowTestCase() *def.HttpRequestDef
- func GenReqDefForShowTestCaseAndDefectInfo() *def.HttpRequestDef
- func GenReqDefForShowTestCaseDetail() *def.HttpRequestDef
- func GenReqDefForShowTestCaseDetailV2() *def.HttpRequestDef
- func GenReqDefForShowUserAccessInfo() *def.HttpRequestDef
- func GenReqDefForShowUserExecuteTestCaseInfo() *def.HttpRequestDef
- func GenReqDefForUpdateService() *def.HttpRequestDef
- func GenReqDefForUpdateTestCase() *def.HttpRequestDef
- func GenReqDefForUpdateTestCaseResult() *def.HttpRequestDef
- type BatchAddRelationsByOneCaseInvoker
- type BatchDeleteTestCaseInvoker
- type BatchDeleteTestReportInvoker
- type CheckPermissionInvoker
- type CloudtestClient
- func (c *CloudtestClient) BatchAddRelationsByOneCase(request *model.BatchAddRelationsByOneCaseRequest) (*model.BatchAddRelationsByOneCaseResponse, error)
- func (c *CloudtestClient) BatchAddRelationsByOneCaseInvoker(request *model.BatchAddRelationsByOneCaseRequest) *BatchAddRelationsByOneCaseInvoker
- func (c *CloudtestClient) BatchDeleteTestCase(request *model.BatchDeleteTestCaseRequest) (*model.BatchDeleteTestCaseResponse, error)
- func (c *CloudtestClient) BatchDeleteTestCaseInvoker(request *model.BatchDeleteTestCaseRequest) *BatchDeleteTestCaseInvoker
- func (c *CloudtestClient) BatchDeleteTestReport(request *model.BatchDeleteTestReportRequest) (*model.BatchDeleteTestReportResponse, error)
- func (c *CloudtestClient) BatchDeleteTestReportInvoker(request *model.BatchDeleteTestReportRequest) *BatchDeleteTestReportInvoker
- func (c *CloudtestClient) CheckPermission(request *model.CheckPermissionRequest) (*model.CheckPermissionResponse, error)
- func (c *CloudtestClient) CheckPermissionInvoker(request *model.CheckPermissionRequest) *CheckPermissionInvoker
- func (c *CloudtestClient) CreateApiTestSuiteByRepoFile(request *model.CreateApiTestSuiteByRepoFileRequest) (*model.CreateApiTestSuiteByRepoFileResponse, error)
- func (c *CloudtestClient) CreateApiTestSuiteByRepoFileInvoker(request *model.CreateApiTestSuiteByRepoFileRequest) *CreateApiTestSuiteByRepoFileInvoker
- func (c *CloudtestClient) CreatePlan(request *model.CreatePlanRequest) (*model.CreatePlanResponse, error)
- func (c *CloudtestClient) CreatePlanInvoker(request *model.CreatePlanRequest) *CreatePlanInvoker
- func (c *CloudtestClient) CreateRelationsByOneCase(request *model.CreateRelationsByOneCaseRequest) (*model.CreateRelationsByOneCaseResponse, error)
- func (c *CloudtestClient) CreateRelationsByOneCaseInvoker(request *model.CreateRelationsByOneCaseRequest) *CreateRelationsByOneCaseInvoker
- func (c *CloudtestClient) CreateResourceUri(request *model.CreateResourceUriRequest) (*model.CreateResourceUriResponse, error)
- func (c *CloudtestClient) CreateResourceUriInvoker(request *model.CreateResourceUriRequest) *CreateResourceUriInvoker
- func (c *CloudtestClient) CreateService(request *model.CreateServiceRequest) (*model.CreateServiceResponse, error)
- func (c *CloudtestClient) CreateServiceInvoker(request *model.CreateServiceRequest) *CreateServiceInvoker
- func (c *CloudtestClient) CreateTestCase(request *model.CreateTestCaseRequest) (*model.CreateTestCaseResponse, error)
- func (c *CloudtestClient) CreateTestCaseInPlan(request *model.CreateTestCaseInPlanRequest) (*model.CreateTestCaseInPlanResponse, error)
- func (c *CloudtestClient) CreateTestCaseInPlanInvoker(request *model.CreateTestCaseInPlanRequest) *CreateTestCaseInPlanInvoker
- func (c *CloudtestClient) CreateTestCaseInvoker(request *model.CreateTestCaseRequest) *CreateTestCaseInvoker
- func (c *CloudtestClient) DeleteRelationsByOneCase(request *model.DeleteRelationsByOneCaseRequest) (*model.DeleteRelationsByOneCaseResponse, error)
- func (c *CloudtestClient) DeleteRelationsByOneCaseInvoker(request *model.DeleteRelationsByOneCaseRequest) *DeleteRelationsByOneCaseInvoker
- func (c *CloudtestClient) DeleteService(request *model.DeleteServiceRequest) (*model.DeleteServiceResponse, error)
- func (c *CloudtestClient) DeleteServiceInvoker(request *model.DeleteServiceRequest) *DeleteServiceInvoker
- func (c *CloudtestClient) ListAlertGroupsByCondition(request *model.ListAlertGroupsByConditionRequest) (*model.ListAlertGroupsByConditionResponse, error)
- func (c *CloudtestClient) ListAlertGroupsByConditionInvoker(request *model.ListAlertGroupsByConditionRequest) *ListAlertGroupsByConditionInvoker
- func (c *CloudtestClient) ListAlertTemplates(request *model.ListAlertTemplatesRequest) (*model.ListAlertTemplatesResponse, error)
- func (c *CloudtestClient) ListAlertTemplatesInvoker(request *model.ListAlertTemplatesRequest) *ListAlertTemplatesInvoker
- func (c *CloudtestClient) ListAllBranches(request *model.ListAllBranchesRequest) (*model.ListAllBranchesResponse, error)
- func (c *CloudtestClient) ListAllBranchesInvoker(request *model.ListAllBranchesRequest) *ListAllBranchesInvoker
- func (c *CloudtestClient) ListAllConfigItemByType(request *model.ListAllConfigItemByTypeRequest) (*model.ListAllConfigItemByTypeResponse, error)
- func (c *CloudtestClient) ListAllConfigItemByTypeInvoker(request *model.ListAllConfigItemByTypeRequest) *ListAllConfigItemByTypeInvoker
- func (c *CloudtestClient) ListAllIterators(request *model.ListAllIteratorsRequest) (*model.ListAllIteratorsResponse, error)
- func (c *CloudtestClient) ListAllIteratorsInvoker(request *model.ListAllIteratorsRequest) *ListAllIteratorsInvoker
- func (c *CloudtestClient) ListAttachments(request *model.ListAttachmentsRequest) (*model.ListAttachmentsResponse, error)
- func (c *CloudtestClient) ListAttachmentsInvoker(request *model.ListAttachmentsRequest) *ListAttachmentsInvoker
- func (c *CloudtestClient) ListBasicAw(request *model.ListBasicAwRequest) (*model.ListBasicAwResponse, error)
- func (c *CloudtestClient) ListBasicAwInvoker(request *model.ListBasicAwRequest) *ListBasicAwInvoker
- func (c *CloudtestClient) ListBranches(request *model.ListBranchesRequest) (*model.ListBranchesResponse, error)
- func (c *CloudtestClient) ListBranchesInvoker(request *model.ListBranchesRequest) *ListBranchesInvoker
- func (c *CloudtestClient) ListEnvironments(request *model.ListEnvironmentsRequest) (*model.ListEnvironmentsResponse, error)
- func (c *CloudtestClient) ListEnvironmentsInvoker(request *model.ListEnvironmentsRequest) *ListEnvironmentsInvoker
- func (c *CloudtestClient) ListIssueTree(request *model.ListIssueTreeRequest) (*model.ListIssueTreeResponse, error)
- func (c *CloudtestClient) ListIssueTreeInvoker(request *model.ListIssueTreeRequest) *ListIssueTreeInvoker
- func (c *CloudtestClient) ListProjectFieldConfigs(request *model.ListProjectFieldConfigsRequest) (*model.ListProjectFieldConfigsResponse, error)
- func (c *CloudtestClient) ListProjectFieldConfigsInvoker(request *model.ListProjectFieldConfigsRequest) *ListProjectFieldConfigsInvoker
- func (c *CloudtestClient) ListProjectTestCaseFields(request *model.ListProjectTestCaseFieldsRequest) (*model.ListProjectTestCaseFieldsResponse, error)
- func (c *CloudtestClient) ListProjectTestCaseFieldsInvoker(request *model.ListProjectTestCaseFieldsRequest) *ListProjectTestCaseFieldsInvoker
- func (c *CloudtestClient) ListPublicLibAndAws(request *model.ListPublicLibAndAwsRequest) (*model.ListPublicLibAndAwsResponse, error)
- func (c *CloudtestClient) ListPublicLibAndAwsInvoker(request *model.ListPublicLibAndAwsRequest) *ListPublicLibAndAwsInvoker
- func (c *CloudtestClient) ListReports(request *model.ListReportsRequest) (*model.ListReportsResponse, error)
- func (c *CloudtestClient) ListReportsInvoker(request *model.ListReportsRequest) *ListReportsInvoker
- func (c *CloudtestClient) ListResourcePools(request *model.ListResourcePoolsRequest) (*model.ListResourcePoolsResponse, error)
- func (c *CloudtestClient) ListResourcePoolsInvoker(request *model.ListResourcePoolsRequest) *ListResourcePoolsInvoker
- func (c *CloudtestClient) ListTaskTestCases(request *model.ListTaskTestCasesRequest) (*model.ListTaskTestCasesResponse, error)
- func (c *CloudtestClient) ListTaskTestCasesInvoker(request *model.ListTaskTestCasesRequest) *ListTaskTestCasesInvoker
- func (c *CloudtestClient) ListTestCaseHistories(request *model.ListTestCaseHistoriesRequest) (*model.ListTestCaseHistoriesResponse, error)
- func (c *CloudtestClient) ListTestCaseHistoriesInvoker(request *model.ListTestCaseHistoriesRequest) *ListTestCaseHistoriesInvoker
- func (c *CloudtestClient) ListTestCases(request *model.ListTestCasesRequest) (*model.ListTestCasesResponse, error)
- func (c *CloudtestClient) ListTestCasesInvoker(request *model.ListTestCasesRequest) *ListTestCasesInvoker
- func (c *CloudtestClient) ListTestReportsByCondition(request *model.ListTestReportsByConditionRequest) (*model.ListTestReportsByConditionResponse, error)
- func (c *CloudtestClient) ListTestReportsByConditionInvoker(request *model.ListTestReportsByConditionRequest) *ListTestReportsByConditionInvoker
- func (c *CloudtestClient) ListTestTypes(request *model.ListTestTypesRequest) (*model.ListTestTypesResponse, error)
- func (c *CloudtestClient) ListTestTypesInvoker(request *model.ListTestTypesRequest) *ListTestTypesInvoker
- func (c *CloudtestClient) ListTestcasesByProjectIssuesRelation(request *model.ListTestcasesByProjectIssuesRelationRequest) (*model.ListTestcasesByProjectIssuesRelationResponse, error)
- func (c *CloudtestClient) ListTestcasesByProjectIssuesRelationInvoker(request *model.ListTestcasesByProjectIssuesRelationRequest) *ListTestcasesByProjectIssuesRelationInvoker
- func (c *CloudtestClient) ListUsageInfos(request *model.ListUsageInfosRequest) (*model.ListUsageInfosResponse, error)
- func (c *CloudtestClient) ListUsageInfosInvoker(request *model.ListUsageInfosRequest) *ListUsageInfosInvoker
- func (c *CloudtestClient) ListUserDnsMapping(request *model.ListUserDnsMappingRequest) (*model.ListUserDnsMappingResponse, error)
- func (c *CloudtestClient) ListUserDnsMappingInvoker(request *model.ListUserDnsMappingRequest) *ListUserDnsMappingInvoker
- func (c *CloudtestClient) ListUserPackageUsage(request *model.ListUserPackageUsageRequest) (*model.ListUserPackageUsageResponse, error)
- func (c *CloudtestClient) ListUserPackageUsageInvoker(request *model.ListUserPackageUsageRequest) *ListUserPackageUsageInvoker
- func (c *CloudtestClient) ListUserPopupInfo(request *model.ListUserPopupInfoRequest) (*model.ListUserPopupInfoResponse, error)
- func (c *CloudtestClient) ListUserPopupInfoInvoker(request *model.ListUserPopupInfoRequest) *ListUserPopupInfoInvoker
- func (c *CloudtestClient) ListVariables(request *model.ListVariablesRequest) (*model.ListVariablesResponse, error)
- func (c *CloudtestClient) ListVariablesInvoker(request *model.ListVariablesRequest) *ListVariablesInvoker
- func (c *CloudtestClient) RunTestCase(request *model.RunTestCaseRequest) (*model.RunTestCaseResponse, error)
- func (c *CloudtestClient) RunTestCaseInvoker(request *model.RunTestCaseRequest) *RunTestCaseInvoker
- func (c *CloudtestClient) SaveTaskSetting(request *model.SaveTaskSettingRequest) (*model.SaveTaskSettingResponse, error)
- func (c *CloudtestClient) SaveTaskSettingInvoker(request *model.SaveTaskSettingRequest) *SaveTaskSettingInvoker
- func (c *CloudtestClient) ShowAllConfigValueByTypeAndKey(request *model.ShowAllConfigValueByTypeAndKeyRequest) (*model.ShowAllConfigValueByTypeAndKeyResponse, error)
- func (c *CloudtestClient) ShowAllConfigValueByTypeAndKeyInvoker(request *model.ShowAllConfigValueByTypeAndKeyRequest) *ShowAllConfigValueByTypeAndKeyInvoker
- func (c *CloudtestClient) ShowAllFeatureChildren(request *model.ShowAllFeatureChildrenRequest) (*model.ShowAllFeatureChildrenResponse, error)
- func (c *CloudtestClient) ShowAllFeatureChildrenInvoker(request *model.ShowAllFeatureChildrenRequest) *ShowAllFeatureChildrenInvoker
- func (c *CloudtestClient) ShowApiTestcaseHistories(request *model.ShowApiTestcaseHistoriesRequest) (*model.ShowApiTestcaseHistoriesResponse, error)
- func (c *CloudtestClient) ShowApiTestcaseHistoriesInvoker(request *model.ShowApiTestcaseHistoriesRequest) *ShowApiTestcaseHistoriesInvoker
- func (c *CloudtestClient) ShowBackgroundInfo(request *model.ShowBackgroundInfoRequest) (*model.ShowBackgroundInfoResponse, error)
- func (c *CloudtestClient) ShowBackgroundInfoInvoker(request *model.ShowBackgroundInfoRequest) *ShowBackgroundInfoInvoker
- func (c *CloudtestClient) ShowDisclaimerRecord(request *model.ShowDisclaimerRecordRequest) (*model.ShowDisclaimerRecordResponse, error)
- func (c *CloudtestClient) ShowDisclaimerRecordInvoker(request *model.ShowDisclaimerRecordRequest) *ShowDisclaimerRecordInvoker
- func (c *CloudtestClient) ShowDomainInfo(request *model.ShowDomainInfoRequest) (*model.ShowDomainInfoResponse, error)
- func (c *CloudtestClient) ShowDomainInfoInvoker(request *model.ShowDomainInfoRequest) *ShowDomainInfoInvoker
- func (c *CloudtestClient) ShowFeatureChildren(request *model.ShowFeatureChildrenRequest) (*model.ShowFeatureChildrenResponse, error)
- func (c *CloudtestClient) ShowFeatureChildrenInvoker(request *model.ShowFeatureChildrenRequest) *ShowFeatureChildrenInvoker
- func (c *CloudtestClient) ShowFreeDeclaration(request *model.ShowFreeDeclarationRequest) (*model.ShowFreeDeclarationResponse, error)
- func (c *CloudtestClient) ShowFreeDeclarationInvoker(request *model.ShowFreeDeclarationRequest) *ShowFreeDeclarationInvoker
- func (c *CloudtestClient) ShowIfTaskNameRepeat(request *model.ShowIfTaskNameRepeatRequest) (*model.ShowIfTaskNameRepeatResponse, error)
- func (c *CloudtestClient) ShowIfTaskNameRepeatInvoker(request *model.ShowIfTaskNameRepeatRequest) *ShowIfTaskNameRepeatInvoker
- func (c *CloudtestClient) ShowIfUserNameRepeat(request *model.ShowIfUserNameRepeatRequest) (*model.ShowIfUserNameRepeatResponse, error)
- func (c *CloudtestClient) ShowIfUserNameRepeatInvoker(request *model.ShowIfUserNameRepeatRequest) *ShowIfUserNameRepeatInvoker
- func (c *CloudtestClient) ShowIssuesByPlanId(request *model.ShowIssuesByPlanIdRequest) (*model.ShowIssuesByPlanIdResponse, error)
- func (c *CloudtestClient) ShowIssuesByPlanIdInvoker(request *model.ShowIssuesByPlanIdRequest) *ShowIssuesByPlanIdInvoker
- func (c *CloudtestClient) ShowIteratorByDefect(request *model.ShowIteratorByDefectRequest) (*model.ShowIteratorByDefectResponse, error)
- func (c *CloudtestClient) ShowIteratorByDefectInvoker(request *model.ShowIteratorByDefectRequest) *ShowIteratorByDefectInvoker
- func (c *CloudtestClient) ShowMindmapByPage(request *model.ShowMindmapByPageRequest) (*model.ShowMindmapByPageResponse, error)
- func (c *CloudtestClient) ShowMindmapByPageInvoker(request *model.ShowMindmapByPageRequest) *ShowMindmapByPageInvoker
- func (c *CloudtestClient) ShowMindmapCreatorName(request *model.ShowMindmapCreatorNameRequest) (*model.ShowMindmapCreatorNameResponse, error)
- func (c *CloudtestClient) ShowMindmapCreatorNameInvoker(request *model.ShowMindmapCreatorNameRequest) *ShowMindmapCreatorNameInvoker
- func (c *CloudtestClient) ShowPlanJournals(request *model.ShowPlanJournalsRequest) (*model.ShowPlanJournalsResponse, error)
- func (c *CloudtestClient) ShowPlanJournalsInvoker(request *model.ShowPlanJournalsRequest) *ShowPlanJournalsInvoker
- func (c *CloudtestClient) ShowPlanList(request *model.ShowPlanListRequest) (*model.ShowPlanListResponse, error)
- func (c *CloudtestClient) ShowPlanListInvoker(request *model.ShowPlanListRequest) *ShowPlanListInvoker
- func (c *CloudtestClient) ShowPlans(request *model.ShowPlansRequest) (*model.ShowPlansResponse, error)
- func (c *CloudtestClient) ShowPlansInvoker(request *model.ShowPlansRequest) *ShowPlansInvoker
- func (c *CloudtestClient) ShowProgress(request *model.ShowProgressRequest) (*model.ShowProgressResponse, error)
- func (c *CloudtestClient) ShowProgressInvoker(request *model.ShowProgressRequest) *ShowProgressInvoker
- func (c *CloudtestClient) ShowProjectDataDashboard(request *model.ShowProjectDataDashboardRequest) (*model.ShowProjectDataDashboardResponse, error)
- func (c *CloudtestClient) ShowProjectDataDashboardInvoker(request *model.ShowProjectDataDashboardRequest) *ShowProjectDataDashboardInvoker
- func (c *CloudtestClient) ShowRegisterService(request *model.ShowRegisterServiceRequest) (*model.ShowRegisterServiceResponse, error)
- func (c *CloudtestClient) ShowRegisterServiceInvoker(request *model.ShowRegisterServiceRequest) *ShowRegisterServiceInvoker
- func (c *CloudtestClient) ShowReport(request *model.ShowReportRequest) (*model.ShowReportResponse, error)
- func (c *CloudtestClient) ShowReportInvoker(request *model.ShowReportRequest) *ShowReportInvoker
- func (c *CloudtestClient) ShowRequirementsOverview(request *model.ShowRequirementsOverviewRequest) (*model.ShowRequirementsOverviewResponse, error)
- func (c *CloudtestClient) ShowRequirementsOverviewInvoker(request *model.ShowRequirementsOverviewRequest) *ShowRequirementsOverviewInvoker
- func (c *CloudtestClient) ShowSystemConfigs(request *model.ShowSystemConfigsRequest) (*model.ShowSystemConfigsResponse, error)
- func (c *CloudtestClient) ShowSystemConfigsInvoker(request *model.ShowSystemConfigsRequest) *ShowSystemConfigsInvoker
- func (c *CloudtestClient) ShowTestCase(request *model.ShowTestCaseRequest) (*model.ShowTestCaseResponse, error)
- func (c *CloudtestClient) ShowTestCaseAndDefectInfo(request *model.ShowTestCaseAndDefectInfoRequest) (*model.ShowTestCaseAndDefectInfoResponse, error)
- func (c *CloudtestClient) ShowTestCaseAndDefectInfoInvoker(request *model.ShowTestCaseAndDefectInfoRequest) *ShowTestCaseAndDefectInfoInvoker
- func (c *CloudtestClient) ShowTestCaseDetail(request *model.ShowTestCaseDetailRequest) (*model.ShowTestCaseDetailResponse, error)
- func (c *CloudtestClient) ShowTestCaseDetailInvoker(request *model.ShowTestCaseDetailRequest) *ShowTestCaseDetailInvoker
- func (c *CloudtestClient) ShowTestCaseDetailV2(request *model.ShowTestCaseDetailV2Request) (*model.ShowTestCaseDetailV2Response, error)
- func (c *CloudtestClient) ShowTestCaseDetailV2Invoker(request *model.ShowTestCaseDetailV2Request) *ShowTestCaseDetailV2Invoker
- func (c *CloudtestClient) ShowTestCaseInvoker(request *model.ShowTestCaseRequest) *ShowTestCaseInvoker
- func (c *CloudtestClient) ShowUserAccessInfo(request *model.ShowUserAccessInfoRequest) (*model.ShowUserAccessInfoResponse, error)
- func (c *CloudtestClient) ShowUserAccessInfoInvoker(request *model.ShowUserAccessInfoRequest) *ShowUserAccessInfoInvoker
- func (c *CloudtestClient) ShowUserExecuteTestCaseInfo(request *model.ShowUserExecuteTestCaseInfoRequest) (*model.ShowUserExecuteTestCaseInfoResponse, error)
- func (c *CloudtestClient) ShowUserExecuteTestCaseInfoInvoker(request *model.ShowUserExecuteTestCaseInfoRequest) *ShowUserExecuteTestCaseInfoInvoker
- func (c *CloudtestClient) UpdateService(request *model.UpdateServiceRequest) (*model.UpdateServiceResponse, error)
- func (c *CloudtestClient) UpdateServiceInvoker(request *model.UpdateServiceRequest) *UpdateServiceInvoker
- func (c *CloudtestClient) UpdateTestCase(request *model.UpdateTestCaseRequest) (*model.UpdateTestCaseResponse, error)
- func (c *CloudtestClient) UpdateTestCaseInvoker(request *model.UpdateTestCaseRequest) *UpdateTestCaseInvoker
- func (c *CloudtestClient) UpdateTestCaseResult(request *model.UpdateTestCaseResultRequest) (*model.UpdateTestCaseResultResponse, error)
- func (c *CloudtestClient) UpdateTestCaseResultInvoker(request *model.UpdateTestCaseResultRequest) *UpdateTestCaseResultInvoker
- type CreateApiTestSuiteByRepoFileInvoker
- type CreatePlanInvoker
- type CreateRelationsByOneCaseInvoker
- type CreateResourceUriInvoker
- type CreateServiceInvoker
- type CreateTestCaseInPlanInvoker
- type CreateTestCaseInvoker
- type DeleteRelationsByOneCaseInvoker
- type DeleteServiceInvoker
- type ListAlertGroupsByConditionInvoker
- type ListAlertTemplatesInvoker
- type ListAllBranchesInvoker
- type ListAllConfigItemByTypeInvoker
- type ListAllIteratorsInvoker
- type ListAttachmentsInvoker
- type ListBasicAwInvoker
- type ListBranchesInvoker
- type ListEnvironmentsInvoker
- type ListIssueTreeInvoker
- type ListProjectFieldConfigsInvoker
- type ListProjectTestCaseFieldsInvoker
- type ListPublicLibAndAwsInvoker
- type ListReportsInvoker
- type ListResourcePoolsInvoker
- type ListTaskTestCasesInvoker
- type ListTestCaseHistoriesInvoker
- type ListTestCasesInvoker
- type ListTestReportsByConditionInvoker
- type ListTestTypesInvoker
- type ListTestcasesByProjectIssuesRelationInvoker
- type ListUsageInfosInvoker
- type ListUserDnsMappingInvoker
- type ListUserPackageUsageInvoker
- type ListUserPopupInfoInvoker
- type ListVariablesInvoker
- type RunTestCaseInvoker
- type SaveTaskSettingInvoker
- type ShowAllConfigValueByTypeAndKeyInvoker
- type ShowAllFeatureChildrenInvoker
- type ShowApiTestcaseHistoriesInvoker
- type ShowBackgroundInfoInvoker
- type ShowDisclaimerRecordInvoker
- type ShowDomainInfoInvoker
- type ShowFeatureChildrenInvoker
- type ShowFreeDeclarationInvoker
- type ShowIfTaskNameRepeatInvoker
- type ShowIfUserNameRepeatInvoker
- type ShowIssuesByPlanIdInvoker
- type ShowIteratorByDefectInvoker
- type ShowMindmapByPageInvoker
- type ShowMindmapCreatorNameInvoker
- type ShowPlanJournalsInvoker
- type ShowPlanListInvoker
- type ShowPlansInvoker
- type ShowProgressInvoker
- type ShowProjectDataDashboardInvoker
- type ShowRegisterServiceInvoker
- type ShowReportInvoker
- type ShowRequirementsOverviewInvoker
- type ShowSystemConfigsInvoker
- type ShowTestCaseAndDefectInfoInvoker
- type ShowTestCaseDetailInvoker
- type ShowTestCaseDetailV2Invoker
- type ShowTestCaseInvoker
- type ShowUserAccessInfoInvoker
- type ShowUserExecuteTestCaseInfoInvoker
- type UpdateServiceInvoker
- type UpdateTestCaseInvoker
- type UpdateTestCaseResultInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudtestClientBuilder ¶
func CloudtestClientBuilder() *httpclient.HcHttpClientBuilder
func GenReqDefForBatchAddRelationsByOneCase ¶ added in v0.1.100
func GenReqDefForBatchAddRelationsByOneCase() *def.HttpRequestDef
func GenReqDefForBatchDeleteTestCase ¶
func GenReqDefForBatchDeleteTestCase() *def.HttpRequestDef
func GenReqDefForBatchDeleteTestReport ¶ added in v0.1.100
func GenReqDefForBatchDeleteTestReport() *def.HttpRequestDef
func GenReqDefForCheckPermission ¶ added in v0.1.100
func GenReqDefForCheckPermission() *def.HttpRequestDef
func GenReqDefForCreateApiTestSuiteByRepoFile ¶
func GenReqDefForCreateApiTestSuiteByRepoFile() *def.HttpRequestDef
func GenReqDefForCreatePlan ¶
func GenReqDefForCreatePlan() *def.HttpRequestDef
func GenReqDefForCreateRelationsByOneCase ¶ added in v0.1.100
func GenReqDefForCreateRelationsByOneCase() *def.HttpRequestDef
func GenReqDefForCreateResourceUri ¶ added in v0.1.100
func GenReqDefForCreateResourceUri() *def.HttpRequestDef
func GenReqDefForCreateService ¶
func GenReqDefForCreateService() *def.HttpRequestDef
func GenReqDefForCreateTestCase ¶
func GenReqDefForCreateTestCase() *def.HttpRequestDef
func GenReqDefForCreateTestCaseInPlan ¶
func GenReqDefForCreateTestCaseInPlan() *def.HttpRequestDef
func GenReqDefForDeleteRelationsByOneCase ¶ added in v0.1.100
func GenReqDefForDeleteRelationsByOneCase() *def.HttpRequestDef
func GenReqDefForDeleteService ¶
func GenReqDefForDeleteService() *def.HttpRequestDef
func GenReqDefForListAlertGroupsByCondition ¶ added in v0.1.100
func GenReqDefForListAlertGroupsByCondition() *def.HttpRequestDef
func GenReqDefForListAlertTemplates ¶ added in v0.1.100
func GenReqDefForListAlertTemplates() *def.HttpRequestDef
func GenReqDefForListAllBranches ¶ added in v0.1.100
func GenReqDefForListAllBranches() *def.HttpRequestDef
func GenReqDefForListAllConfigItemByType ¶ added in v0.1.100
func GenReqDefForListAllConfigItemByType() *def.HttpRequestDef
func GenReqDefForListAllIterators ¶ added in v0.1.100
func GenReqDefForListAllIterators() *def.HttpRequestDef
func GenReqDefForListAttachments ¶ added in v0.1.100
func GenReqDefForListAttachments() *def.HttpRequestDef
func GenReqDefForListBasicAw ¶ added in v0.1.100
func GenReqDefForListBasicAw() *def.HttpRequestDef
func GenReqDefForListBranches ¶ added in v0.1.50
func GenReqDefForListBranches() *def.HttpRequestDef
func GenReqDefForListEnvironments ¶
func GenReqDefForListEnvironments() *def.HttpRequestDef
func GenReqDefForListIssueTree ¶ added in v0.1.100
func GenReqDefForListIssueTree() *def.HttpRequestDef
func GenReqDefForListProjectFieldConfigs ¶ added in v0.1.100
func GenReqDefForListProjectFieldConfigs() *def.HttpRequestDef
func GenReqDefForListProjectTestCaseFields ¶ added in v0.1.100
func GenReqDefForListProjectTestCaseFields() *def.HttpRequestDef
func GenReqDefForListPublicLibAndAws ¶ added in v0.1.100
func GenReqDefForListPublicLibAndAws() *def.HttpRequestDef
func GenReqDefForListReports ¶ added in v0.1.100
func GenReqDefForListReports() *def.HttpRequestDef
func GenReqDefForListResourcePools ¶ added in v0.1.100
func GenReqDefForListResourcePools() *def.HttpRequestDef
func GenReqDefForListTaskTestCases ¶ added in v0.1.100
func GenReqDefForListTaskTestCases() *def.HttpRequestDef
func GenReqDefForListTestCaseHistories ¶ added in v0.1.50
func GenReqDefForListTestCaseHistories() *def.HttpRequestDef
func GenReqDefForListTestCases ¶ added in v0.1.50
func GenReqDefForListTestCases() *def.HttpRequestDef
func GenReqDefForListTestReportsByCondition ¶ added in v0.1.100
func GenReqDefForListTestReportsByCondition() *def.HttpRequestDef
func GenReqDefForListTestTypes ¶ added in v0.1.100
func GenReqDefForListTestTypes() *def.HttpRequestDef
func GenReqDefForListTestcasesByProjectIssuesRelation ¶ added in v0.1.90
func GenReqDefForListTestcasesByProjectIssuesRelation() *def.HttpRequestDef
func GenReqDefForListUsageInfos ¶ added in v0.1.100
func GenReqDefForListUsageInfos() *def.HttpRequestDef
func GenReqDefForListUserDnsMapping ¶ added in v0.1.100
func GenReqDefForListUserDnsMapping() *def.HttpRequestDef
func GenReqDefForListUserPackageUsage ¶ added in v0.1.100
func GenReqDefForListUserPackageUsage() *def.HttpRequestDef
func GenReqDefForListUserPopupInfo ¶ added in v0.1.100
func GenReqDefForListUserPopupInfo() *def.HttpRequestDef
func GenReqDefForListVariables ¶ added in v0.1.100
func GenReqDefForListVariables() *def.HttpRequestDef
func GenReqDefForRunTestCase ¶
func GenReqDefForRunTestCase() *def.HttpRequestDef
func GenReqDefForSaveTaskSetting ¶ added in v0.1.100
func GenReqDefForSaveTaskSetting() *def.HttpRequestDef
func GenReqDefForShowAllConfigValueByTypeAndKey ¶ added in v0.1.100
func GenReqDefForShowAllConfigValueByTypeAndKey() *def.HttpRequestDef
func GenReqDefForShowAllFeatureChildren ¶ added in v0.1.100
func GenReqDefForShowAllFeatureChildren() *def.HttpRequestDef
func GenReqDefForShowApiTestcaseHistories ¶ added in v0.1.50
func GenReqDefForShowApiTestcaseHistories() *def.HttpRequestDef
func GenReqDefForShowBackgroundInfo ¶ added in v0.1.100
func GenReqDefForShowBackgroundInfo() *def.HttpRequestDef
func GenReqDefForShowDisclaimerRecord ¶ added in v0.1.100
func GenReqDefForShowDisclaimerRecord() *def.HttpRequestDef
func GenReqDefForShowDomainInfo ¶ added in v0.1.100
func GenReqDefForShowDomainInfo() *def.HttpRequestDef
func GenReqDefForShowFeatureChildren ¶ added in v0.1.100
func GenReqDefForShowFeatureChildren() *def.HttpRequestDef
func GenReqDefForShowFreeDeclaration ¶ added in v0.1.100
func GenReqDefForShowFreeDeclaration() *def.HttpRequestDef
func GenReqDefForShowIfTaskNameRepeat ¶ added in v0.1.100
func GenReqDefForShowIfTaskNameRepeat() *def.HttpRequestDef
func GenReqDefForShowIfUserNameRepeat ¶ added in v0.1.100
func GenReqDefForShowIfUserNameRepeat() *def.HttpRequestDef
func GenReqDefForShowIssuesByPlanId ¶ added in v0.0.73
func GenReqDefForShowIssuesByPlanId() *def.HttpRequestDef
func GenReqDefForShowIteratorByDefect ¶ added in v0.1.100
func GenReqDefForShowIteratorByDefect() *def.HttpRequestDef
func GenReqDefForShowMindmapByPage ¶ added in v0.1.100
func GenReqDefForShowMindmapByPage() *def.HttpRequestDef
func GenReqDefForShowMindmapCreatorName ¶ added in v0.1.100
func GenReqDefForShowMindmapCreatorName() *def.HttpRequestDef
func GenReqDefForShowPlanJournals ¶ added in v0.0.73
func GenReqDefForShowPlanJournals() *def.HttpRequestDef
func GenReqDefForShowPlanList ¶ added in v0.0.74
func GenReqDefForShowPlanList() *def.HttpRequestDef
func GenReqDefForShowPlans ¶
func GenReqDefForShowPlans() *def.HttpRequestDef
func GenReqDefForShowProgress ¶ added in v0.1.100
func GenReqDefForShowProgress() *def.HttpRequestDef
func GenReqDefForShowProjectDataDashboard ¶ added in v0.1.71
func GenReqDefForShowProjectDataDashboard() *def.HttpRequestDef
func GenReqDefForShowRegisterService ¶
func GenReqDefForShowRegisterService() *def.HttpRequestDef
func GenReqDefForShowReport ¶ added in v0.1.36
func GenReqDefForShowReport() *def.HttpRequestDef
func GenReqDefForShowRequirementsOverview ¶ added in v0.1.100
func GenReqDefForShowRequirementsOverview() *def.HttpRequestDef
func GenReqDefForShowSystemConfigs ¶ added in v0.1.100
func GenReqDefForShowSystemConfigs() *def.HttpRequestDef
func GenReqDefForShowTestCase ¶ added in v0.1.100
func GenReqDefForShowTestCase() *def.HttpRequestDef
func GenReqDefForShowTestCaseAndDefectInfo ¶ added in v0.1.54
func GenReqDefForShowTestCaseAndDefectInfo() *def.HttpRequestDef
func GenReqDefForShowTestCaseDetail ¶
func GenReqDefForShowTestCaseDetail() *def.HttpRequestDef
func GenReqDefForShowTestCaseDetailV2 ¶
func GenReqDefForShowTestCaseDetailV2() *def.HttpRequestDef
func GenReqDefForShowUserAccessInfo ¶ added in v0.1.100
func GenReqDefForShowUserAccessInfo() *def.HttpRequestDef
func GenReqDefForShowUserExecuteTestCaseInfo ¶ added in v0.1.54
func GenReqDefForShowUserExecuteTestCaseInfo() *def.HttpRequestDef
func GenReqDefForUpdateService ¶
func GenReqDefForUpdateService() *def.HttpRequestDef
func GenReqDefForUpdateTestCase ¶
func GenReqDefForUpdateTestCase() *def.HttpRequestDef
func GenReqDefForUpdateTestCaseResult ¶
func GenReqDefForUpdateTestCaseResult() *def.HttpRequestDef
Types ¶
type BatchAddRelationsByOneCaseInvoker ¶ added in v0.1.100
type BatchAddRelationsByOneCaseInvoker struct {
*invoker.BaseInvoker
}
func (*BatchAddRelationsByOneCaseInvoker) Invoke ¶ added in v0.1.100
func (i *BatchAddRelationsByOneCaseInvoker) Invoke() (*model.BatchAddRelationsByOneCaseResponse, error)
type BatchDeleteTestCaseInvoker ¶ added in v0.0.90
type BatchDeleteTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *BatchDeleteTestCaseInvoker) Invoke() (*model.BatchDeleteTestCaseResponse, error)
type BatchDeleteTestReportInvoker ¶ added in v0.1.100
type BatchDeleteTestReportInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteTestReportInvoker) Invoke ¶ added in v0.1.100
func (i *BatchDeleteTestReportInvoker) Invoke() (*model.BatchDeleteTestReportResponse, error)
type CheckPermissionInvoker ¶ added in v0.1.100
type CheckPermissionInvoker struct {
*invoker.BaseInvoker
}
func (*CheckPermissionInvoker) Invoke ¶ added in v0.1.100
func (i *CheckPermissionInvoker) Invoke() (*model.CheckPermissionResponse, error)
type CloudtestClient ¶
type CloudtestClient struct {
HcClient *httpclient.HcHttpClient
}
func NewCloudtestClient ¶
func NewCloudtestClient(hcClient *httpclient.HcHttpClient) *CloudtestClient
func (*CloudtestClient) BatchAddRelationsByOneCase ¶ added in v0.1.100
func (c *CloudtestClient) BatchAddRelationsByOneCase(request *model.BatchAddRelationsByOneCaseRequest) (*model.BatchAddRelationsByOneCaseResponse, error)
BatchAddRelationsByOneCase 添加需求/缺陷和多个用例关联关系
添加需求/缺陷和多个用例关联关系
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) BatchAddRelationsByOneCaseInvoker ¶ added in v0.1.100
func (c *CloudtestClient) BatchAddRelationsByOneCaseInvoker(request *model.BatchAddRelationsByOneCaseRequest) *BatchAddRelationsByOneCaseInvoker
BatchAddRelationsByOneCaseInvoker 添加需求/缺陷和多个用例关联关系
func (*CloudtestClient) BatchDeleteTestCase ¶
func (c *CloudtestClient) BatchDeleteTestCase(request *model.BatchDeleteTestCaseRequest) (*model.BatchDeleteTestCaseResponse, error)
BatchDeleteTestCase 批量删除自定义测试服务类型用例
批量删除自定义测试服务类型用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) BatchDeleteTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) BatchDeleteTestCaseInvoker(request *model.BatchDeleteTestCaseRequest) *BatchDeleteTestCaseInvoker
BatchDeleteTestCaseInvoker 批量删除自定义测试服务类型用例
func (*CloudtestClient) BatchDeleteTestReport ¶ added in v0.1.100
func (c *CloudtestClient) BatchDeleteTestReport(request *model.BatchDeleteTestReportRequest) (*model.BatchDeleteTestReportResponse, error)
BatchDeleteTestReport 根据测试报告uri列表,删除测试报告
根据测试报告uri列表,删除测试报告
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) BatchDeleteTestReportInvoker ¶ added in v0.1.100
func (c *CloudtestClient) BatchDeleteTestReportInvoker(request *model.BatchDeleteTestReportRequest) *BatchDeleteTestReportInvoker
BatchDeleteTestReportInvoker 根据测试报告uri列表,删除测试报告
func (*CloudtestClient) CheckPermission ¶ added in v0.1.100
func (c *CloudtestClient) CheckPermission(request *model.CheckPermissionRequest) (*model.CheckPermissionResponse, error)
CheckPermission 检查项目权限
检查项目权限
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CheckPermissionInvoker ¶ added in v0.1.100
func (c *CloudtestClient) CheckPermissionInvoker(request *model.CheckPermissionRequest) *CheckPermissionInvoker
CheckPermissionInvoker 检查项目权限
func (*CloudtestClient) CreateApiTestSuiteByRepoFile ¶
func (c *CloudtestClient) CreateApiTestSuiteByRepoFile(request *model.CreateApiTestSuiteByRepoFileRequest) (*model.CreateApiTestSuiteByRepoFileResponse, error)
CreateApiTestSuiteByRepoFile 通过导入仓库中的文件生成接口测试套
通过导入仓库中的文件生成接口测试套
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateApiTestSuiteByRepoFileInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateApiTestSuiteByRepoFileInvoker(request *model.CreateApiTestSuiteByRepoFileRequest) *CreateApiTestSuiteByRepoFileInvoker
CreateApiTestSuiteByRepoFileInvoker 通过导入仓库中的文件生成接口测试套
func (*CloudtestClient) CreatePlan ¶
func (c *CloudtestClient) CreatePlan(request *model.CreatePlanRequest) (*model.CreatePlanResponse, error)
CreatePlan 项目下创建计划
项目下创建计划
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreatePlanInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreatePlanInvoker(request *model.CreatePlanRequest) *CreatePlanInvoker
CreatePlanInvoker 项目下创建计划
func (*CloudtestClient) CreateRelationsByOneCase ¶ added in v0.1.100
func (c *CloudtestClient) CreateRelationsByOneCase(request *model.CreateRelationsByOneCaseRequest) (*model.CreateRelationsByOneCaseResponse, error)
CreateRelationsByOneCase 添加一个用例和多个需求/缺陷关联关系
添加一个用例和多个需求/缺陷关联关系
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateRelationsByOneCaseInvoker ¶ added in v0.1.100
func (c *CloudtestClient) CreateRelationsByOneCaseInvoker(request *model.CreateRelationsByOneCaseRequest) *CreateRelationsByOneCaseInvoker
CreateRelationsByOneCaseInvoker 添加一个用例和多个需求/缺陷关联关系
func (*CloudtestClient) CreateResourceUri ¶ added in v0.1.100
func (c *CloudtestClient) CreateResourceUri(request *model.CreateResourceUriRequest) (*model.CreateResourceUriResponse, error)
CreateResourceUri 生成资源URI
生成资源URI
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateResourceUriInvoker ¶ added in v0.1.100
func (c *CloudtestClient) CreateResourceUriInvoker(request *model.CreateResourceUriRequest) *CreateResourceUriInvoker
CreateResourceUriInvoker 生成资源URI
func (*CloudtestClient) CreateService ¶
func (c *CloudtestClient) CreateService(request *model.CreateServiceRequest) (*model.CreateServiceResponse, error)
CreateService 新测试类型服务注册
通过接口CreateService注册成为自定义服务。 注册完成后界面将会出现此自定义测试类型。
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateServiceInvoker(request *model.CreateServiceRequest) *CreateServiceInvoker
CreateServiceInvoker 新测试类型服务注册
func (*CloudtestClient) CreateTestCase ¶
func (c *CloudtestClient) CreateTestCase(request *model.CreateTestCaseRequest) (*model.CreateTestCaseResponse, error)
CreateTestCase 创建自定义测试服务类型用例
创建自定义测试服务类型用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateTestCaseInPlan ¶
func (c *CloudtestClient) CreateTestCaseInPlan(request *model.CreateTestCaseInPlanRequest) (*model.CreateTestCaseInPlanResponse, error)
CreateTestCaseInPlan 计划中批量添加测试用例
计划中批量添加测试用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateTestCaseInPlanInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateTestCaseInPlanInvoker(request *model.CreateTestCaseInPlanRequest) *CreateTestCaseInPlanInvoker
CreateTestCaseInPlanInvoker 计划中批量添加测试用例
func (*CloudtestClient) CreateTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateTestCaseInvoker(request *model.CreateTestCaseRequest) *CreateTestCaseInvoker
CreateTestCaseInvoker 创建自定义测试服务类型用例
func (*CloudtestClient) DeleteRelationsByOneCase ¶ added in v0.1.100
func (c *CloudtestClient) DeleteRelationsByOneCase(request *model.DeleteRelationsByOneCaseRequest) (*model.DeleteRelationsByOneCaseResponse, error)
DeleteRelationsByOneCase 删除一个用例和多个需求/缺陷关联关系
删除一个用例和多个需求/缺陷关联关系
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) DeleteRelationsByOneCaseInvoker ¶ added in v0.1.100
func (c *CloudtestClient) DeleteRelationsByOneCaseInvoker(request *model.DeleteRelationsByOneCaseRequest) *DeleteRelationsByOneCaseInvoker
DeleteRelationsByOneCaseInvoker 删除一个用例和多个需求/缺陷关联关系
func (*CloudtestClient) DeleteService ¶
func (c *CloudtestClient) DeleteService(request *model.DeleteServiceRequest) (*model.DeleteServiceResponse, error)
DeleteService 删除已注册服务
删除已注册服务
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) DeleteServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) DeleteServiceInvoker(request *model.DeleteServiceRequest) *DeleteServiceInvoker
DeleteServiceInvoker 删除已注册服务
func (*CloudtestClient) ListAlertGroupsByCondition ¶ added in v0.1.100
func (c *CloudtestClient) ListAlertGroupsByCondition(request *model.ListAlertGroupsByConditionRequest) (*model.ListAlertGroupsByConditionResponse, error)
ListAlertGroupsByCondition 查询告警组列表
查询告警组列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListAlertGroupsByConditionInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListAlertGroupsByConditionInvoker(request *model.ListAlertGroupsByConditionRequest) *ListAlertGroupsByConditionInvoker
ListAlertGroupsByConditionInvoker 查询告警组列表
func (*CloudtestClient) ListAlertTemplates ¶ added in v0.1.100
func (c *CloudtestClient) ListAlertTemplates(request *model.ListAlertTemplatesRequest) (*model.ListAlertTemplatesResponse, error)
ListAlertTemplates 查询告警模板
查询告警模板
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListAlertTemplatesInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListAlertTemplatesInvoker(request *model.ListAlertTemplatesRequest) *ListAlertTemplatesInvoker
ListAlertTemplatesInvoker 查询告警模板
func (*CloudtestClient) ListAllBranches ¶ added in v0.1.100
func (c *CloudtestClient) ListAllBranches(request *model.ListAllBranchesRequest) (*model.ListAllBranchesResponse, error)
ListAllBranches 获取分支列表
获取分支列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListAllBranchesInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListAllBranchesInvoker(request *model.ListAllBranchesRequest) *ListAllBranchesInvoker
ListAllBranchesInvoker 获取分支列表
func (*CloudtestClient) ListAllConfigItemByType ¶ added in v0.1.100
func (c *CloudtestClient) ListAllConfigItemByType(request *model.ListAllConfigItemByTypeRequest) (*model.ListAllConfigItemByTypeResponse, error)
ListAllConfigItemByType 查询任务告警信息
查询任务告警信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListAllConfigItemByTypeInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListAllConfigItemByTypeInvoker(request *model.ListAllConfigItemByTypeRequest) *ListAllConfigItemByTypeInvoker
ListAllConfigItemByTypeInvoker 查询任务告警信息
func (*CloudtestClient) ListAllIterators ¶ added in v0.1.100
func (c *CloudtestClient) ListAllIterators(request *model.ListAllIteratorsRequest) (*model.ListAllIteratorsResponse, error)
ListAllIterators 查询项目下所有迭代计划
查询项目下所有迭代计划
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListAllIteratorsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListAllIteratorsInvoker(request *model.ListAllIteratorsRequest) *ListAllIteratorsInvoker
ListAllIteratorsInvoker 查询项目下所有迭代计划
func (*CloudtestClient) ListAttachments ¶ added in v0.1.100
func (c *CloudtestClient) ListAttachments(request *model.ListAttachmentsRequest) (*model.ListAttachmentsResponse, error)
ListAttachments 查询附件列表
查询附件列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListAttachmentsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListAttachmentsInvoker(request *model.ListAttachmentsRequest) *ListAttachmentsInvoker
ListAttachmentsInvoker 查询附件列表
func (*CloudtestClient) ListBasicAw ¶ added in v0.1.100
func (c *CloudtestClient) ListBasicAw(request *model.ListBasicAwRequest) (*model.ListBasicAwResponse, error)
ListBasicAw 根据id获取单个basicAW信息
根据id获取单个basicAW信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListBasicAwInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListBasicAwInvoker(request *model.ListBasicAwRequest) *ListBasicAwInvoker
ListBasicAwInvoker 根据id获取单个basicAW信息
func (*CloudtestClient) ListBranches ¶ added in v0.1.50
func (c *CloudtestClient) ListBranches(request *model.ListBranchesRequest) (*model.ListBranchesResponse, error)
ListBranches 获取分支列表
获取分支列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListBranchesInvoker ¶ added in v0.1.50
func (c *CloudtestClient) ListBranchesInvoker(request *model.ListBranchesRequest) *ListBranchesInvoker
ListBranchesInvoker 获取分支列表
func (*CloudtestClient) ListEnvironments ¶
func (c *CloudtestClient) ListEnvironments(request *model.ListEnvironmentsRequest) (*model.ListEnvironmentsResponse, error)
ListEnvironments 获取环境参数分组列表
获取环境参数分组列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListEnvironmentsInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ListEnvironmentsInvoker(request *model.ListEnvironmentsRequest) *ListEnvironmentsInvoker
ListEnvironmentsInvoker 获取环境参数分组列表
func (*CloudtestClient) ListIssueTree ¶ added in v0.1.100
func (c *CloudtestClient) ListIssueTree(request *model.ListIssueTreeRequest) (*model.ListIssueTreeResponse, error)
ListIssueTree 查询需求树
查询需求树
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListIssueTreeInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListIssueTreeInvoker(request *model.ListIssueTreeRequest) *ListIssueTreeInvoker
ListIssueTreeInvoker 查询需求树
func (*CloudtestClient) ListProjectFieldConfigs ¶ added in v0.1.100
func (c *CloudtestClient) ListProjectFieldConfigs(request *model.ListProjectFieldConfigsRequest) (*model.ListProjectFieldConfigsResponse, error)
ListProjectFieldConfigs 查询项目字段配置
查询项目字段配置
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListProjectFieldConfigsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListProjectFieldConfigsInvoker(request *model.ListProjectFieldConfigsRequest) *ListProjectFieldConfigsInvoker
ListProjectFieldConfigsInvoker 查询项目字段配置
func (*CloudtestClient) ListProjectTestCaseFields ¶ added in v0.1.100
func (c *CloudtestClient) ListProjectTestCaseFields(request *model.ListProjectTestCaseFieldsRequest) (*model.ListProjectTestCaseFieldsResponse, error)
ListProjectTestCaseFields 获取项目测试用例自定义字段列表
获取项目测试用例自定义字段列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListProjectTestCaseFieldsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListProjectTestCaseFieldsInvoker(request *model.ListProjectTestCaseFieldsRequest) *ListProjectTestCaseFieldsInvoker
ListProjectTestCaseFieldsInvoker 获取项目测试用例自定义字段列表
func (*CloudtestClient) ListPublicLibAndAws ¶ added in v0.1.100
func (c *CloudtestClient) ListPublicLibAndAws(request *model.ListPublicLibAndAwsRequest) (*model.ListPublicLibAndAwsResponse, error)
ListPublicLibAndAws 获取工程关联的公共aw信息和公共aw所属公共aw库信息
获取工程关联的公共aw信息和公共aw所属公共aw库信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListPublicLibAndAwsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListPublicLibAndAwsInvoker(request *model.ListPublicLibAndAwsRequest) *ListPublicLibAndAwsInvoker
ListPublicLibAndAwsInvoker 获取工程关联的公共aw信息和公共aw所属公共aw库信息
func (*CloudtestClient) ListReports ¶ added in v0.1.100
func (c *CloudtestClient) ListReports(request *model.ListReportsRequest) (*model.ListReportsResponse, error)
ListReports 页面报表展示
页面报表展示
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListReportsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListReportsInvoker(request *model.ListReportsRequest) *ListReportsInvoker
ListReportsInvoker 页面报表展示
func (*CloudtestClient) ListResourcePools ¶ added in v0.1.100
func (c *CloudtestClient) ListResourcePools(request *model.ListResourcePoolsRequest) (*model.ListResourcePoolsResponse, error)
ListResourcePools 获取资源池列表
获取资源池列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListResourcePoolsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListResourcePoolsInvoker(request *model.ListResourcePoolsRequest) *ListResourcePoolsInvoker
ListResourcePoolsInvoker 获取资源池列表
func (*CloudtestClient) ListTaskTestCases ¶ added in v0.1.100
func (c *CloudtestClient) ListTaskTestCases(request *model.ListTaskTestCasesRequest) (*model.ListTaskTestCasesResponse, error)
ListTaskTestCases 查询用例关联的测试任务列表
查询用例关联的测试任务列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListTaskTestCasesInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListTaskTestCasesInvoker(request *model.ListTaskTestCasesRequest) *ListTaskTestCasesInvoker
ListTaskTestCasesInvoker 查询用例关联的测试任务列表
func (*CloudtestClient) ListTestCaseHistories ¶ added in v0.1.50
func (c *CloudtestClient) ListTestCaseHistories(request *model.ListTestCaseHistoriesRequest) (*model.ListTestCaseHistoriesResponse, error)
ListTestCaseHistories 查询用例修改历史记录
查询用例修改历史记录
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListTestCaseHistoriesInvoker ¶ added in v0.1.50
func (c *CloudtestClient) ListTestCaseHistoriesInvoker(request *model.ListTestCaseHistoriesRequest) *ListTestCaseHistoriesInvoker
ListTestCaseHistoriesInvoker 查询用例修改历史记录
func (*CloudtestClient) ListTestCases ¶ added in v0.1.50
func (c *CloudtestClient) ListTestCases(request *model.ListTestCasesRequest) (*model.ListTestCasesResponse, error)
ListTestCases 查询用例列表
查询用例列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListTestCasesInvoker ¶ added in v0.1.50
func (c *CloudtestClient) ListTestCasesInvoker(request *model.ListTestCasesRequest) *ListTestCasesInvoker
ListTestCasesInvoker 查询用例列表
func (*CloudtestClient) ListTestReportsByCondition ¶ added in v0.1.100
func (c *CloudtestClient) ListTestReportsByCondition(request *model.ListTestReportsByConditionRequest) (*model.ListTestReportsByConditionResponse, error)
ListTestReportsByCondition 根据查询条件获取测试报告列表
根据查询条件获取测试报告列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListTestReportsByConditionInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListTestReportsByConditionInvoker(request *model.ListTestReportsByConditionRequest) *ListTestReportsByConditionInvoker
ListTestReportsByConditionInvoker 根据查询条件获取测试报告列表
func (*CloudtestClient) ListTestTypes ¶ added in v0.1.100
func (c *CloudtestClient) ListTestTypes(request *model.ListTestTypesRequest) (*model.ListTestTypesResponse, error)
ListTestTypes 获取测试类型列表
获取测试类型列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListTestTypesInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListTestTypesInvoker(request *model.ListTestTypesRequest) *ListTestTypesInvoker
ListTestTypesInvoker 获取测试类型列表
func (*CloudtestClient) ListTestcasesByProjectIssuesRelation ¶ added in v0.1.90
func (c *CloudtestClient) ListTestcasesByProjectIssuesRelation(request *model.ListTestcasesByProjectIssuesRelationRequest) (*model.ListTestcasesByProjectIssuesRelationResponse, error)
ListTestcasesByProjectIssuesRelation 查询项目下关联了需求的用例列表
查询项目下关联了需求的用例列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListTestcasesByProjectIssuesRelationInvoker ¶ added in v0.1.90
func (c *CloudtestClient) ListTestcasesByProjectIssuesRelationInvoker(request *model.ListTestcasesByProjectIssuesRelationRequest) *ListTestcasesByProjectIssuesRelationInvoker
ListTestcasesByProjectIssuesRelationInvoker 查询项目下关联了需求的用例列表
func (*CloudtestClient) ListUsageInfos ¶ added in v0.1.100
func (c *CloudtestClient) ListUsageInfos(request *model.ListUsageInfosRequest) (*model.ListUsageInfosResponse, error)
ListUsageInfos 获取租户订单已用资源信息
获取租户订单已用资源信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListUsageInfosInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListUsageInfosInvoker(request *model.ListUsageInfosRequest) *ListUsageInfosInvoker
ListUsageInfosInvoker 获取租户订单已用资源信息
func (*CloudtestClient) ListUserDnsMapping ¶ added in v0.1.100
func (c *CloudtestClient) ListUserDnsMapping(request *model.ListUserDnsMappingRequest) (*model.ListUserDnsMappingResponse, error)
ListUserDnsMapping 查询用户DNS映射
查询用户DNS映射
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListUserDnsMappingInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListUserDnsMappingInvoker(request *model.ListUserDnsMappingRequest) *ListUserDnsMappingInvoker
ListUserDnsMappingInvoker 查询用户DNS映射
func (*CloudtestClient) ListUserPackageUsage ¶ added in v0.1.100
func (c *CloudtestClient) ListUserPackageUsage(request *model.ListUserPackageUsageRequest) (*model.ListUserPackageUsageResponse, error)
ListUserPackageUsage ListUserPackageUsage
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListUserPackageUsageInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListUserPackageUsageInvoker(request *model.ListUserPackageUsageRequest) *ListUserPackageUsageInvoker
ListUserPackageUsageInvoker ListUserPackageUsage
func (*CloudtestClient) ListUserPopupInfo ¶ added in v0.1.100
func (c *CloudtestClient) ListUserPopupInfo(request *model.ListUserPopupInfoRequest) (*model.ListUserPopupInfoResponse, error)
ListUserPopupInfo ListUserPopupInfo
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListUserPopupInfoInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListUserPopupInfoInvoker(request *model.ListUserPopupInfoRequest) *ListUserPopupInfoInvoker
ListUserPopupInfoInvoker ListUserPopupInfo
func (*CloudtestClient) ListVariables ¶ added in v0.1.100
func (c *CloudtestClient) ListVariables(request *model.ListVariablesRequest) (*model.ListVariablesResponse, error)
ListVariables 查询全局变量参数列表V4
查询全局变量参数列表V4
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListVariablesInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ListVariablesInvoker(request *model.ListVariablesRequest) *ListVariablesInvoker
ListVariablesInvoker 查询全局变量参数列表V4
func (*CloudtestClient) RunTestCase ¶
func (c *CloudtestClient) RunTestCase(request *model.RunTestCaseRequest) (*model.RunTestCaseResponse, error)
RunTestCase 批量执行测试用例
批量执行测试用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) RunTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) RunTestCaseInvoker(request *model.RunTestCaseRequest) *RunTestCaseInvoker
RunTestCaseInvoker 批量执行测试用例
func (*CloudtestClient) SaveTaskSetting ¶ added in v0.1.100
func (c *CloudtestClient) SaveTaskSetting(request *model.SaveTaskSettingRequest) (*model.SaveTaskSettingResponse, error)
SaveTaskSetting 保存任务配置
保存任务配置
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) SaveTaskSettingInvoker ¶ added in v0.1.100
func (c *CloudtestClient) SaveTaskSettingInvoker(request *model.SaveTaskSettingRequest) *SaveTaskSettingInvoker
SaveTaskSettingInvoker 保存任务配置
func (*CloudtestClient) ShowAllConfigValueByTypeAndKey ¶ added in v0.1.100
func (c *CloudtestClient) ShowAllConfigValueByTypeAndKey(request *model.ShowAllConfigValueByTypeAndKeyRequest) (*model.ShowAllConfigValueByTypeAndKeyResponse, error)
ShowAllConfigValueByTypeAndKey 查询任务配置
查询任务配置
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowAllConfigValueByTypeAndKeyInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowAllConfigValueByTypeAndKeyInvoker(request *model.ShowAllConfigValueByTypeAndKeyRequest) *ShowAllConfigValueByTypeAndKeyInvoker
ShowAllConfigValueByTypeAndKeyInvoker 查询任务配置
func (*CloudtestClient) ShowAllFeatureChildren ¶ added in v0.1.100
func (c *CloudtestClient) ShowAllFeatureChildren(request *model.ShowAllFeatureChildrenRequest) (*model.ShowAllFeatureChildrenResponse, error)
ShowAllFeatureChildren 获取特性树V5
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowAllFeatureChildrenInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowAllFeatureChildrenInvoker(request *model.ShowAllFeatureChildrenRequest) *ShowAllFeatureChildrenInvoker
ShowAllFeatureChildrenInvoker 获取特性树V5
func (*CloudtestClient) ShowApiTestcaseHistories ¶ added in v0.1.50
func (c *CloudtestClient) ShowApiTestcaseHistories(request *model.ShowApiTestcaseHistoriesRequest) (*model.ShowApiTestcaseHistoriesResponse, error)
ShowApiTestcaseHistories 获取用例历史执行数据
获取用例历史执行数据
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowApiTestcaseHistoriesInvoker ¶ added in v0.1.50
func (c *CloudtestClient) ShowApiTestcaseHistoriesInvoker(request *model.ShowApiTestcaseHistoriesRequest) *ShowApiTestcaseHistoriesInvoker
ShowApiTestcaseHistoriesInvoker 获取用例历史执行数据
func (*CloudtestClient) ShowBackgroundInfo ¶ added in v0.1.100
func (c *CloudtestClient) ShowBackgroundInfo(request *model.ShowBackgroundInfoRequest) (*model.ShowBackgroundInfoResponse, error)
ShowBackgroundInfo 获取测试报告的模板设置
获取测试报告的模板设置
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowBackgroundInfoInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowBackgroundInfoInvoker(request *model.ShowBackgroundInfoRequest) *ShowBackgroundInfoInvoker
ShowBackgroundInfoInvoker 获取测试报告的模板设置
func (*CloudtestClient) ShowDisclaimerRecord ¶ added in v0.1.100
func (c *CloudtestClient) ShowDisclaimerRecord(request *model.ShowDisclaimerRecordRequest) (*model.ShowDisclaimerRecordResponse, error)
ShowDisclaimerRecord 查询用户免责声明
查询用户免责声明
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowDisclaimerRecordInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowDisclaimerRecordInvoker(request *model.ShowDisclaimerRecordRequest) *ShowDisclaimerRecordInvoker
ShowDisclaimerRecordInvoker 查询用户免责声明
func (*CloudtestClient) ShowDomainInfo ¶ added in v0.1.100
func (c *CloudtestClient) ShowDomainInfo(request *model.ShowDomainInfoRequest) (*model.ShowDomainInfoResponse, error)
ShowDomainInfo 根据domainId获取加密的testbirdkey
根据domainId获取加密的testbirdkey
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowDomainInfoInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowDomainInfoInvoker(request *model.ShowDomainInfoRequest) *ShowDomainInfoInvoker
ShowDomainInfoInvoker 根据domainId获取加密的testbirdkey
func (*CloudtestClient) ShowFeatureChildren ¶ added in v0.1.100
func (c *CloudtestClient) ShowFeatureChildren(request *model.ShowFeatureChildrenRequest) (*model.ShowFeatureChildrenResponse, error)
ShowFeatureChildren 获取目录\\特性树
获取目录\\特性树
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowFeatureChildrenInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowFeatureChildrenInvoker(request *model.ShowFeatureChildrenRequest) *ShowFeatureChildrenInvoker
ShowFeatureChildrenInvoker 获取目录\\特性树
func (*CloudtestClient) ShowFreeDeclaration ¶ added in v0.1.100
func (c *CloudtestClient) ShowFreeDeclaration(request *model.ShowFreeDeclarationRequest) (*model.ShowFreeDeclarationResponse, error)
ShowFreeDeclaration 查询限时免费用户免责声明记录
查询限时免费用户免责声明记录
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowFreeDeclarationInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowFreeDeclarationInvoker(request *model.ShowFreeDeclarationRequest) *ShowFreeDeclarationInvoker
ShowFreeDeclarationInvoker 查询限时免费用户免责声明记录
func (*CloudtestClient) ShowIfTaskNameRepeat ¶ added in v0.1.100
func (c *CloudtestClient) ShowIfTaskNameRepeat(request *model.ShowIfTaskNameRepeatRequest) (*model.ShowIfTaskNameRepeatResponse, error)
ShowIfTaskNameRepeat 查询告警模板名称是否重复
查询告警模板名称是否重复
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowIfTaskNameRepeatInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowIfTaskNameRepeatInvoker(request *model.ShowIfTaskNameRepeatRequest) *ShowIfTaskNameRepeatInvoker
ShowIfTaskNameRepeatInvoker 查询告警模板名称是否重复
func (*CloudtestClient) ShowIfUserNameRepeat ¶ added in v0.1.100
func (c *CloudtestClient) ShowIfUserNameRepeat(request *model.ShowIfUserNameRepeatRequest) (*model.ShowIfUserNameRepeatResponse, error)
ShowIfUserNameRepeat 查询告警组用户名是否重复
查询告警组用户名是否重复
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowIfUserNameRepeatInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowIfUserNameRepeatInvoker(request *model.ShowIfUserNameRepeatRequest) *ShowIfUserNameRepeatInvoker
ShowIfUserNameRepeatInvoker 查询告警组用户名是否重复
func (*CloudtestClient) ShowIssuesByPlanId ¶ added in v0.0.73
func (c *CloudtestClient) ShowIssuesByPlanId(request *model.ShowIssuesByPlanIdRequest) (*model.ShowIssuesByPlanIdResponse, error)
ShowIssuesByPlanId 查询某个测试计划下的需求树
查询某个测试计划下的需求列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowIssuesByPlanIdInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowIssuesByPlanIdInvoker(request *model.ShowIssuesByPlanIdRequest) *ShowIssuesByPlanIdInvoker
ShowIssuesByPlanIdInvoker 查询某个测试计划下的需求树
func (*CloudtestClient) ShowIteratorByDefect ¶ added in v0.1.100
func (c *CloudtestClient) ShowIteratorByDefect(request *model.ShowIteratorByDefectRequest) (*model.ShowIteratorByDefectResponse, error)
ShowIteratorByDefect 查询缺陷相关联测试计划
查询缺陷相关联测试计划
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowIteratorByDefectInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowIteratorByDefectInvoker(request *model.ShowIteratorByDefectRequest) *ShowIteratorByDefectInvoker
ShowIteratorByDefectInvoker 查询缺陷相关联测试计划
func (*CloudtestClient) ShowMindmapByPage ¶ added in v0.1.100
func (c *CloudtestClient) ShowMindmapByPage(request *model.ShowMindmapByPageRequest) (*model.ShowMindmapByPageResponse, error)
ShowMindmapByPage 根据条件分页获取脑图对象V3
根据条件分页获取脑图对象V3
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowMindmapByPageInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowMindmapByPageInvoker(request *model.ShowMindmapByPageRequest) *ShowMindmapByPageInvoker
ShowMindmapByPageInvoker 根据条件分页获取脑图对象V3
func (*CloudtestClient) ShowMindmapCreatorName ¶ added in v0.1.100
func (c *CloudtestClient) ShowMindmapCreatorName(request *model.ShowMindmapCreatorNameRequest) (*model.ShowMindmapCreatorNameResponse, error)
ShowMindmapCreatorName 获取脑图创建人V2
获取脑图创建人V2
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowMindmapCreatorNameInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowMindmapCreatorNameInvoker(request *model.ShowMindmapCreatorNameRequest) *ShowMindmapCreatorNameInvoker
ShowMindmapCreatorNameInvoker 获取脑图创建人V2
func (*CloudtestClient) ShowPlanJournals ¶ added in v0.0.73
func (c *CloudtestClient) ShowPlanJournals(request *model.ShowPlanJournalsRequest) (*model.ShowPlanJournalsResponse, error)
ShowPlanJournals 查询某测试计划下的操作历史
查询某测试计划下的操作历史
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowPlanJournalsInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowPlanJournalsInvoker(request *model.ShowPlanJournalsRequest) *ShowPlanJournalsInvoker
ShowPlanJournalsInvoker 查询某测试计划下的操作历史
func (*CloudtestClient) ShowPlanList ¶ added in v0.0.74
func (c *CloudtestClient) ShowPlanList(request *model.ShowPlanListRequest) (*model.ShowPlanListResponse, error)
ShowPlanList 项目下查询测试计划列表v2
项目下查询测试计划列表v2
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowPlanListInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowPlanListInvoker(request *model.ShowPlanListRequest) *ShowPlanListInvoker
ShowPlanListInvoker 项目下查询测试计划列表v2
func (*CloudtestClient) ShowPlans ¶
func (c *CloudtestClient) ShowPlans(request *model.ShowPlansRequest) (*model.ShowPlansResponse, error)
ShowPlans 项目下查询测试计划列表
项目下查询测试计划列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowPlansInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowPlansInvoker(request *model.ShowPlansRequest) *ShowPlansInvoker
ShowPlansInvoker 项目下查询测试计划列表
func (*CloudtestClient) ShowProgress ¶ added in v0.1.100
func (c *CloudtestClient) ShowProgress(request *model.ShowProgressRequest) (*model.ShowProgressResponse, error)
ShowProgress 获取异步进度
获取异步进度
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowProgressInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowProgressInvoker(request *model.ShowProgressRequest) *ShowProgressInvoker
ShowProgressInvoker 获取异步进度
func (*CloudtestClient) ShowProjectDataDashboard ¶ added in v0.1.71
func (c *CloudtestClient) ShowProjectDataDashboard(request *model.ShowProjectDataDashboardRequest) (*model.ShowProjectDataDashboardResponse, error)
ShowProjectDataDashboard 查询质量报告看板统计信息
查询质量报告看板统计信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowProjectDataDashboardInvoker ¶ added in v0.1.71
func (c *CloudtestClient) ShowProjectDataDashboardInvoker(request *model.ShowProjectDataDashboardRequest) *ShowProjectDataDashboardInvoker
ShowProjectDataDashboardInvoker 查询质量报告看板统计信息
func (*CloudtestClient) ShowRegisterService ¶
func (c *CloudtestClient) ShowRegisterService(request *model.ShowRegisterServiceRequest) (*model.ShowRegisterServiceResponse, error)
ShowRegisterService 用户获取自己当前已经注册的服务
用户获取自己当前已经注册的服务
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowRegisterServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowRegisterServiceInvoker(request *model.ShowRegisterServiceRequest) *ShowRegisterServiceInvoker
ShowRegisterServiceInvoker 用户获取自己当前已经注册的服务
func (*CloudtestClient) ShowReport ¶ added in v0.1.36
func (c *CloudtestClient) ShowReport(request *model.ShowReportRequest) (*model.ShowReportResponse, error)
ShowReport 实时计算单个自定义报表
实时计算单个自定义报表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowReportInvoker ¶ added in v0.1.36
func (c *CloudtestClient) ShowReportInvoker(request *model.ShowReportRequest) *ShowReportInvoker
ShowReportInvoker 实时计算单个自定义报表
func (*CloudtestClient) ShowRequirementsOverview ¶ added in v0.1.100
func (c *CloudtestClient) ShowRequirementsOverview(request *model.ShowRequirementsOverviewRequest) (*model.ShowRequirementsOverviewResponse, error)
ShowRequirementsOverview 质量报告需求测试情况统计
质量报告需求测试情况统计
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowRequirementsOverviewInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowRequirementsOverviewInvoker(request *model.ShowRequirementsOverviewRequest) *ShowRequirementsOverviewInvoker
ShowRequirementsOverviewInvoker 质量报告需求测试情况统计
func (*CloudtestClient) ShowSystemConfigs ¶ added in v0.1.100
func (c *CloudtestClient) ShowSystemConfigs(request *model.ShowSystemConfigsRequest) (*model.ShowSystemConfigsResponse, error)
ShowSystemConfigs 根据入参动态查询系统配置中的信息
根据入参动态查询系统配置中的信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowSystemConfigsInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowSystemConfigsInvoker(request *model.ShowSystemConfigsRequest) *ShowSystemConfigsInvoker
ShowSystemConfigsInvoker 根据入参动态查询系统配置中的信息
func (*CloudtestClient) ShowTestCase ¶ added in v0.1.100
func (c *CloudtestClient) ShowTestCase(request *model.ShowTestCaseRequest) (*model.ShowTestCaseResponse, error)
ShowTestCase 查询用例详情
查询用例详情
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowTestCaseAndDefectInfo ¶ added in v0.1.54
func (c *CloudtestClient) ShowTestCaseAndDefectInfo(request *model.ShowTestCaseAndDefectInfoRequest) (*model.ShowTestCaseAndDefectInfoResponse, error)
ShowTestCaseAndDefectInfo 查询用户用例关联缺陷的统计信息
查询用户用例关联缺陷的统计信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowTestCaseAndDefectInfoInvoker ¶ added in v0.1.54
func (c *CloudtestClient) ShowTestCaseAndDefectInfoInvoker(request *model.ShowTestCaseAndDefectInfoRequest) *ShowTestCaseAndDefectInfoInvoker
ShowTestCaseAndDefectInfoInvoker 查询用户用例关联缺陷的统计信息
func (*CloudtestClient) ShowTestCaseDetail ¶
func (c *CloudtestClient) ShowTestCaseDetail(request *model.ShowTestCaseDetailRequest) (*model.ShowTestCaseDetailResponse, error)
ShowTestCaseDetail 获取测试用例详情
获取测试用例详情
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowTestCaseDetailInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowTestCaseDetailInvoker(request *model.ShowTestCaseDetailRequest) *ShowTestCaseDetailInvoker
ShowTestCaseDetailInvoker 获取测试用例详情
func (*CloudtestClient) ShowTestCaseDetailV2 ¶
func (c *CloudtestClient) ShowTestCaseDetailV2(request *model.ShowTestCaseDetailV2Request) (*model.ShowTestCaseDetailV2Response, error)
ShowTestCaseDetailV2 通过用例编号获取测试用例详情
通过用例编号获取测试用例详情
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowTestCaseDetailV2Invoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowTestCaseDetailV2Invoker(request *model.ShowTestCaseDetailV2Request) *ShowTestCaseDetailV2Invoker
ShowTestCaseDetailV2Invoker 通过用例编号获取测试用例详情
func (*CloudtestClient) ShowTestCaseInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowTestCaseInvoker(request *model.ShowTestCaseRequest) *ShowTestCaseInvoker
ShowTestCaseInvoker 查询用例详情
func (*CloudtestClient) ShowUserAccessInfo ¶ added in v0.1.100
func (c *CloudtestClient) ShowUserAccessInfo(request *model.ShowUserAccessInfoRequest) (*model.ShowUserAccessInfoResponse, error)
ShowUserAccessInfo 获取租户订单信息
获取租户订单信息
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowUserAccessInfoInvoker ¶ added in v0.1.100
func (c *CloudtestClient) ShowUserAccessInfoInvoker(request *model.ShowUserAccessInfoRequest) *ShowUserAccessInfoInvoker
ShowUserAccessInfoInvoker 获取租户订单信息
func (*CloudtestClient) ShowUserExecuteTestCaseInfo ¶ added in v0.1.54
func (c *CloudtestClient) ShowUserExecuteTestCaseInfo(request *model.ShowUserExecuteTestCaseInfoRequest) (*model.ShowUserExecuteTestCaseInfoResponse, error)
ShowUserExecuteTestCaseInfo 查询时段内用例的执行情况
查询时段内用例的执行情况
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowUserExecuteTestCaseInfoInvoker ¶ added in v0.1.54
func (c *CloudtestClient) ShowUserExecuteTestCaseInfoInvoker(request *model.ShowUserExecuteTestCaseInfoRequest) *ShowUserExecuteTestCaseInfoInvoker
ShowUserExecuteTestCaseInfoInvoker 查询时段内用例的执行情况
func (*CloudtestClient) UpdateService ¶
func (c *CloudtestClient) UpdateService(request *model.UpdateServiceRequest) (*model.UpdateServiceResponse, error)
UpdateService 更新已注册服务
更新已注册服务
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) UpdateServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) UpdateServiceInvoker(request *model.UpdateServiceRequest) *UpdateServiceInvoker
UpdateServiceInvoker 更新已注册服务
func (*CloudtestClient) UpdateTestCase ¶
func (c *CloudtestClient) UpdateTestCase(request *model.UpdateTestCaseRequest) (*model.UpdateTestCaseResponse, error)
UpdateTestCase 更新自定义测试服务类型用例
更新自定义测试服务类型用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) UpdateTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) UpdateTestCaseInvoker(request *model.UpdateTestCaseRequest) *UpdateTestCaseInvoker
UpdateTestCaseInvoker 更新自定义测试服务类型用例
func (*CloudtestClient) UpdateTestCaseResult ¶
func (c *CloudtestClient) UpdateTestCaseResult(request *model.UpdateTestCaseResultRequest) (*model.UpdateTestCaseResultResponse, error)
UpdateTestCaseResult 批量更新测试用例结果
批量更新测试用例结果
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) UpdateTestCaseResultInvoker ¶ added in v0.0.90
func (c *CloudtestClient) UpdateTestCaseResultInvoker(request *model.UpdateTestCaseResultRequest) *UpdateTestCaseResultInvoker
UpdateTestCaseResultInvoker 批量更新测试用例结果
type CreateApiTestSuiteByRepoFileInvoker ¶ added in v0.0.90
type CreateApiTestSuiteByRepoFileInvoker struct {
*invoker.BaseInvoker
}
func (*CreateApiTestSuiteByRepoFileInvoker) Invoke ¶ added in v0.0.90
func (i *CreateApiTestSuiteByRepoFileInvoker) Invoke() (*model.CreateApiTestSuiteByRepoFileResponse, error)
type CreatePlanInvoker ¶ added in v0.0.90
type CreatePlanInvoker struct {
*invoker.BaseInvoker
}
func (*CreatePlanInvoker) Invoke ¶ added in v0.0.90
func (i *CreatePlanInvoker) Invoke() (*model.CreatePlanResponse, error)
type CreateRelationsByOneCaseInvoker ¶ added in v0.1.100
type CreateRelationsByOneCaseInvoker struct {
*invoker.BaseInvoker
}
func (*CreateRelationsByOneCaseInvoker) Invoke ¶ added in v0.1.100
func (i *CreateRelationsByOneCaseInvoker) Invoke() (*model.CreateRelationsByOneCaseResponse, error)
type CreateResourceUriInvoker ¶ added in v0.1.100
type CreateResourceUriInvoker struct {
*invoker.BaseInvoker
}
func (*CreateResourceUriInvoker) Invoke ¶ added in v0.1.100
func (i *CreateResourceUriInvoker) Invoke() (*model.CreateResourceUriResponse, error)
type CreateServiceInvoker ¶ added in v0.0.90
type CreateServiceInvoker struct {
*invoker.BaseInvoker
}
func (*CreateServiceInvoker) Invoke ¶ added in v0.0.90
func (i *CreateServiceInvoker) Invoke() (*model.CreateServiceResponse, error)
type CreateTestCaseInPlanInvoker ¶ added in v0.0.90
type CreateTestCaseInPlanInvoker struct {
*invoker.BaseInvoker
}
func (*CreateTestCaseInPlanInvoker) Invoke ¶ added in v0.0.90
func (i *CreateTestCaseInPlanInvoker) Invoke() (*model.CreateTestCaseInPlanResponse, error)
type CreateTestCaseInvoker ¶ added in v0.0.90
type CreateTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*CreateTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *CreateTestCaseInvoker) Invoke() (*model.CreateTestCaseResponse, error)
type DeleteRelationsByOneCaseInvoker ¶ added in v0.1.100
type DeleteRelationsByOneCaseInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteRelationsByOneCaseInvoker) Invoke ¶ added in v0.1.100
func (i *DeleteRelationsByOneCaseInvoker) Invoke() (*model.DeleteRelationsByOneCaseResponse, error)
type DeleteServiceInvoker ¶ added in v0.0.90
type DeleteServiceInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteServiceInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteServiceInvoker) Invoke() (*model.DeleteServiceResponse, error)
type ListAlertGroupsByConditionInvoker ¶ added in v0.1.100
type ListAlertGroupsByConditionInvoker struct {
*invoker.BaseInvoker
}
func (*ListAlertGroupsByConditionInvoker) Invoke ¶ added in v0.1.100
func (i *ListAlertGroupsByConditionInvoker) Invoke() (*model.ListAlertGroupsByConditionResponse, error)
type ListAlertTemplatesInvoker ¶ added in v0.1.100
type ListAlertTemplatesInvoker struct {
*invoker.BaseInvoker
}
func (*ListAlertTemplatesInvoker) Invoke ¶ added in v0.1.100
func (i *ListAlertTemplatesInvoker) Invoke() (*model.ListAlertTemplatesResponse, error)
type ListAllBranchesInvoker ¶ added in v0.1.100
type ListAllBranchesInvoker struct {
*invoker.BaseInvoker
}
func (*ListAllBranchesInvoker) Invoke ¶ added in v0.1.100
func (i *ListAllBranchesInvoker) Invoke() (*model.ListAllBranchesResponse, error)
type ListAllConfigItemByTypeInvoker ¶ added in v0.1.100
type ListAllConfigItemByTypeInvoker struct {
*invoker.BaseInvoker
}
func (*ListAllConfigItemByTypeInvoker) Invoke ¶ added in v0.1.100
func (i *ListAllConfigItemByTypeInvoker) Invoke() (*model.ListAllConfigItemByTypeResponse, error)
type ListAllIteratorsInvoker ¶ added in v0.1.100
type ListAllIteratorsInvoker struct {
*invoker.BaseInvoker
}
func (*ListAllIteratorsInvoker) Invoke ¶ added in v0.1.100
func (i *ListAllIteratorsInvoker) Invoke() (*model.ListAllIteratorsResponse, error)
type ListAttachmentsInvoker ¶ added in v0.1.100
type ListAttachmentsInvoker struct {
*invoker.BaseInvoker
}
func (*ListAttachmentsInvoker) Invoke ¶ added in v0.1.100
func (i *ListAttachmentsInvoker) Invoke() (*model.ListAttachmentsResponse, error)
type ListBasicAwInvoker ¶ added in v0.1.100
type ListBasicAwInvoker struct {
*invoker.BaseInvoker
}
func (*ListBasicAwInvoker) Invoke ¶ added in v0.1.100
func (i *ListBasicAwInvoker) Invoke() (*model.ListBasicAwResponse, error)
type ListBranchesInvoker ¶ added in v0.1.50
type ListBranchesInvoker struct {
*invoker.BaseInvoker
}
func (*ListBranchesInvoker) Invoke ¶ added in v0.1.50
func (i *ListBranchesInvoker) Invoke() (*model.ListBranchesResponse, error)
type ListEnvironmentsInvoker ¶ added in v0.0.90
type ListEnvironmentsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnvironmentsInvoker) Invoke ¶ added in v0.0.90
func (i *ListEnvironmentsInvoker) Invoke() (*model.ListEnvironmentsResponse, error)
type ListIssueTreeInvoker ¶ added in v0.1.100
type ListIssueTreeInvoker struct {
*invoker.BaseInvoker
}
func (*ListIssueTreeInvoker) Invoke ¶ added in v0.1.100
func (i *ListIssueTreeInvoker) Invoke() (*model.ListIssueTreeResponse, error)
type ListProjectFieldConfigsInvoker ¶ added in v0.1.100
type ListProjectFieldConfigsInvoker struct {
*invoker.BaseInvoker
}
func (*ListProjectFieldConfigsInvoker) Invoke ¶ added in v0.1.100
func (i *ListProjectFieldConfigsInvoker) Invoke() (*model.ListProjectFieldConfigsResponse, error)
type ListProjectTestCaseFieldsInvoker ¶ added in v0.1.100
type ListProjectTestCaseFieldsInvoker struct {
*invoker.BaseInvoker
}
func (*ListProjectTestCaseFieldsInvoker) Invoke ¶ added in v0.1.100
func (i *ListProjectTestCaseFieldsInvoker) Invoke() (*model.ListProjectTestCaseFieldsResponse, error)
type ListPublicLibAndAwsInvoker ¶ added in v0.1.100
type ListPublicLibAndAwsInvoker struct {
*invoker.BaseInvoker
}
func (*ListPublicLibAndAwsInvoker) Invoke ¶ added in v0.1.100
func (i *ListPublicLibAndAwsInvoker) Invoke() (*model.ListPublicLibAndAwsResponse, error)
type ListReportsInvoker ¶ added in v0.1.100
type ListReportsInvoker struct {
*invoker.BaseInvoker
}
func (*ListReportsInvoker) Invoke ¶ added in v0.1.100
func (i *ListReportsInvoker) Invoke() (*model.ListReportsResponse, error)
type ListResourcePoolsInvoker ¶ added in v0.1.100
type ListResourcePoolsInvoker struct {
*invoker.BaseInvoker
}
func (*ListResourcePoolsInvoker) Invoke ¶ added in v0.1.100
func (i *ListResourcePoolsInvoker) Invoke() (*model.ListResourcePoolsResponse, error)
type ListTaskTestCasesInvoker ¶ added in v0.1.100
type ListTaskTestCasesInvoker struct {
*invoker.BaseInvoker
}
func (*ListTaskTestCasesInvoker) Invoke ¶ added in v0.1.100
func (i *ListTaskTestCasesInvoker) Invoke() (*model.ListTaskTestCasesResponse, error)
type ListTestCaseHistoriesInvoker ¶ added in v0.1.50
type ListTestCaseHistoriesInvoker struct {
*invoker.BaseInvoker
}
func (*ListTestCaseHistoriesInvoker) Invoke ¶ added in v0.1.50
func (i *ListTestCaseHistoriesInvoker) Invoke() (*model.ListTestCaseHistoriesResponse, error)
type ListTestCasesInvoker ¶ added in v0.1.50
type ListTestCasesInvoker struct {
*invoker.BaseInvoker
}
func (*ListTestCasesInvoker) Invoke ¶ added in v0.1.50
func (i *ListTestCasesInvoker) Invoke() (*model.ListTestCasesResponse, error)
type ListTestReportsByConditionInvoker ¶ added in v0.1.100
type ListTestReportsByConditionInvoker struct {
*invoker.BaseInvoker
}
func (*ListTestReportsByConditionInvoker) Invoke ¶ added in v0.1.100
func (i *ListTestReportsByConditionInvoker) Invoke() (*model.ListTestReportsByConditionResponse, error)
type ListTestTypesInvoker ¶ added in v0.1.100
type ListTestTypesInvoker struct {
*invoker.BaseInvoker
}
func (*ListTestTypesInvoker) Invoke ¶ added in v0.1.100
func (i *ListTestTypesInvoker) Invoke() (*model.ListTestTypesResponse, error)
type ListTestcasesByProjectIssuesRelationInvoker ¶ added in v0.1.90
type ListTestcasesByProjectIssuesRelationInvoker struct {
*invoker.BaseInvoker
}
func (*ListTestcasesByProjectIssuesRelationInvoker) Invoke ¶ added in v0.1.90
func (i *ListTestcasesByProjectIssuesRelationInvoker) Invoke() (*model.ListTestcasesByProjectIssuesRelationResponse, error)
type ListUsageInfosInvoker ¶ added in v0.1.100
type ListUsageInfosInvoker struct {
*invoker.BaseInvoker
}
func (*ListUsageInfosInvoker) Invoke ¶ added in v0.1.100
func (i *ListUsageInfosInvoker) Invoke() (*model.ListUsageInfosResponse, error)
type ListUserDnsMappingInvoker ¶ added in v0.1.100
type ListUserDnsMappingInvoker struct {
*invoker.BaseInvoker
}
func (*ListUserDnsMappingInvoker) Invoke ¶ added in v0.1.100
func (i *ListUserDnsMappingInvoker) Invoke() (*model.ListUserDnsMappingResponse, error)
type ListUserPackageUsageInvoker ¶ added in v0.1.100
type ListUserPackageUsageInvoker struct {
*invoker.BaseInvoker
}
func (*ListUserPackageUsageInvoker) Invoke ¶ added in v0.1.100
func (i *ListUserPackageUsageInvoker) Invoke() (*model.ListUserPackageUsageResponse, error)
type ListUserPopupInfoInvoker ¶ added in v0.1.100
type ListUserPopupInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ListUserPopupInfoInvoker) Invoke ¶ added in v0.1.100
func (i *ListUserPopupInfoInvoker) Invoke() (*model.ListUserPopupInfoResponse, error)
type ListVariablesInvoker ¶ added in v0.1.100
type ListVariablesInvoker struct {
*invoker.BaseInvoker
}
func (*ListVariablesInvoker) Invoke ¶ added in v0.1.100
func (i *ListVariablesInvoker) Invoke() (*model.ListVariablesResponse, error)
type RunTestCaseInvoker ¶ added in v0.0.90
type RunTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*RunTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *RunTestCaseInvoker) Invoke() (*model.RunTestCaseResponse, error)
type SaveTaskSettingInvoker ¶ added in v0.1.100
type SaveTaskSettingInvoker struct {
*invoker.BaseInvoker
}
func (*SaveTaskSettingInvoker) Invoke ¶ added in v0.1.100
func (i *SaveTaskSettingInvoker) Invoke() (*model.SaveTaskSettingResponse, error)
type ShowAllConfigValueByTypeAndKeyInvoker ¶ added in v0.1.100
type ShowAllConfigValueByTypeAndKeyInvoker struct {
*invoker.BaseInvoker
}
func (*ShowAllConfigValueByTypeAndKeyInvoker) Invoke ¶ added in v0.1.100
func (i *ShowAllConfigValueByTypeAndKeyInvoker) Invoke() (*model.ShowAllConfigValueByTypeAndKeyResponse, error)
type ShowAllFeatureChildrenInvoker ¶ added in v0.1.100
type ShowAllFeatureChildrenInvoker struct {
*invoker.BaseInvoker
}
func (*ShowAllFeatureChildrenInvoker) Invoke ¶ added in v0.1.100
func (i *ShowAllFeatureChildrenInvoker) Invoke() (*model.ShowAllFeatureChildrenResponse, error)
type ShowApiTestcaseHistoriesInvoker ¶ added in v0.1.50
type ShowApiTestcaseHistoriesInvoker struct {
*invoker.BaseInvoker
}
func (*ShowApiTestcaseHistoriesInvoker) Invoke ¶ added in v0.1.50
func (i *ShowApiTestcaseHistoriesInvoker) Invoke() (*model.ShowApiTestcaseHistoriesResponse, error)
type ShowBackgroundInfoInvoker ¶ added in v0.1.100
type ShowBackgroundInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowBackgroundInfoInvoker) Invoke ¶ added in v0.1.100
func (i *ShowBackgroundInfoInvoker) Invoke() (*model.ShowBackgroundInfoResponse, error)
type ShowDisclaimerRecordInvoker ¶ added in v0.1.100
type ShowDisclaimerRecordInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDisclaimerRecordInvoker) Invoke ¶ added in v0.1.100
func (i *ShowDisclaimerRecordInvoker) Invoke() (*model.ShowDisclaimerRecordResponse, error)
type ShowDomainInfoInvoker ¶ added in v0.1.100
type ShowDomainInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDomainInfoInvoker) Invoke ¶ added in v0.1.100
func (i *ShowDomainInfoInvoker) Invoke() (*model.ShowDomainInfoResponse, error)
type ShowFeatureChildrenInvoker ¶ added in v0.1.100
type ShowFeatureChildrenInvoker struct {
*invoker.BaseInvoker
}
func (*ShowFeatureChildrenInvoker) Invoke ¶ added in v0.1.100
func (i *ShowFeatureChildrenInvoker) Invoke() (*model.ShowFeatureChildrenResponse, error)
type ShowFreeDeclarationInvoker ¶ added in v0.1.100
type ShowFreeDeclarationInvoker struct {
*invoker.BaseInvoker
}
func (*ShowFreeDeclarationInvoker) Invoke ¶ added in v0.1.100
func (i *ShowFreeDeclarationInvoker) Invoke() (*model.ShowFreeDeclarationResponse, error)
type ShowIfTaskNameRepeatInvoker ¶ added in v0.1.100
type ShowIfTaskNameRepeatInvoker struct {
*invoker.BaseInvoker
}
func (*ShowIfTaskNameRepeatInvoker) Invoke ¶ added in v0.1.100
func (i *ShowIfTaskNameRepeatInvoker) Invoke() (*model.ShowIfTaskNameRepeatResponse, error)
type ShowIfUserNameRepeatInvoker ¶ added in v0.1.100
type ShowIfUserNameRepeatInvoker struct {
*invoker.BaseInvoker
}
func (*ShowIfUserNameRepeatInvoker) Invoke ¶ added in v0.1.100
func (i *ShowIfUserNameRepeatInvoker) Invoke() (*model.ShowIfUserNameRepeatResponse, error)
type ShowIssuesByPlanIdInvoker ¶ added in v0.0.90
type ShowIssuesByPlanIdInvoker struct {
*invoker.BaseInvoker
}
func (*ShowIssuesByPlanIdInvoker) Invoke ¶ added in v0.0.90
func (i *ShowIssuesByPlanIdInvoker) Invoke() (*model.ShowIssuesByPlanIdResponse, error)
type ShowIteratorByDefectInvoker ¶ added in v0.1.100
type ShowIteratorByDefectInvoker struct {
*invoker.BaseInvoker
}
func (*ShowIteratorByDefectInvoker) Invoke ¶ added in v0.1.100
func (i *ShowIteratorByDefectInvoker) Invoke() (*model.ShowIteratorByDefectResponse, error)
type ShowMindmapByPageInvoker ¶ added in v0.1.100
type ShowMindmapByPageInvoker struct {
*invoker.BaseInvoker
}
func (*ShowMindmapByPageInvoker) Invoke ¶ added in v0.1.100
func (i *ShowMindmapByPageInvoker) Invoke() (*model.ShowMindmapByPageResponse, error)
type ShowMindmapCreatorNameInvoker ¶ added in v0.1.100
type ShowMindmapCreatorNameInvoker struct {
*invoker.BaseInvoker
}
func (*ShowMindmapCreatorNameInvoker) Invoke ¶ added in v0.1.100
func (i *ShowMindmapCreatorNameInvoker) Invoke() (*model.ShowMindmapCreatorNameResponse, error)
type ShowPlanJournalsInvoker ¶ added in v0.0.90
type ShowPlanJournalsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPlanJournalsInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPlanJournalsInvoker) Invoke() (*model.ShowPlanJournalsResponse, error)
type ShowPlanListInvoker ¶ added in v0.0.90
type ShowPlanListInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPlanListInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPlanListInvoker) Invoke() (*model.ShowPlanListResponse, error)
type ShowPlansInvoker ¶ added in v0.0.90
type ShowPlansInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPlansInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPlansInvoker) Invoke() (*model.ShowPlansResponse, error)
type ShowProgressInvoker ¶ added in v0.1.100
type ShowProgressInvoker struct {
*invoker.BaseInvoker
}
func (*ShowProgressInvoker) Invoke ¶ added in v0.1.100
func (i *ShowProgressInvoker) Invoke() (*model.ShowProgressResponse, error)
type ShowProjectDataDashboardInvoker ¶ added in v0.1.71
type ShowProjectDataDashboardInvoker struct {
*invoker.BaseInvoker
}
func (*ShowProjectDataDashboardInvoker) Invoke ¶ added in v0.1.71
func (i *ShowProjectDataDashboardInvoker) Invoke() (*model.ShowProjectDataDashboardResponse, error)
type ShowRegisterServiceInvoker ¶ added in v0.0.90
type ShowRegisterServiceInvoker struct {
*invoker.BaseInvoker
}
func (*ShowRegisterServiceInvoker) Invoke ¶ added in v0.0.90
func (i *ShowRegisterServiceInvoker) Invoke() (*model.ShowRegisterServiceResponse, error)
type ShowReportInvoker ¶ added in v0.1.36
type ShowReportInvoker struct {
*invoker.BaseInvoker
}
func (*ShowReportInvoker) Invoke ¶ added in v0.1.36
func (i *ShowReportInvoker) Invoke() (*model.ShowReportResponse, error)
type ShowRequirementsOverviewInvoker ¶ added in v0.1.100
type ShowRequirementsOverviewInvoker struct {
*invoker.BaseInvoker
}
func (*ShowRequirementsOverviewInvoker) Invoke ¶ added in v0.1.100
func (i *ShowRequirementsOverviewInvoker) Invoke() (*model.ShowRequirementsOverviewResponse, error)
type ShowSystemConfigsInvoker ¶ added in v0.1.100
type ShowSystemConfigsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowSystemConfigsInvoker) Invoke ¶ added in v0.1.100
func (i *ShowSystemConfigsInvoker) Invoke() (*model.ShowSystemConfigsResponse, error)
type ShowTestCaseAndDefectInfoInvoker ¶ added in v0.1.54
type ShowTestCaseAndDefectInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTestCaseAndDefectInfoInvoker) Invoke ¶ added in v0.1.54
func (i *ShowTestCaseAndDefectInfoInvoker) Invoke() (*model.ShowTestCaseAndDefectInfoResponse, error)
type ShowTestCaseDetailInvoker ¶ added in v0.0.90
type ShowTestCaseDetailInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTestCaseDetailInvoker) Invoke ¶ added in v0.0.90
func (i *ShowTestCaseDetailInvoker) Invoke() (*model.ShowTestCaseDetailResponse, error)
type ShowTestCaseDetailV2Invoker ¶ added in v0.0.90
type ShowTestCaseDetailV2Invoker struct {
*invoker.BaseInvoker
}
func (*ShowTestCaseDetailV2Invoker) Invoke ¶ added in v0.0.90
func (i *ShowTestCaseDetailV2Invoker) Invoke() (*model.ShowTestCaseDetailV2Response, error)
type ShowTestCaseInvoker ¶ added in v0.1.100
type ShowTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTestCaseInvoker) Invoke ¶ added in v0.1.100
func (i *ShowTestCaseInvoker) Invoke() (*model.ShowTestCaseResponse, error)
type ShowUserAccessInfoInvoker ¶ added in v0.1.100
type ShowUserAccessInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowUserAccessInfoInvoker) Invoke ¶ added in v0.1.100
func (i *ShowUserAccessInfoInvoker) Invoke() (*model.ShowUserAccessInfoResponse, error)
type ShowUserExecuteTestCaseInfoInvoker ¶ added in v0.1.54
type ShowUserExecuteTestCaseInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowUserExecuteTestCaseInfoInvoker) Invoke ¶ added in v0.1.54
func (i *ShowUserExecuteTestCaseInfoInvoker) Invoke() (*model.ShowUserExecuteTestCaseInfoResponse, error)
type UpdateServiceInvoker ¶ added in v0.0.90
type UpdateServiceInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateServiceInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateServiceInvoker) Invoke() (*model.UpdateServiceResponse, error)
type UpdateTestCaseInvoker ¶ added in v0.0.90
type UpdateTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateTestCaseInvoker) Invoke() (*model.UpdateTestCaseResponse, error)
type UpdateTestCaseResultInvoker ¶ added in v0.0.90
type UpdateTestCaseResultInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateTestCaseResultInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateTestCaseResultInvoker) Invoke() (*model.UpdateTestCaseResultResponse, error)