@huaweicloud/huaweicloud-sdk-codeartsbuild 3.1.151 → 3.1.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/v3/CodeArtsBuildClient.d.ts +1122 -315
- package/v3/CodeArtsBuildClient.d.ts.map +1 -1
- package/v3/CodeArtsBuildClient.js +2898 -1242
- package/v3/CodeArtsBuildClient.js.map +1 -1
- package/v3/model/AddKeystorePermissionResponseBody.d.ts +32 -0
- package/v3/model/AddKeystorePermissionResponseBody.d.ts.map +1 -0
- package/v3/model/AddKeystorePermissionResponseBody.js +75 -0
- package/v3/model/AddKeystorePermissionResponseBody.js.map +1 -0
- package/v3/model/BuildParameter.d.ts +8 -0
- package/v3/model/BuildParameter.d.ts.map +1 -0
- package/v3/model/BuildParameter.js +17 -0
- package/v3/model/BuildParameter.js.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.d.ts +4 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.d.ts.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.js +9 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.js.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.d.ts +11 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.d.ts.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.js +23 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.js.map +1 -0
- package/v3/model/CheckJobNameIsExistsRequest.d.ts +12 -0
- package/v3/model/CheckJobNameIsExistsRequest.d.ts.map +1 -0
- package/v3/model/CheckJobNameIsExistsRequest.js +31 -0
- package/v3/model/CheckJobNameIsExistsRequest.js.map +1 -0
- package/v3/model/CheckJobNameIsExistsResponse.d.ts +9 -0
- package/v3/model/CheckJobNameIsExistsResponse.d.ts.map +1 -0
- package/v3/model/CheckJobNameIsExistsResponse.js +19 -0
- package/v3/model/CheckJobNameIsExistsResponse.js.map +1 -0
- package/v3/model/DownloadJunitCoverageZipRequest.d.ts +16 -0
- package/v3/model/DownloadJunitCoverageZipRequest.d.ts.map +1 -0
- package/v3/model/DownloadJunitCoverageZipRequest.js +42 -0
- package/v3/model/DownloadJunitCoverageZipRequest.js.map +1 -0
- package/v3/model/DownloadJunitCoverageZipResponse.d.ts +5 -0
- package/v3/model/DownloadJunitCoverageZipResponse.d.ts.map +1 -0
- package/v3/model/DownloadJunitCoverageZipResponse.js +11 -0
- package/v3/model/DownloadJunitCoverageZipResponse.js.map +1 -0
- package/v3/model/DownloadKeystoreByNameRequest.d.ts +12 -0
- package/v3/model/DownloadKeystoreByNameRequest.d.ts.map +1 -0
- package/v3/model/DownloadKeystoreByNameRequest.js +30 -0
- package/v3/model/DownloadKeystoreByNameRequest.js.map +1 -0
- package/v3/model/DownloadKeystoreByNameResponse.d.ts +5 -0
- package/v3/model/DownloadKeystoreByNameResponse.d.ts.map +1 -0
- package/v3/model/DownloadKeystoreByNameResponse.js +11 -0
- package/v3/model/DownloadKeystoreByNameResponse.js.map +1 -0
- package/v3/model/IsDisableResult.d.ts +22 -0
- package/v3/model/IsDisableResult.d.ts.map +1 -0
- package/v3/model/IsDisableResult.js +51 -0
- package/v3/model/IsDisableResult.js.map +1 -0
- package/v3/model/JobStatusBody.d.ts +12 -0
- package/v3/model/JobStatusBody.d.ts.map +1 -0
- package/v3/model/JobStatusBody.js +27 -0
- package/v3/model/JobStatusBody.js.map +1 -0
- package/v3/model/JobSummary.d.ts +20 -0
- package/v3/model/JobSummary.d.ts.map +1 -0
- package/v3/model/JobSummary.js +49 -0
- package/v3/model/JobSummary.js.map +1 -0
- package/v3/model/JobSummaryBodyResult.d.ts +7 -0
- package/v3/model/JobSummaryBodyResult.d.ts.map +1 -0
- package/v3/model/JobSummaryBodyResult.js +13 -0
- package/v3/model/JobSummaryBodyResult.js.map +1 -0
- package/v3/model/JobUpdateRecordListVoResult.d.ts +11 -0
- package/v3/model/JobUpdateRecordListVoResult.d.ts.map +1 -0
- package/v3/model/JobUpdateRecordListVoResult.js +23 -0
- package/v3/model/JobUpdateRecordListVoResult.js.map +1 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.d.ts +30 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.d.ts.map +1 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.js +73 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.js.map +1 -0
- package/v3/model/ListBuildParameterRequest.d.ts +12 -0
- package/v3/model/ListBuildParameterRequest.d.ts.map +1 -0
- package/v3/model/ListBuildParameterRequest.js +31 -0
- package/v3/model/ListBuildParameterRequest.js.map +1 -0
- package/v3/model/ListBuildParameterResponse.d.ts +12 -0
- package/v3/model/ListBuildParameterResponse.d.ts.map +1 -0
- package/v3/model/ListBuildParameterResponse.js +23 -0
- package/v3/model/ListBuildParameterResponse.js.map +1 -0
- package/v3/model/ListCustomTemplateRequest.d.ts +16 -0
- package/v3/model/ListCustomTemplateRequest.d.ts.map +1 -0
- package/v3/model/ListCustomTemplateRequest.js +35 -0
- package/v3/model/ListCustomTemplateRequest.js.map +1 -0
- package/v3/model/ListCustomTemplateResponse.d.ts +12 -0
- package/v3/model/ListCustomTemplateResponse.d.ts.map +1 -0
- package/v3/model/ListCustomTemplateResponse.js +23 -0
- package/v3/model/ListCustomTemplateResponse.js.map +1 -0
- package/v3/model/ListJobRequest.d.ts +4 -0
- package/v3/model/ListJobRequest.d.ts.map +1 -0
- package/v3/model/ListJobRequest.js +9 -0
- package/v3/model/ListJobRequest.js.map +1 -0
- package/v3/model/ListJobResponse.d.ts +10 -0
- package/v3/model/ListJobResponse.d.ts.map +1 -0
- package/v3/model/ListJobResponse.js +19 -0
- package/v3/model/ListJobResponse.js.map +1 -0
- package/v3/model/ListJobResult.d.ts +11 -0
- package/v3/model/ListJobResult.d.ts.map +1 -0
- package/v3/model/ListJobResult.js +23 -0
- package/v3/model/ListJobResult.js.map +1 -0
- package/v3/model/ListJobResultJobList.d.ts +152 -0
- package/v3/model/ListJobResultJobList.d.ts.map +1 -0
- package/v3/model/ListJobResultJobList.js +375 -0
- package/v3/model/ListJobResultJobList.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryRequest.d.ts +12 -0
- package/v3/model/ListJunitCoverageSummaryRequest.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryRequest.js +31 -0
- package/v3/model/ListJunitCoverageSummaryRequest.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResponse.d.ts +12 -0
- package/v3/model/ListJunitCoverageSummaryResponse.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResponse.js +23 -0
- package/v3/model/ListJunitCoverageSummaryResponse.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResult.d.ts +9 -0
- package/v3/model/ListJunitCoverageSummaryResult.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResult.js +19 -0
- package/v3/model/ListJunitCoverageSummaryResult.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.d.ts +22 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.js +53 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.js.map +1 -0
- package/v3/model/ListKeystoreRequest.d.ts +4 -0
- package/v3/model/ListKeystoreRequest.d.ts.map +1 -0
- package/v3/model/ListKeystoreRequest.js +9 -0
- package/v3/model/ListKeystoreRequest.js.map +1 -0
- package/v3/model/ListKeystoreResponse.d.ts +10 -0
- package/v3/model/ListKeystoreResponse.d.ts.map +1 -0
- package/v3/model/ListKeystoreResponse.js +19 -0
- package/v3/model/ListKeystoreResponse.js.map +1 -0
- package/v3/model/ListKeystoreResult.d.ts +10 -0
- package/v3/model/ListKeystoreResult.d.ts.map +1 -0
- package/v3/model/ListKeystoreResult.js +23 -0
- package/v3/model/ListKeystoreResult.js.map +1 -0
- package/v3/model/ListKeystoreSearchRequest.d.ts +12 -0
- package/v3/model/ListKeystoreSearchRequest.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchRequest.js +27 -0
- package/v3/model/ListKeystoreSearchRequest.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponse.d.ts +12 -0
- package/v3/model/ListKeystoreSearchResponse.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponse.js +23 -0
- package/v3/model/ListKeystoreSearchResponse.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.d.ts +11 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.js +23 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.d.ts +57 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.js +135 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.d.ts +18 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.js +41 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.js.map +1 -0
- package/v3/model/ListRecordsRequest.d.ts +26 -0
- package/v3/model/ListRecordsRequest.d.ts.map +1 -0
- package/v3/model/ListRecordsRequest.js +60 -0
- package/v3/model/ListRecordsRequest.js.map +1 -0
- package/v3/model/ListRecordsResponse.d.ts +12 -0
- package/v3/model/ListRecordsResponse.d.ts.map +1 -0
- package/v3/model/ListRecordsResponse.js +23 -0
- package/v3/model/ListRecordsResponse.js.map +1 -0
- package/v3/model/ListRecordsResult.d.ts +10 -0
- package/v3/model/ListRecordsResult.d.ts.map +1 -0
- package/v3/model/ListRecordsResult.js +17 -0
- package/v3/model/ListRecordsResult.js.map +1 -0
- package/v3/model/ListRecordsResultPagination.d.ts +10 -0
- package/v3/model/ListRecordsResultPagination.d.ts.map +1 -0
- package/v3/model/ListRecordsResultPagination.js +21 -0
- package/v3/model/ListRecordsResultPagination.js.map +1 -0
- package/v3/model/ListRelatedProjectInfoRequest.d.ts +14 -0
- package/v3/model/ListRelatedProjectInfoRequest.d.ts.map +1 -0
- package/v3/model/ListRelatedProjectInfoRequest.js +33 -0
- package/v3/model/ListRelatedProjectInfoRequest.js.map +1 -0
- package/v3/model/ListRelatedProjectInfoResponse.d.ts +12 -0
- package/v3/model/ListRelatedProjectInfoResponse.d.ts.map +1 -0
- package/v3/model/ListRelatedProjectInfoResponse.js +23 -0
- package/v3/model/ListRelatedProjectInfoResponse.js.map +1 -0
- package/v3/model/ListRelatedProjectInfoResult.d.ts +11 -0
- package/v3/model/ListRelatedProjectInfoResult.d.ts.map +1 -0
- package/v3/model/ListRelatedProjectInfoResult.js +23 -0
- package/v3/model/ListRelatedProjectInfoResult.js.map +1 -0
- package/v3/model/ListRelatedProjectInfoResultProjectInfoList.d.ts +18 -0
- package/v3/model/ListRelatedProjectInfoResultProjectInfoList.d.ts.map +1 -0
- package/v3/model/ListRelatedProjectInfoResultProjectInfoList.js +41 -0
- package/v3/model/ListRelatedProjectInfoResultProjectInfoList.js.map +1 -0
- package/v3/model/ListRepoBranchRequest.d.ts +12 -0
- package/v3/model/ListRepoBranchRequest.d.ts.map +1 -0
- package/v3/model/ListRepoBranchRequest.js +31 -0
- package/v3/model/ListRepoBranchRequest.js.map +1 -0
- package/v3/model/ListRepoBranchResponse.d.ts +9 -0
- package/v3/model/ListRepoBranchResponse.d.ts.map +1 -0
- package/v3/model/ListRepoBranchResponse.js +19 -0
- package/v3/model/ListRepoBranchResponse.js.map +1 -0
- package/v3/model/ListRepositoryRequest.d.ts +8 -0
- package/v3/model/ListRepositoryRequest.d.ts.map +1 -0
- package/v3/model/ListRepositoryRequest.js +20 -0
- package/v3/model/ListRepositoryRequest.js.map +1 -0
- package/v3/model/ListRepositoryResponse.d.ts +12 -0
- package/v3/model/ListRepositoryResponse.d.ts.map +1 -0
- package/v3/model/ListRepositoryResponse.js +23 -0
- package/v3/model/ListRepositoryResponse.js.map +1 -0
- package/v3/model/ListUpdateJobHistoryRequest.d.ts +16 -0
- package/v3/model/ListUpdateJobHistoryRequest.d.ts.map +1 -0
- package/v3/model/ListUpdateJobHistoryRequest.js +40 -0
- package/v3/model/ListUpdateJobHistoryRequest.js.map +1 -0
- package/v3/model/ListUpdateJobHistoryResponse.d.ts +12 -0
- package/v3/model/ListUpdateJobHistoryResponse.d.ts.map +1 -0
- package/v3/model/ListUpdateJobHistoryResponse.js +23 -0
- package/v3/model/ListUpdateJobHistoryResponse.js.map +1 -0
- package/v3/model/QueryCustomTemplatesResult.d.ts +11 -0
- package/v3/model/QueryCustomTemplatesResult.d.ts.map +1 -0
- package/v3/model/QueryCustomTemplatesResult.js +23 -0
- package/v3/model/QueryCustomTemplatesResult.js.map +1 -0
- package/v3/model/RepositoriesResult.d.ts +8 -0
- package/v3/model/RepositoriesResult.d.ts.map +1 -0
- package/v3/model/RepositoriesResult.js +17 -0
- package/v3/model/RepositoriesResult.js.map +1 -0
- package/v3/model/ShowBuildInfoRecordRequest.d.ts +12 -0
- package/v3/model/ShowBuildInfoRecordRequest.d.ts.map +1 -0
- package/v3/model/ShowBuildInfoRecordRequest.js +31 -0
- package/v3/model/ShowBuildInfoRecordRequest.js.map +1 -0
- package/v3/model/ShowBuildInfoRecordResponse.d.ts +12 -0
- package/v3/model/ShowBuildInfoRecordResponse.d.ts.map +1 -0
- package/v3/model/ShowBuildInfoRecordResponse.js +23 -0
- package/v3/model/ShowBuildInfoRecordResponse.js.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.d.ts +8 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.d.ts.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.js +20 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.js.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.d.ts +12 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.d.ts.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.js +23 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.js.map +1 -0
- package/v3/model/ShowCopyNameRequest.d.ts +8 -0
- package/v3/model/ShowCopyNameRequest.d.ts.map +1 -0
- package/v3/model/ShowCopyNameRequest.js +20 -0
- package/v3/model/ShowCopyNameRequest.js.map +1 -0
- package/v3/model/ShowCopyNameResponse.d.ts +11 -0
- package/v3/model/ShowCopyNameResponse.d.ts.map +1 -0
- package/v3/model/ShowCopyNameResponse.js +23 -0
- package/v3/model/ShowCopyNameResponse.js.map +1 -0
- package/v3/model/ShowDefaultBuildParametersParams.d.ts +8 -0
- package/v3/model/ShowDefaultBuildParametersParams.d.ts.map +1 -0
- package/v3/model/ShowDefaultBuildParametersParams.js +17 -0
- package/v3/model/ShowDefaultBuildParametersParams.js.map +1 -0
- package/v3/model/ShowDefaultBuildParametersRequest.d.ts +4 -0
- package/v3/model/ShowDefaultBuildParametersRequest.d.ts.map +1 -0
- package/v3/model/ShowDefaultBuildParametersRequest.js +9 -0
- package/v3/model/ShowDefaultBuildParametersRequest.js.map +1 -0
- package/v3/model/ShowDefaultBuildParametersResponse.d.ts +10 -0
- package/v3/model/ShowDefaultBuildParametersResponse.d.ts.map +1 -0
- package/v3/model/ShowDefaultBuildParametersResponse.js +19 -0
- package/v3/model/ShowDefaultBuildParametersResponse.js.map +1 -0
- package/v3/model/ShowDefaultBuildParametersResult.d.ts +9 -0
- package/v3/model/ShowDefaultBuildParametersResult.d.ts.map +1 -0
- package/v3/model/ShowDefaultBuildParametersResult.js +17 -0
- package/v3/model/ShowDefaultBuildParametersResult.js.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.d.ts +12 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.d.ts.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.js +31 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.js.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.d.ts +12 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.d.ts.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.js +23 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.js.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.d.ts +40 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.d.ts.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.js +99 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.js.map +1 -0
- package/v3/model/ShowDisableRequest.d.ts +8 -0
- package/v3/model/ShowDisableRequest.d.ts.map +1 -0
- package/v3/model/ShowDisableRequest.js +20 -0
- package/v3/model/ShowDisableRequest.js.map +1 -0
- package/v3/model/ShowDisableResponse.d.ts +12 -0
- package/v3/model/ShowDisableResponse.d.ts.map +1 -0
- package/v3/model/ShowDisableResponse.js +23 -0
- package/v3/model/ShowDisableResponse.js.map +1 -0
- package/v3/model/ShowDockerfileTemplateRequest.d.ts +8 -0
- package/v3/model/ShowDockerfileTemplateRequest.d.ts.map +1 -0
- package/v3/model/ShowDockerfileTemplateRequest.js +20 -0
- package/v3/model/ShowDockerfileTemplateRequest.js.map +1 -0
- package/v3/model/ShowDockerfileTemplateResponse.d.ts +5 -0
- package/v3/model/ShowDockerfileTemplateResponse.d.ts.map +1 -0
- package/v3/model/ShowDockerfileTemplateResponse.js +11 -0
- package/v3/model/ShowDockerfileTemplateResponse.js.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.d.ts +12 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.d.ts.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.js +31 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.js.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.d.ts +12 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.d.ts.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.js +23 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.js.map +1 -0
- package/v3/model/ShowJobNoticeConfigInfoRequest.d.ts +8 -0
- package/v3/model/ShowJobNoticeConfigInfoRequest.d.ts.map +1 -0
- package/v3/model/ShowJobNoticeConfigInfoRequest.js +20 -0
- package/v3/model/ShowJobNoticeConfigInfoRequest.js.map +1 -0
- package/v3/model/ShowJobNoticeConfigInfoResponse.d.ts +12 -0
- package/v3/model/ShowJobNoticeConfigInfoResponse.d.ts.map +1 -0
- package/v3/model/ShowJobNoticeConfigInfoResponse.js +23 -0
- package/v3/model/ShowJobNoticeConfigInfoResponse.js.map +1 -0
- package/v3/model/ShowJobStepStatusRequest.d.ts +12 -0
- package/v3/model/ShowJobStepStatusRequest.d.ts.map +1 -0
- package/v3/model/ShowJobStepStatusRequest.js +30 -0
- package/v3/model/ShowJobStepStatusRequest.js.map +1 -0
- package/v3/model/ShowJobStepStatusResponse.d.ts +12 -0
- package/v3/model/ShowJobStepStatusResponse.d.ts.map +1 -0
- package/v3/model/ShowJobStepStatusResponse.js +23 -0
- package/v3/model/ShowJobStepStatusResponse.js.map +1 -0
- package/v3/model/ShowJobTotalRequest.d.ts +16 -0
- package/v3/model/ShowJobTotalRequest.d.ts.map +1 -0
- package/v3/model/ShowJobTotalRequest.js +40 -0
- package/v3/model/ShowJobTotalRequest.js.map +1 -0
- package/v3/model/ShowJobTotalResponse.d.ts +12 -0
- package/v3/model/ShowJobTotalResponse.d.ts.map +1 -0
- package/v3/model/ShowJobTotalResponse.js +23 -0
- package/v3/model/ShowJobTotalResponse.js.map +1 -0
- package/v3/model/ShowKeystorePermissionRequest.d.ts +14 -0
- package/v3/model/ShowKeystorePermissionRequest.d.ts.map +1 -0
- package/v3/model/ShowKeystorePermissionRequest.js +36 -0
- package/v3/model/ShowKeystorePermissionRequest.js.map +1 -0
- package/v3/model/ShowKeystorePermissionResponse.d.ts +12 -0
- package/v3/model/ShowKeystorePermissionResponse.d.ts.map +1 -0
- package/v3/model/ShowKeystorePermissionResponse.js +23 -0
- package/v3/model/ShowKeystorePermissionResponse.js.map +1 -0
- package/v3/model/ShowKeystorePermissionResponseBodyResult.d.ts +11 -0
- package/v3/model/ShowKeystorePermissionResponseBodyResult.d.ts.map +1 -0
- package/v3/model/ShowKeystorePermissionResponseBodyResult.js +23 -0
- package/v3/model/ShowKeystorePermissionResponseBodyResult.js.map +1 -0
- package/v3/model/ShowRelatedProjectRequest.d.ts +4 -0
- package/v3/model/ShowRelatedProjectRequest.d.ts.map +1 -0
- package/v3/model/ShowRelatedProjectRequest.js +9 -0
- package/v3/model/ShowRelatedProjectRequest.js.map +1 -0
- package/v3/model/ShowRelatedProjectResponse.d.ts +12 -0
- package/v3/model/ShowRelatedProjectResponse.d.ts.map +1 -0
- package/v3/model/ShowRelatedProjectResponse.js +23 -0
- package/v3/model/ShowRelatedProjectResponse.js.map +1 -0
- package/v3/model/ShowRelatedProjectResult.d.ts +11 -0
- package/v3/model/ShowRelatedProjectResult.d.ts.map +1 -0
- package/v3/model/ShowRelatedProjectResult.js +23 -0
- package/v3/model/ShowRelatedProjectResult.js.map +1 -0
- package/v3/model/ShowRelatedProjectResultProjectInfoList.d.ts +20 -0
- package/v3/model/ShowRelatedProjectResultProjectInfoList.d.ts.map +1 -0
- package/v3/model/ShowRelatedProjectResultProjectInfoList.js +47 -0
- package/v3/model/ShowRelatedProjectResultProjectInfoList.js.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.d.ts +4 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.d.ts.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.js +9 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.js.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.d.ts +12 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.d.ts.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.js +23 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.js.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.d.ts +8 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.d.ts.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.js +20 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.js.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.d.ts +12 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.d.ts.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.js +23 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.js.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResult.d.ts +16 -0
- package/v3/model/ShowUserOverPackageQuotaResult.d.ts.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResult.js +39 -0
- package/v3/model/ShowUserOverPackageQuotaResult.js.map +1 -0
- package/v3/model/TotalResponseBodyResult.d.ts +6 -0
- package/v3/model/TotalResponseBodyResult.d.ts.map +1 -0
- package/v3/model/TotalResponseBodyResult.js +13 -0
- package/v3/model/TotalResponseBodyResult.js.map +1 -0
- package/v3/public-api.d.ts +90 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +90 -0
- package/v3/public-api.js.map +1 -1
@@ -1,5 +1,9 @@
|
|
1
1
|
import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
2
2
|
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
3
|
+
import { CheckJobCountIsTopLimitRequest } from './model/CheckJobCountIsTopLimitRequest';
|
4
|
+
import { CheckJobCountIsTopLimitResponse } from './model/CheckJobCountIsTopLimitResponse';
|
5
|
+
import { CheckJobNameIsExistsRequest } from './model/CheckJobNameIsExistsRequest';
|
6
|
+
import { CheckJobNameIsExistsResponse } from './model/CheckJobNameIsExistsResponse';
|
3
7
|
import { CreateBuildJobRequest } from './model/CreateBuildJobRequest';
|
4
8
|
import { CreateBuildJobResponse } from './model/CreateBuildJobResponse';
|
5
9
|
import { CreateTemplatesRequest } from './model/CreateTemplatesRequest';
|
@@ -14,6 +18,10 @@ import { DisableNoticeRequest } from './model/DisableNoticeRequest';
|
|
14
18
|
import { DisableNoticeResponse } from './model/DisableNoticeResponse';
|
15
19
|
import { DownloadBuildLogRequest } from './model/DownloadBuildLogRequest';
|
16
20
|
import { DownloadBuildLogResponse } from './model/DownloadBuildLogResponse';
|
21
|
+
import { DownloadJunitCoverageZipRequest } from './model/DownloadJunitCoverageZipRequest';
|
22
|
+
import { DownloadJunitCoverageZipResponse } from './model/DownloadJunitCoverageZipResponse';
|
23
|
+
import { DownloadKeystoreByNameRequest } from './model/DownloadKeystoreByNameRequest';
|
24
|
+
import { DownloadKeystoreByNameResponse } from './model/DownloadKeystoreByNameResponse';
|
17
25
|
import { DownloadKeystoreRequest } from './model/DownloadKeystoreRequest';
|
18
26
|
import { DownloadKeystoreResponse } from './model/DownloadKeystoreResponse';
|
19
27
|
import { DownloadLogByRecordIdRequest } from './model/DownloadLogByRecordIdRequest';
|
@@ -28,34 +36,72 @@ import { ListBuildInfoRecordByJobIdRequest } from './model/ListBuildInfoRecordBy
|
|
28
36
|
import { ListBuildInfoRecordByJobIdResponse } from './model/ListBuildInfoRecordByJobIdResponse';
|
29
37
|
import { ListBuildInfoRecordRequest } from './model/ListBuildInfoRecordRequest';
|
30
38
|
import { ListBuildInfoRecordResponse } from './model/ListBuildInfoRecordResponse';
|
39
|
+
import { ListBuildParameterRequest } from './model/ListBuildParameterRequest';
|
40
|
+
import { ListBuildParameterResponse } from './model/ListBuildParameterResponse';
|
41
|
+
import { ListCustomTemplateRequest } from './model/ListCustomTemplateRequest';
|
42
|
+
import { ListCustomTemplateResponse } from './model/ListCustomTemplateResponse';
|
31
43
|
import { ListJobConfigRequest } from './model/ListJobConfigRequest';
|
32
44
|
import { ListJobConfigResponse } from './model/ListJobConfigResponse';
|
45
|
+
import { ListJobRequest } from './model/ListJobRequest';
|
46
|
+
import { ListJobResponse } from './model/ListJobResponse';
|
47
|
+
import { ListJunitCoverageSummaryRequest } from './model/ListJunitCoverageSummaryRequest';
|
48
|
+
import { ListJunitCoverageSummaryResponse } from './model/ListJunitCoverageSummaryResponse';
|
49
|
+
import { ListKeystoreRequest } from './model/ListKeystoreRequest';
|
50
|
+
import { ListKeystoreResponse } from './model/ListKeystoreResponse';
|
51
|
+
import { ListKeystoreSearchRequest } from './model/ListKeystoreSearchRequest';
|
52
|
+
import { ListKeystoreSearchResponse } from './model/ListKeystoreSearchResponse';
|
33
53
|
import { ListNoticeRequest } from './model/ListNoticeRequest';
|
34
54
|
import { ListNoticeResponse } from './model/ListNoticeResponse';
|
35
55
|
import { ListOfficialTemplateRequest } from './model/ListOfficialTemplateRequest';
|
36
56
|
import { ListOfficialTemplateResponse } from './model/ListOfficialTemplateResponse';
|
37
57
|
import { ListProjectJobsRequest } from './model/ListProjectJobsRequest';
|
38
58
|
import { ListProjectJobsResponse } from './model/ListProjectJobsResponse';
|
59
|
+
import { ListRecordsRequest } from './model/ListRecordsRequest';
|
60
|
+
import { ListRecordsResponse } from './model/ListRecordsResponse';
|
39
61
|
import { ListRecyclingJobRequest } from './model/ListRecyclingJobRequest';
|
40
62
|
import { ListRecyclingJobResponse } from './model/ListRecyclingJobResponse';
|
63
|
+
import { ListRelatedProjectInfoRequest } from './model/ListRelatedProjectInfoRequest';
|
64
|
+
import { ListRelatedProjectInfoResponse } from './model/ListRelatedProjectInfoResponse';
|
65
|
+
import { ListRepoBranchRequest } from './model/ListRepoBranchRequest';
|
66
|
+
import { ListRepoBranchResponse } from './model/ListRepoBranchResponse';
|
67
|
+
import { ListRepositoryRequest } from './model/ListRepositoryRequest';
|
68
|
+
import { ListRepositoryResponse } from './model/ListRepositoryResponse';
|
41
69
|
import { ListTemplatesRequest } from './model/ListTemplatesRequest';
|
42
70
|
import { ListTemplatesResponse } from './model/ListTemplatesResponse';
|
71
|
+
import { ListUpdateJobHistoryRequest } from './model/ListUpdateJobHistoryRequest';
|
72
|
+
import { ListUpdateJobHistoryResponse } from './model/ListUpdateJobHistoryResponse';
|
43
73
|
import { RunJobRequest } from './model/RunJobRequest';
|
44
74
|
import { RunJobResponse } from './model/RunJobResponse';
|
75
|
+
import { ShowBuildInfoRecordRequest } from './model/ShowBuildInfoRecordRequest';
|
76
|
+
import { ShowBuildInfoRecordResponse } from './model/ShowBuildInfoRecordResponse';
|
45
77
|
import { ShowBuildParamsListRequest } from './model/ShowBuildParamsListRequest';
|
46
78
|
import { ShowBuildParamsListResponse } from './model/ShowBuildParamsListResponse';
|
47
79
|
import { ShowBuildRecordBuildScriptRequest } from './model/ShowBuildRecordBuildScriptRequest';
|
48
80
|
import { ShowBuildRecordBuildScriptResponse } from './model/ShowBuildRecordBuildScriptResponse';
|
81
|
+
import { ShowBuildRecordFlowGraphRequest } from './model/ShowBuildRecordFlowGraphRequest';
|
82
|
+
import { ShowBuildRecordFlowGraphResponse } from './model/ShowBuildRecordFlowGraphResponse';
|
49
83
|
import { ShowBuildRecordFullStagesRequest } from './model/ShowBuildRecordFullStagesRequest';
|
50
84
|
import { ShowBuildRecordFullStagesResponse } from './model/ShowBuildRecordFullStagesResponse';
|
51
85
|
import { ShowBuildRecordRequest } from './model/ShowBuildRecordRequest';
|
52
86
|
import { ShowBuildRecordResponse } from './model/ShowBuildRecordResponse';
|
87
|
+
import { ShowCopyNameRequest } from './model/ShowCopyNameRequest';
|
88
|
+
import { ShowCopyNameResponse } from './model/ShowCopyNameResponse';
|
89
|
+
import { ShowDefaultBuildParametersRequest } from './model/ShowDefaultBuildParametersRequest';
|
90
|
+
import { ShowDefaultBuildParametersResponse } from './model/ShowDefaultBuildParametersResponse';
|
91
|
+
import { ShowDefaultProjectPermissionRequest } from './model/ShowDefaultProjectPermissionRequest';
|
92
|
+
import { ShowDefaultProjectPermissionResponse } from './model/ShowDefaultProjectPermissionResponse';
|
93
|
+
import { ShowDisableRequest } from './model/ShowDisableRequest';
|
94
|
+
import { ShowDisableResponse } from './model/ShowDisableResponse';
|
95
|
+
import { ShowDockerfileTemplateRequest } from './model/ShowDockerfileTemplateRequest';
|
96
|
+
import { ShowDockerfileTemplateResponse } from './model/ShowDockerfileTemplateResponse';
|
53
97
|
import { ShowFlowGraphRequest } from './model/ShowFlowGraphRequest';
|
54
98
|
import { ShowFlowGraphResponse } from './model/ShowFlowGraphResponse';
|
55
99
|
import { ShowHistoryDetailsRequest } from './model/ShowHistoryDetailsRequest';
|
56
100
|
import { ShowHistoryDetailsResponse } from './model/ShowHistoryDetailsResponse';
|
57
101
|
import { ShowImageTemplateListRequest } from './model/ShowImageTemplateListRequest';
|
58
102
|
import { ShowImageTemplateListResponse } from './model/ShowImageTemplateListResponse';
|
103
|
+
import { ShowJobBuildRecordDetailRequest } from './model/ShowJobBuildRecordDetailRequest';
|
104
|
+
import { ShowJobBuildRecordDetailResponse } from './model/ShowJobBuildRecordDetailResponse';
|
59
105
|
import { ShowJobBuildSuccessRatioRequest } from './model/ShowJobBuildSuccessRatioRequest';
|
60
106
|
import { ShowJobBuildSuccessRatioResponse } from './model/ShowJobBuildSuccessRatioResponse';
|
61
107
|
import { ShowJobBuildTimeRequest } from './model/ShowJobBuildTimeRequest';
|
@@ -68,14 +114,22 @@ import { ShowJobInfoRequest } from './model/ShowJobInfoRequest';
|
|
68
114
|
import { ShowJobInfoResponse } from './model/ShowJobInfoResponse';
|
69
115
|
import { ShowJobListByProjectIdRequest } from './model/ShowJobListByProjectIdRequest';
|
70
116
|
import { ShowJobListByProjectIdResponse } from './model/ShowJobListByProjectIdResponse';
|
117
|
+
import { ShowJobNoticeConfigInfoRequest } from './model/ShowJobNoticeConfigInfoRequest';
|
118
|
+
import { ShowJobNoticeConfigInfoResponse } from './model/ShowJobNoticeConfigInfoResponse';
|
71
119
|
import { ShowJobRolePermissionRequest } from './model/ShowJobRolePermissionRequest';
|
72
120
|
import { ShowJobRolePermissionResponse } from './model/ShowJobRolePermissionResponse';
|
73
121
|
import { ShowJobStatusRequest } from './model/ShowJobStatusRequest';
|
74
122
|
import { ShowJobStatusResponse } from './model/ShowJobStatusResponse';
|
123
|
+
import { ShowJobStepStatusRequest } from './model/ShowJobStepStatusRequest';
|
124
|
+
import { ShowJobStepStatusResponse } from './model/ShowJobStepStatusResponse';
|
75
125
|
import { ShowJobSuccessRatioRequest } from './model/ShowJobSuccessRatioRequest';
|
76
126
|
import { ShowJobSuccessRatioResponse } from './model/ShowJobSuccessRatioResponse';
|
77
127
|
import { ShowJobSystemParametersRequest } from './model/ShowJobSystemParametersRequest';
|
78
128
|
import { ShowJobSystemParametersResponse } from './model/ShowJobSystemParametersResponse';
|
129
|
+
import { ShowJobTotalRequest } from './model/ShowJobTotalRequest';
|
130
|
+
import { ShowJobTotalResponse } from './model/ShowJobTotalResponse';
|
131
|
+
import { ShowKeystorePermissionRequest } from './model/ShowKeystorePermissionRequest';
|
132
|
+
import { ShowKeystorePermissionResponse } from './model/ShowKeystorePermissionResponse';
|
79
133
|
import { ShowLastHistoryRequest } from './model/ShowLastHistoryRequest';
|
80
134
|
import { ShowLastHistoryResponse } from './model/ShowLastHistoryResponse';
|
81
135
|
import { ShowListHistoryRequest } from './model/ShowListHistoryRequest';
|
@@ -90,10 +144,16 @@ import { ShowRecordDetailRequest } from './model/ShowRecordDetailRequest';
|
|
90
144
|
import { ShowRecordDetailResponse } from './model/ShowRecordDetailResponse';
|
91
145
|
import { ShowRecordInfoRequest } from './model/ShowRecordInfoRequest';
|
92
146
|
import { ShowRecordInfoResponse } from './model/ShowRecordInfoResponse';
|
147
|
+
import { ShowRelatedProjectRequest } from './model/ShowRelatedProjectRequest';
|
148
|
+
import { ShowRelatedProjectResponse } from './model/ShowRelatedProjectResponse';
|
93
149
|
import { ShowReportSummaryRequest } from './model/ShowReportSummaryRequest';
|
94
150
|
import { ShowReportSummaryResponse } from './model/ShowReportSummaryResponse';
|
95
151
|
import { ShowRunningStatusRequest } from './model/ShowRunningStatusRequest';
|
96
152
|
import { ShowRunningStatusResponse } from './model/ShowRunningStatusResponse';
|
153
|
+
import { ShowSummaryBuildJobInfoRequest } from './model/ShowSummaryBuildJobInfoRequest';
|
154
|
+
import { ShowSummaryBuildJobInfoResponse } from './model/ShowSummaryBuildJobInfoResponse';
|
155
|
+
import { ShowUserOverPackageQuotaRequest } from './model/ShowUserOverPackageQuotaRequest';
|
156
|
+
import { ShowUserOverPackageQuotaResponse } from './model/ShowUserOverPackageQuotaResponse';
|
97
157
|
import { ShowYamlTemplateRequest } from './model/ShowYamlTemplateRequest';
|
98
158
|
import { ShowYamlTemplateResponse } from './model/ShowYamlTemplateResponse';
|
99
159
|
import { StopBuildJobRequest } from './model/StopBuildJobRequest';
|
@@ -253,21 +313,6 @@ export declare class CodeArtsBuildClient {
|
|
253
313
|
* @throws {RequiredError}
|
254
314
|
*/
|
255
315
|
listBuildInfoRecord(listBuildInfoRecordRequest?: ListBuildInfoRecordRequest): Promise<ListBuildInfoRecordResponse>;
|
256
|
-
/**
|
257
|
-
* 获取任务构建记录列表v1
|
258
|
-
*
|
259
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
260
|
-
*
|
261
|
-
* @summary 获取任务构建记录列表v1
|
262
|
-
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
263
|
-
* @param {string} startTime 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
|
264
|
-
* @param {string} endTime 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
|
265
|
-
* @param {number} [pageIndex] 分页页码,表示从此页开始查询, page_index大于等于0
|
266
|
-
* @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
|
267
|
-
* @param {*} [options] Override http request option.
|
268
|
-
* @throws {RequiredError}
|
269
|
-
*/
|
270
|
-
listBuildInfoRecordByJobId(listBuildInfoRecordByJobIdRequest?: ListBuildInfoRecordByJobIdRequest): Promise<ListBuildInfoRecordByJobIdResponse>;
|
271
316
|
/**
|
272
317
|
* 获取构建任务详情
|
273
318
|
*
|
@@ -292,351 +337,478 @@ export declare class CodeArtsBuildClient {
|
|
292
337
|
*/
|
293
338
|
listNotice(listNoticeRequest?: ListNoticeRequest): Promise<ListNoticeResponse>;
|
294
339
|
/**
|
295
|
-
*
|
340
|
+
* 查询构建模板
|
296
341
|
*
|
297
342
|
* Please refer to HUAWEI cloud API Explorer for details.
|
298
343
|
*
|
299
|
-
* @summary
|
344
|
+
* @summary 查询构建模板
|
300
345
|
* @param {string} [name] 检索的模板的名字模糊查询
|
301
346
|
* @param {string} [page] 分页页码, 表示从此页开始查询
|
302
347
|
* @param {string} [pageSize] 每页显示的条目数量,page_size小于等于100
|
303
348
|
* @param {*} [options] Override http request option.
|
304
349
|
* @throws {RequiredError}
|
305
350
|
*/
|
306
|
-
|
351
|
+
listTemplates(listTemplatesRequest?: ListTemplatesRequest): Promise<ListTemplatesResponse>;
|
307
352
|
/**
|
308
|
-
*
|
353
|
+
* 执行构建任务,可传自定义参数
|
309
354
|
*
|
310
355
|
* Please refer to HUAWEI cloud API Explorer for details.
|
311
356
|
*
|
312
|
-
* @summary
|
313
|
-
* @param {
|
314
|
-
* @param {number} pageIndex **参数解释**: 分页页码, 表示从此页开始查询。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,大于等于0。
|
315
|
-
* @param {number} pageSize **参数解释**: 每页显示的条目数量。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,小于等于100。
|
316
|
-
* @param {string} [search] 查询条件
|
317
|
-
* @param {string} [sortField] 排序的字段
|
318
|
-
* @param {string} [sortOrder] 排序顺序
|
319
|
-
* @param {string} [creatorId] 创建人ID
|
320
|
-
* @param {string} [buildStatus] 构建状态过滤条件
|
321
|
-
* @param {boolean} [byGroup] 是否分组
|
322
|
-
* @param {string} [groupPathId] 分组ID
|
357
|
+
* @summary 执行构建任务
|
358
|
+
* @param {RunJobRequestBody} runJobRequestBody body
|
323
359
|
* @param {*} [options] Override http request option.
|
324
360
|
* @throws {RequiredError}
|
325
361
|
*/
|
326
|
-
|
362
|
+
runJob(runJobRequest?: RunJobRequest): Promise<RunJobResponse>;
|
327
363
|
/**
|
328
|
-
*
|
364
|
+
* 获取构建历史详情信息接口
|
329
365
|
*
|
330
366
|
* Please refer to HUAWEI cloud API Explorer for details.
|
331
367
|
*
|
332
|
-
* @summary
|
333
|
-
* @param {
|
334
|
-
* @param {number}
|
335
|
-
* @param {string} [search] 搜索的任务名称
|
368
|
+
* @summary 获取构建历史详情信息接口
|
369
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
370
|
+
* @param {number} buildNumber 构建任务的构建编号,从1开始,每次构建递增1
|
336
371
|
* @param {*} [options] Override http request option.
|
337
372
|
* @throws {RequiredError}
|
338
373
|
*/
|
339
|
-
|
374
|
+
showHistoryDetails(showHistoryDetailsRequest?: ShowHistoryDetailsRequest): Promise<ShowHistoryDetailsResponse>;
|
340
375
|
/**
|
341
|
-
*
|
376
|
+
* 查看项目下用户的构建任务列表
|
342
377
|
*
|
343
378
|
* Please refer to HUAWEI cloud API Explorer for details.
|
344
379
|
*
|
345
|
-
* @summary
|
346
|
-
* @param {string}
|
347
|
-
* @param {
|
348
|
-
* @param {
|
380
|
+
* @summary 查看项目下用户的构建任务列表
|
381
|
+
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
382
|
+
* @param {number} pageIndex 分页页码, 表示从此页开始查询, page_index大于等于0
|
383
|
+
* @param {number} pageSize 每页显示的条目数量,page_size小于等于100
|
349
384
|
* @param {*} [options] Override http request option.
|
350
385
|
* @throws {RequiredError}
|
351
386
|
*/
|
352
|
-
|
387
|
+
showJobListByProjectId(showJobListByProjectIdRequest?: ShowJobListByProjectIdRequest): Promise<ShowJobListByProjectIdResponse>;
|
353
388
|
/**
|
354
|
-
*
|
389
|
+
* 查看任务运行状态
|
355
390
|
*
|
356
391
|
* Please refer to HUAWEI cloud API Explorer for details.
|
357
392
|
*
|
358
|
-
* @summary
|
359
|
-
* @param {
|
393
|
+
* @summary 查看任务运行状态
|
394
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
360
395
|
* @param {*} [options] Override http request option.
|
361
396
|
* @throws {RequiredError}
|
362
397
|
*/
|
363
|
-
|
398
|
+
showJobStatus(showJobStatusRequest?: ShowJobStatusRequest): Promise<ShowJobStatusResponse>;
|
364
399
|
/**
|
365
|
-
*
|
400
|
+
* 根据开始时间和结束时间查看构建任务的构建成功率
|
366
401
|
*
|
367
402
|
* Please refer to HUAWEI cloud API Explorer for details.
|
368
403
|
*
|
369
|
-
* @summary
|
404
|
+
* @summary 根据开始时间和结束时间查看构建任务的构建成功率
|
405
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
406
|
+
* @param {string} startTime 区间开始时间,格式yyyy-MM-dd。
|
407
|
+
* @param {string} endTime 区间结束时间,格式yyyy-MM-dd。
|
370
408
|
* @param {*} [options] Override http request option.
|
371
409
|
* @throws {RequiredError}
|
372
410
|
*/
|
373
|
-
|
411
|
+
showJobSuccessRatio(showJobSuccessRatioRequest?: ShowJobSuccessRatioRequest): Promise<ShowJobSuccessRatioResponse>;
|
374
412
|
/**
|
375
|
-
*
|
413
|
+
* 查询指定代码仓库最近一次成功的构建历史
|
376
414
|
*
|
377
415
|
* Please refer to HUAWEI cloud API Explorer for details.
|
378
416
|
*
|
379
|
-
* @summary
|
380
|
-
* @param {string}
|
417
|
+
* @summary 查询指定代码仓库最近一次成功的构建历史
|
418
|
+
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
419
|
+
* @param {string} repositoryName 代码仓库名,不支持中文
|
381
420
|
* @param {*} [options] Override http request option.
|
382
421
|
* @throws {RequiredError}
|
383
422
|
*/
|
384
|
-
|
423
|
+
showLastHistory(showLastHistoryRequest?: ShowLastHistoryRequest): Promise<ShowLastHistoryResponse>;
|
385
424
|
/**
|
386
|
-
*
|
425
|
+
* 查看构建任务的构建历史列表
|
387
426
|
*
|
388
427
|
* Please refer to HUAWEI cloud API Explorer for details.
|
389
428
|
*
|
390
|
-
* @summary
|
391
|
-
* @param {string}
|
429
|
+
* @summary 查看构建任务的构建历史列表
|
430
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
431
|
+
* @param {number} offset 分页页码, 表示从此页开始查询, offset大于等于0
|
432
|
+
* @param {number} limit 每页显示的条目数量,limit小于等于100
|
433
|
+
* @param {number} interval 距今天的时间区间(单位:天),interval小于等于30
|
392
434
|
* @param {*} [options] Override http request option.
|
393
435
|
* @throws {RequiredError}
|
394
436
|
*/
|
395
|
-
|
437
|
+
showListHistory(showListHistoryRequest?: ShowListHistoryRequest): Promise<ShowListHistoryResponse>;
|
396
438
|
/**
|
397
|
-
*
|
439
|
+
* 根据开始时间和结束时间查看构建任务的构建历史列表
|
398
440
|
*
|
399
441
|
* Please refer to HUAWEI cloud API Explorer for details.
|
400
442
|
*
|
401
|
-
* @summary
|
402
|
-
* @param {string}
|
403
|
-
* @param {
|
443
|
+
* @summary 根据开始时间和结束时间查看构建任务的构建历史列表
|
444
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
445
|
+
* @param {number} offset 分页页码, 表示从此页开始查询, offset大于等于0
|
446
|
+
* @param {number} limit 每页显示的条目数量,limit小于等于100
|
447
|
+
* @param {string} startTime 区间开始时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
448
|
+
* @param {string} endTime 区间结束时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
404
449
|
* @param {*} [options] Override http request option.
|
405
450
|
* @throws {RequiredError}
|
406
451
|
*/
|
407
|
-
|
452
|
+
showListPeriodHistory(showListPeriodHistoryRequest?: ShowListPeriodHistoryRequest): Promise<ShowListPeriodHistoryResponse>;
|
408
453
|
/**
|
409
|
-
*
|
454
|
+
* 获取构建产物详情信息
|
410
455
|
*
|
411
456
|
* Please refer to HUAWEI cloud API Explorer for details.
|
412
457
|
*
|
413
|
-
* @summary
|
458
|
+
* @summary 获取构建产物详情信息
|
414
459
|
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
415
|
-
* @param {number}
|
460
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
416
461
|
* @param {*} [options] Override http request option.
|
417
462
|
* @throws {RequiredError}
|
418
463
|
*/
|
419
|
-
|
464
|
+
showOutputInfo(showOutputInfoRequest?: ShowOutputInfoRequest): Promise<ShowOutputInfoResponse>;
|
420
465
|
/**
|
421
|
-
*
|
466
|
+
* 获取构建记录信息
|
422
467
|
*
|
423
468
|
* Please refer to HUAWEI cloud API Explorer for details.
|
424
469
|
*
|
425
|
-
* @summary
|
470
|
+
* @summary 获取构建记录信息
|
471
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
472
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
426
473
|
* @param {*} [options] Override http request option.
|
427
474
|
* @throws {RequiredError}
|
428
475
|
*/
|
429
|
-
|
476
|
+
showRecordDetail(showRecordDetailRequest?: ShowRecordDetailRequest): Promise<ShowRecordDetailResponse>;
|
430
477
|
/**
|
431
|
-
*
|
478
|
+
* 停止构建任务
|
432
479
|
*
|
433
480
|
* Please refer to HUAWEI cloud API Explorer for details.
|
434
481
|
*
|
435
|
-
* @summary
|
482
|
+
* @summary 停止构建任务
|
436
483
|
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
437
|
-
* @param {
|
438
|
-
* @param {number} interval 查询时间,查最近几天的。
|
439
|
-
* @param {string} [branch] 代码仓分支名。
|
484
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
440
485
|
* @param {*} [options] Override http request option.
|
441
486
|
* @throws {RequiredError}
|
442
487
|
*/
|
443
|
-
|
488
|
+
stopBuildJob(stopBuildJobRequest?: StopBuildJobRequest): Promise<StopBuildJobResponse>;
|
444
489
|
/**
|
445
|
-
*
|
490
|
+
* 更新构建任务
|
446
491
|
*
|
447
492
|
* Please refer to HUAWEI cloud API Explorer for details.
|
448
493
|
*
|
449
|
-
* @summary
|
450
|
-
* @param {
|
451
|
-
* @param {string} repositoryName 代码仓名称。
|
452
|
-
* @param {number} interval 查询时间,查最近几天的。
|
453
|
-
* @param {string} [branch] 代码仓分支名。
|
494
|
+
* @summary 更新构建任务
|
495
|
+
* @param {UpdateBuildJobRequestBody} updateBuildJobRequestBody body
|
454
496
|
* @param {*} [options] Override http request option.
|
455
497
|
* @throws {RequiredError}
|
456
498
|
*/
|
457
|
-
|
499
|
+
updateBuildJob(updateBuildJobRequest?: UpdateBuildJobRequest): Promise<UpdateBuildJobResponse>;
|
458
500
|
/**
|
459
|
-
*
|
501
|
+
* 更新通知
|
460
502
|
*
|
461
503
|
* Please refer to HUAWEI cloud API Explorer for details.
|
462
504
|
*
|
463
|
-
* @summary
|
505
|
+
* @summary 更新通知
|
464
506
|
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
465
|
-
* @param {
|
507
|
+
* @param {UpdateNoticeRequestBody} updateNoticeRequestBody body
|
466
508
|
* @param {*} [options] Override http request option.
|
467
509
|
* @throws {RequiredError}
|
468
510
|
*/
|
469
|
-
|
511
|
+
updateNotice(updateNoticeRequest?: UpdateNoticeRequest): Promise<UpdateNoticeResponse>;
|
470
512
|
/**
|
471
|
-
*
|
513
|
+
* 获取项目列表
|
472
514
|
*
|
473
515
|
* Please refer to HUAWEI cloud API Explorer for details.
|
474
516
|
*
|
475
|
-
* @summary
|
476
|
-
* @param {
|
477
|
-
* @param {
|
478
|
-
* @param {string}
|
517
|
+
* @summary 获取项目列表
|
518
|
+
* @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
|
519
|
+
* @param {number} [pageNo] 分页页码,表示从此页开始查询, page大于等于1
|
520
|
+
* @param {string} [search] 搜索内容
|
479
521
|
* @param {*} [options] Override http request option.
|
480
522
|
* @throws {RequiredError}
|
481
523
|
*/
|
482
|
-
|
524
|
+
listRelatedProjectInfo(listRelatedProjectInfoRequest?: ListRelatedProjectInfoRequest): Promise<ListRelatedProjectInfoResponse>;
|
483
525
|
/**
|
484
|
-
*
|
526
|
+
* 获取用户权限
|
485
527
|
*
|
486
528
|
* Please refer to HUAWEI cloud API Explorer for details.
|
487
529
|
*
|
488
|
-
* @summary
|
489
|
-
* @param {string}
|
530
|
+
* @summary 获取用户权限
|
531
|
+
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
490
532
|
* @param {*} [options] Override http request option.
|
491
533
|
* @throws {RequiredError}
|
492
534
|
*/
|
493
|
-
|
535
|
+
showProjectPermission(showProjectPermissionRequest?: ShowProjectPermissionRequest): Promise<ShowProjectPermissionResponse>;
|
494
536
|
/**
|
495
|
-
*
|
537
|
+
* 获取当前用户的项目信息列表
|
496
538
|
*
|
497
539
|
* Please refer to HUAWEI cloud API Explorer for details.
|
498
540
|
*
|
499
|
-
* @summary
|
500
|
-
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
501
|
-
* @param {number} pageIndex 分页页码, 表示从此页开始查询, page_index大于等于0
|
502
|
-
* @param {number} pageSize 每页显示的条目数量,page_size小于等于100
|
541
|
+
* @summary 获取当前用户的项目信息列表
|
503
542
|
* @param {*} [options] Override http request option.
|
504
543
|
* @throws {RequiredError}
|
505
544
|
*/
|
506
|
-
|
545
|
+
showRelatedProject(showRelatedProjectRequest?: ShowRelatedProjectRequest): Promise<ShowRelatedProjectResponse>;
|
507
546
|
/**
|
508
|
-
*
|
547
|
+
* 获取租户任务总数和成功率接口
|
509
548
|
*
|
510
549
|
* Please refer to HUAWEI cloud API Explorer for details.
|
511
550
|
*
|
512
|
-
* @summary
|
513
|
-
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
551
|
+
* @summary 获取租户任务总数和成功率接口
|
514
552
|
* @param {*} [options] Override http request option.
|
515
553
|
* @throws {RequiredError}
|
516
554
|
*/
|
517
|
-
|
555
|
+
showSummaryBuildJobInfo(showSummaryBuildJobInfoRequest?: ShowSummaryBuildJobInfoRequest): Promise<ShowSummaryBuildJobInfoResponse>;
|
518
556
|
/**
|
519
|
-
*
|
557
|
+
* 当前用户所在项目所属租户的包周期每月时长是否超额
|
520
558
|
*
|
521
559
|
* Please refer to HUAWEI cloud API Explorer for details.
|
522
560
|
*
|
523
|
-
* @summary
|
524
|
-
* @param {string}
|
561
|
+
* @summary 当前用户所在项目所属租户的包周期每月时长是否超额
|
562
|
+
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
525
563
|
* @param {*} [options] Override http request option.
|
526
564
|
* @throws {RequiredError}
|
527
565
|
*/
|
528
|
-
|
566
|
+
showUserOverPackageQuota(showUserOverPackageQuotaRequest?: ShowUserOverPackageQuotaRequest): Promise<ShowUserOverPackageQuotaResponse>;
|
529
567
|
/**
|
530
|
-
*
|
568
|
+
* 获取dockerfileTemplate
|
531
569
|
*
|
532
570
|
* Please refer to HUAWEI cloud API Explorer for details.
|
533
571
|
*
|
534
|
-
* @summary
|
535
|
-
* @param {string}
|
536
|
-
* @param {string} startTime 区间开始时间,格式yyyy-MM-dd。
|
537
|
-
* @param {string} endTime 区间结束时间,格式yyyy-MM-dd。
|
572
|
+
* @summary 获取dockerfileTemplate
|
573
|
+
* @param {string} imageId 请求体
|
538
574
|
* @param {*} [options] Override http request option.
|
539
575
|
* @throws {RequiredError}
|
540
576
|
*/
|
541
|
-
|
577
|
+
showDockerfileTemplate(showDockerfileTemplateRequest?: ShowDockerfileTemplateRequest): Promise<ShowDockerfileTemplateResponse>;
|
542
578
|
/**
|
543
|
-
*
|
579
|
+
* 获取镜像模板列表
|
544
580
|
*
|
545
581
|
* Please refer to HUAWEI cloud API Explorer for details.
|
546
582
|
*
|
547
|
-
* @summary
|
583
|
+
* @summary 获取镜像模板列表
|
548
584
|
* @param {*} [options] Override http request option.
|
549
585
|
* @throws {RequiredError}
|
550
586
|
*/
|
551
|
-
|
587
|
+
showImageTemplateList(showImageTemplateListRequest?: ShowImageTemplateListRequest): Promise<ShowImageTemplateListResponse>;
|
552
588
|
/**
|
553
|
-
*
|
589
|
+
* 检查任务数量是否上限
|
554
590
|
*
|
555
591
|
* Please refer to HUAWEI cloud API Explorer for details.
|
556
592
|
*
|
557
|
-
* @summary
|
558
|
-
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
559
|
-
* @param {string} repositoryName 代码仓库名,不支持中文
|
593
|
+
* @summary 检查任务数量是否上限
|
560
594
|
* @param {*} [options] Override http request option.
|
561
595
|
* @throws {RequiredError}
|
562
596
|
*/
|
563
|
-
|
597
|
+
checkJobCountIsTopLimit(checkJobCountIsTopLimitRequest?: CheckJobCountIsTopLimitRequest): Promise<CheckJobCountIsTopLimitResponse>;
|
564
598
|
/**
|
565
|
-
*
|
599
|
+
* 查看项目下任务名是否存在
|
566
600
|
*
|
567
601
|
* Please refer to HUAWEI cloud API Explorer for details.
|
568
602
|
*
|
569
|
-
* @summary
|
570
|
-
* @param {string}
|
571
|
-
* @param {
|
572
|
-
* @param {number} limit 每页显示的条目数量,limit小于等于100
|
573
|
-
* @param {number} interval 距今天的时间区间(单位:天),interval小于等于30
|
603
|
+
* @summary 查看项目下任务名是否存在
|
604
|
+
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
605
|
+
* @param {string} jobName 任务名称
|
574
606
|
* @param {*} [options] Override http request option.
|
575
607
|
* @throws {RequiredError}
|
576
608
|
*/
|
577
|
-
|
609
|
+
checkJobNameIsExists(checkJobNameIsExistsRequest?: CheckJobNameIsExistsRequest): Promise<CheckJobNameIsExistsResponse>;
|
578
610
|
/**
|
579
|
-
*
|
611
|
+
* 详情页获取构建参数
|
580
612
|
*
|
581
613
|
* Please refer to HUAWEI cloud API Explorer for details.
|
582
614
|
*
|
583
|
-
* @summary
|
615
|
+
* @summary 详情页获取构建参数
|
584
616
|
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
585
|
-
* @param {number}
|
586
|
-
* @param {number} limit 每页显示的条目数量,limit小于等于100
|
587
|
-
* @param {string} startTime 区间开始时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
588
|
-
* @param {string} endTime 区间结束时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
617
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
589
618
|
* @param {*} [options] Override http request option.
|
590
619
|
* @throws {RequiredError}
|
591
620
|
*/
|
592
|
-
|
621
|
+
listBuildParameter(listBuildParameterRequest?: ListBuildParameterRequest): Promise<ListBuildParameterResponse>;
|
593
622
|
/**
|
594
|
-
*
|
623
|
+
* 查看用户全部的构建任务列表
|
595
624
|
*
|
596
625
|
* Please refer to HUAWEI cloud API Explorer for details.
|
597
626
|
*
|
598
|
-
* @summary
|
599
|
-
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
600
|
-
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
627
|
+
* @summary 查看用户全部的构建任务列表
|
601
628
|
* @param {*} [options] Override http request option.
|
602
629
|
* @throws {RequiredError}
|
603
630
|
*/
|
604
|
-
|
631
|
+
listJob(listJobRequest?: ListJobRequest): Promise<ListJobResponse>;
|
605
632
|
/**
|
606
|
-
*
|
633
|
+
* 查询项目任务列表
|
607
634
|
*
|
608
635
|
* Please refer to HUAWEI cloud API Explorer for details.
|
609
636
|
*
|
610
|
-
* @summary
|
637
|
+
* @summary 查询项目任务列表
|
611
638
|
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
639
|
+
* @param {number} pageIndex **参数解释**: 分页页码, 表示从此页开始查询。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,大于等于0。
|
640
|
+
* @param {number} pageSize **参数解释**: 每页显示的条目数量。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,小于等于100。
|
641
|
+
* @param {string} [search] 查询条件
|
642
|
+
* @param {string} [sortField] 排序的字段
|
643
|
+
* @param {string} [sortOrder] 排序顺序
|
644
|
+
* @param {string} [creatorId] 创建人ID
|
645
|
+
* @param {string} [buildStatus] 构建状态过滤条件
|
646
|
+
* @param {boolean} [byGroup] 是否分组
|
647
|
+
* @param {string} [groupPathId] 分组ID
|
612
648
|
* @param {*} [options] Override http request option.
|
613
649
|
* @throws {RequiredError}
|
614
650
|
*/
|
615
|
-
|
651
|
+
listProjectJobs(listProjectJobsRequest?: ListProjectJobsRequest): Promise<ListProjectJobsResponse>;
|
616
652
|
/**
|
617
|
-
*
|
653
|
+
* 查看回收站中删除的构建任务列表
|
618
654
|
*
|
619
655
|
* Please refer to HUAWEI cloud API Explorer for details.
|
620
656
|
*
|
621
|
-
* @summary
|
622
|
-
* @param {
|
623
|
-
* @param {number}
|
657
|
+
* @summary 查看回收站中删除的构建任务列表
|
658
|
+
* @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
|
659
|
+
* @param {number} [pageNo] 分页页码, 表示从此页开始查询, page_no大于等于1
|
660
|
+
* @param {string} [search] 搜索的任务名称
|
624
661
|
* @param {*} [options] Override http request option.
|
625
662
|
* @throws {RequiredError}
|
626
663
|
*/
|
627
|
-
|
664
|
+
listRecyclingJob(listRecyclingJobRequest?: ListRecyclingJobRequest): Promise<ListRecyclingJobResponse>;
|
628
665
|
/**
|
629
|
-
*
|
666
|
+
* 获取修改历史
|
630
667
|
*
|
631
668
|
* Please refer to HUAWEI cloud API Explorer for details.
|
632
669
|
*
|
633
|
-
* @summary
|
670
|
+
* @summary 获取修改历史
|
634
671
|
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
635
|
-
* @param {number}
|
672
|
+
* @param {number} [pageNo] 分页页码, 表示从此页开始查询, page_no大于等于1
|
673
|
+
* @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
|
636
674
|
* @param {*} [options] Override http request option.
|
637
675
|
* @throws {RequiredError}
|
638
676
|
*/
|
639
|
-
|
677
|
+
listUpdateJobHistory(listUpdateJobHistoryRequest?: ListUpdateJobHistoryRequest): Promise<ListUpdateJobHistoryResponse>;
|
678
|
+
/**
|
679
|
+
* 编辑页获取参数类型的接口
|
680
|
+
*
|
681
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
682
|
+
*
|
683
|
+
* @summary 编辑页获取参数类型的接口
|
684
|
+
* @param {*} [options] Override http request option.
|
685
|
+
* @throws {RequiredError}
|
686
|
+
*/
|
687
|
+
showBuildParamsList(showBuildParamsListRequest?: ShowBuildParamsListRequest): Promise<ShowBuildParamsListResponse>;
|
688
|
+
/**
|
689
|
+
* 复制任务名
|
690
|
+
*
|
691
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
692
|
+
*
|
693
|
+
* @summary 复制任务名
|
694
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
695
|
+
* @param {*} [options] Override http request option.
|
696
|
+
* @throws {RequiredError}
|
697
|
+
*/
|
698
|
+
showCopyName(showCopyNameRequest?: ShowCopyNameRequest): Promise<ShowCopyNameResponse>;
|
699
|
+
/**
|
700
|
+
* 获取编译构建默认参数
|
701
|
+
*
|
702
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
703
|
+
*
|
704
|
+
* @summary 获取编译构建默认参数
|
705
|
+
* @param {*} [options] Override http request option.
|
706
|
+
* @throws {RequiredError}
|
707
|
+
*/
|
708
|
+
showDefaultBuildParameters(showDefaultBuildParametersRequest?: ShowDefaultBuildParametersRequest): Promise<ShowDefaultBuildParametersResponse>;
|
709
|
+
/**
|
710
|
+
* 获取当前项目默认角色权限矩阵信息
|
711
|
+
*
|
712
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
713
|
+
*
|
714
|
+
* @summary 获取当前项目默认角色权限矩阵信息
|
715
|
+
* @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
|
716
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
717
|
+
* @param {*} [options] Override http request option.
|
718
|
+
* @throws {RequiredError}
|
719
|
+
*/
|
720
|
+
showDefaultProjectPermission(showDefaultProjectPermissionRequest?: ShowDefaultProjectPermissionRequest): Promise<ShowDefaultProjectPermissionResponse>;
|
721
|
+
/**
|
722
|
+
* 查询任务是否已禁用
|
723
|
+
*
|
724
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
725
|
+
*
|
726
|
+
* @summary 查询任务是否已禁用
|
727
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
728
|
+
* @param {*} [options] Override http request option.
|
729
|
+
* @throws {RequiredError}
|
730
|
+
*/
|
731
|
+
showDisable(showDisableRequest?: ShowDisableRequest): Promise<ShowDisableResponse>;
|
732
|
+
/**
|
733
|
+
* 获取构建任务详情
|
734
|
+
*
|
735
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
736
|
+
*
|
737
|
+
* @summary 获取构建任务详情
|
738
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
739
|
+
* @param {string} [getAllParams] 输入\"true\"或者\"false\"来控制返回参数是不是完整的
|
740
|
+
* @param {*} [options] Override http request option.
|
741
|
+
* @throws {RequiredError}
|
742
|
+
*/
|
743
|
+
showJobConfig(showJobConfigRequest?: ShowJobConfigRequest): Promise<ShowJobConfigResponse>;
|
744
|
+
/**
|
745
|
+
* 获取构建任务配置的对比差异
|
746
|
+
*
|
747
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
748
|
+
*
|
749
|
+
* @summary 获取构建任务配置的对比差异
|
750
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
751
|
+
* @param {string} revisedlNo 新记录的序号
|
752
|
+
* @param {string} originalNo 原记录的序号
|
753
|
+
* @param {*} [options] Override http request option.
|
754
|
+
* @throws {RequiredError}
|
755
|
+
*/
|
756
|
+
showJobConfigDiff(showJobConfigDiffRequest?: ShowJobConfigDiffRequest): Promise<ShowJobConfigDiffResponse>;
|
757
|
+
/**
|
758
|
+
* 查看构建任务构建信息
|
759
|
+
*
|
760
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
761
|
+
*
|
762
|
+
* @summary 查看构建任务构建信息
|
763
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
764
|
+
* @param {*} [options] Override http request option.
|
765
|
+
* @throws {RequiredError}
|
766
|
+
*/
|
767
|
+
showJobInfo(showJobInfoRequest?: ShowJobInfoRequest): Promise<ShowJobInfoResponse>;
|
768
|
+
/**
|
769
|
+
* 获取通知信息
|
770
|
+
*
|
771
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
772
|
+
*
|
773
|
+
* @summary 获取通知信息
|
774
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
775
|
+
* @param {*} [options] Override http request option.
|
776
|
+
* @throws {RequiredError}
|
777
|
+
*/
|
778
|
+
showJobNoticeConfigInfo(showJobNoticeConfigInfoRequest?: ShowJobNoticeConfigInfoRequest): Promise<ShowJobNoticeConfigInfoResponse>;
|
779
|
+
/**
|
780
|
+
* 获取构建任务的角色权限矩阵信息
|
781
|
+
*
|
782
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
783
|
+
*
|
784
|
+
* @summary 获取构建任务的角色权限矩阵信息
|
785
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
786
|
+
* @param {*} [options] Override http request option.
|
787
|
+
* @throws {RequiredError}
|
788
|
+
*/
|
789
|
+
showJobRolePermission(showJobRolePermissionRequest?: ShowJobRolePermissionRequest): Promise<ShowJobRolePermissionResponse>;
|
790
|
+
/**
|
791
|
+
* 查询任务状态
|
792
|
+
*
|
793
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
794
|
+
*
|
795
|
+
* @summary 查询任务状态
|
796
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
797
|
+
* @param {number} [buildNo] 构建任务的构建编号,从1开始,每次构建递增1
|
798
|
+
* @param {*} [options] Override http request option.
|
799
|
+
* @throws {RequiredError}
|
800
|
+
*/
|
801
|
+
showJobStepStatus(showJobStepStatusRequest?: ShowJobStepStatusRequest): Promise<ShowJobStepStatusResponse>;
|
802
|
+
/**
|
803
|
+
* 查看系统预定义参数
|
804
|
+
*
|
805
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
806
|
+
*
|
807
|
+
* @summary 查看系统预定义参数
|
808
|
+
* @param {*} [options] Override http request option.
|
809
|
+
* @throws {RequiredError}
|
810
|
+
*/
|
811
|
+
showJobSystemParameters(showJobSystemParametersRequest?: ShowJobSystemParametersRequest): Promise<ShowJobSystemParametersResponse>;
|
640
812
|
/**
|
641
813
|
* 查看任务是否在构建
|
642
814
|
*
|
@@ -649,133 +821,758 @@ export declare class CodeArtsBuildClient {
|
|
649
821
|
*/
|
650
822
|
showRunningStatus(showRunningStatusRequest?: ShowRunningStatusRequest): Promise<ShowRunningStatusResponse>;
|
651
823
|
/**
|
652
|
-
*
|
824
|
+
* 文件管理文件下载
|
653
825
|
*
|
654
826
|
* Please refer to HUAWEI cloud API Explorer for details.
|
655
827
|
*
|
656
|
-
* @summary
|
828
|
+
* @summary 文件管理文件下载
|
829
|
+
* @param {string} name 文件名
|
830
|
+
* @param {string} domainId 租户ID
|
831
|
+
* @param {string} id 文件ID
|
832
|
+
* @param {*} [options] Override http request option.
|
833
|
+
* @throws {RequiredError}
|
834
|
+
*/
|
835
|
+
downloadKeystoreByName(downloadKeystoreByNameRequest?: DownloadKeystoreByNameRequest): Promise<DownloadKeystoreByNameResponse>;
|
836
|
+
/**
|
837
|
+
* 查询用户可使用文件
|
838
|
+
*
|
839
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
840
|
+
*
|
841
|
+
* @summary 查询用户可使用文件
|
842
|
+
* @param {*} [options] Override http request option.
|
843
|
+
* @throws {RequiredError}
|
844
|
+
*/
|
845
|
+
listKeystore(listKeystoreRequest?: ListKeystoreRequest): Promise<ListKeystoreResponse>;
|
846
|
+
/**
|
847
|
+
* 查询租户下文件列表
|
848
|
+
*
|
849
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
850
|
+
*
|
851
|
+
* @summary 查询租户下文件列表
|
852
|
+
* @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
|
853
|
+
* @param {number} [page] 分页页码,表示从此页开始查询, page大于等于1
|
854
|
+
* @param {string} [search] 搜索的文件名
|
855
|
+
* @param {*} [options] Override http request option.
|
856
|
+
* @throws {RequiredError}
|
857
|
+
*/
|
858
|
+
listKeystoreSearch(listKeystoreSearchRequest?: ListKeystoreSearchRequest): Promise<ListKeystoreSearchResponse>;
|
859
|
+
/**
|
860
|
+
* 文件管理查询权限
|
861
|
+
*
|
862
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
863
|
+
*
|
864
|
+
* @summary 文件管理查询权限
|
865
|
+
* @param {string} keystoreId 文件秘钥Id
|
866
|
+
* @param {number} pageSize **参数解释**: 每页显示的条目数量。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,小于等于100。
|
867
|
+
* @param {string} page 分页页码,表示从此页开始查询,page大于等于1
|
868
|
+
* @param {*} [options] Override http request option.
|
869
|
+
* @throws {RequiredError}
|
870
|
+
*/
|
871
|
+
showKeystorePermission(showKeystorePermissionRequest?: ShowKeystorePermissionRequest): Promise<ShowKeystorePermissionResponse>;
|
872
|
+
/**
|
873
|
+
* 下载构建日志(待下线)
|
874
|
+
*
|
875
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
876
|
+
*
|
877
|
+
* @summary 下载构建日志(待下线)
|
878
|
+
* @param {string} recordId 记录ID,36位数字、小写字母、\'-\'组组合。
|
879
|
+
* @param {*} [options] Override http request option.
|
880
|
+
* @throws {RequiredError}
|
881
|
+
*/
|
882
|
+
downloadLogByRecordId(downloadLogByRecordIdRequest?: DownloadLogByRecordIdRequest): Promise<DownloadLogByRecordIdResponse>;
|
883
|
+
/**
|
884
|
+
* 获取构建记录的有向无环图(待下线)
|
885
|
+
*
|
886
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
887
|
+
*
|
888
|
+
* @summary 获取构建记录的有向无环图(待下线)
|
889
|
+
* @param {string} buildFlowRecordId 父任务构建记录ID
|
890
|
+
* @param {*} [options] Override http request option.
|
891
|
+
* @throws {RequiredError}
|
892
|
+
*/
|
893
|
+
showFlowGraph(showFlowGraphRequest?: ShowFlowGraphRequest): Promise<ShowFlowGraphResponse>;
|
894
|
+
/**
|
895
|
+
* 获取构建记录信息(待下线)
|
896
|
+
*
|
897
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
898
|
+
*
|
899
|
+
* @summary 获取构建记录信息(待下线)
|
657
900
|
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
658
|
-
* @param {
|
901
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
659
902
|
* @param {*} [options] Override http request option.
|
660
903
|
* @throws {RequiredError}
|
661
904
|
*/
|
662
|
-
|
905
|
+
showRecordInfo(showRecordInfoRequest?: ShowRecordInfoRequest): Promise<ShowRecordInfoResponse>;
|
663
906
|
/**
|
664
|
-
* 停止构建任务
|
907
|
+
* 停止构建任务(待下线)
|
665
908
|
*
|
666
909
|
* Please refer to HUAWEI cloud API Explorer for details.
|
667
910
|
*
|
668
|
-
* @summary 停止构建任务
|
911
|
+
* @summary 停止构建任务(待下线)
|
912
|
+
* @param {StopJobRequestBody} stopJobRequestBody body
|
913
|
+
* @param {*} [options] Override http request option.
|
914
|
+
* @throws {RequiredError}
|
915
|
+
*/
|
916
|
+
stopJob(stopJobRequest?: StopJobRequest): Promise<StopJobResponse>;
|
917
|
+
/**
|
918
|
+
* 获取任务构建记录列表v1
|
919
|
+
*
|
920
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
921
|
+
*
|
922
|
+
* @summary 获取任务构建记录列表v1
|
923
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
924
|
+
* @param {string} startTime 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
|
925
|
+
* @param {string} endTime 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
|
926
|
+
* @param {number} [pageIndex] 分页页码,表示从此页开始查询, page_index大于等于0
|
927
|
+
* @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
|
928
|
+
* @param {*} [options] Override http request option.
|
929
|
+
* @throws {RequiredError}
|
930
|
+
*/
|
931
|
+
listBuildInfoRecordByJobId(listBuildInfoRecordByJobIdRequest?: ListBuildInfoRecordByJobIdRequest): Promise<ListBuildInfoRecordByJobIdResponse>;
|
932
|
+
/**
|
933
|
+
* 获取指定工程的构建记录列表
|
934
|
+
*
|
935
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
936
|
+
*
|
937
|
+
* @summary 获取指定工程的构建记录列表
|
938
|
+
* @param {string} buildProjectId 构建工程项目ID,36位数字、小写字母组合。
|
939
|
+
* @param {number} [page] 分页页码,表示从此页开始查询,大于等于0
|
940
|
+
* @param {number} [limit] 每页显示的条目数量,小于等于100
|
941
|
+
* @param {Array<string>} [triggers] 需要搜索的触发类型列表
|
942
|
+
* @param {Array<string>} [branches] 需要搜索的分支列表
|
943
|
+
* @param {Array<string>} [tags] 需要搜索的标签列表
|
944
|
+
* @param {string} [fromDate] 查询起止时间,格式:yyyy-MM-dd HH:mm:ss
|
945
|
+
* @param {string} [toDate] 查询结束时间,格式:yyyy-MM-dd HH:mm:ss
|
946
|
+
* @param {*} [options] Override http request option.
|
947
|
+
* @throws {RequiredError}
|
948
|
+
*/
|
949
|
+
listRecords(listRecordsRequest?: ListRecordsRequest): Promise<ListRecordsResponse>;
|
950
|
+
/**
|
951
|
+
* 获取任务构建记录列表
|
952
|
+
*
|
953
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
954
|
+
*
|
955
|
+
* @summary 获取任务构建记录列表
|
669
956
|
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
670
957
|
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
671
958
|
* @param {*} [options] Override http request option.
|
672
959
|
* @throws {RequiredError}
|
673
960
|
*/
|
674
|
-
|
961
|
+
showBuildInfoRecord(showBuildInfoRecordRequest?: ShowBuildInfoRecordRequest): Promise<ShowBuildInfoRecordResponse>;
|
675
962
|
/**
|
676
|
-
*
|
963
|
+
* 查询指定构建记录详情
|
677
964
|
*
|
678
965
|
* Please refer to HUAWEI cloud API Explorer for details.
|
679
966
|
*
|
680
|
-
* @summary
|
681
|
-
* @param {
|
967
|
+
* @summary 查询指定构建记录详情
|
968
|
+
* @param {string} recordId 记录ID,36位数字、小写字母、\'-\'组组合。
|
682
969
|
* @param {*} [options] Override http request option.
|
683
970
|
* @throws {RequiredError}
|
684
971
|
*/
|
685
|
-
|
972
|
+
showBuildRecord(showBuildRecordRequest?: ShowBuildRecordRequest): Promise<ShowBuildRecordResponse>;
|
973
|
+
/**
|
974
|
+
* 获取构建记录的构建脚本
|
975
|
+
*
|
976
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
977
|
+
*
|
978
|
+
* @summary 获取构建记录的构建脚本
|
979
|
+
* @param {string} recordId 记录ID,36位数字、小写字母、\'-\'组组合。
|
980
|
+
* @param {*} [options] Override http request option.
|
981
|
+
* @throws {RequiredError}
|
982
|
+
*/
|
983
|
+
showBuildRecordBuildScript(showBuildRecordBuildScriptRequest?: ShowBuildRecordBuildScriptRequest): Promise<ShowBuildRecordBuildScriptResponse>;
|
984
|
+
/**
|
985
|
+
* 获取构建记录的有向无环图
|
986
|
+
*
|
987
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
988
|
+
*
|
989
|
+
* @summary 获取构建记录的有向无环图
|
990
|
+
* @param {string} buildFlowRecordId 父任务构建记录ID
|
991
|
+
* @param {*} [options] Override http request option.
|
992
|
+
* @throws {RequiredError}
|
993
|
+
*/
|
994
|
+
showBuildRecordFlowGraph(showBuildRecordFlowGraphRequest?: ShowBuildRecordFlowGraphRequest): Promise<ShowBuildRecordFlowGraphResponse>;
|
995
|
+
/**
|
996
|
+
* 获取任务各阶段信息
|
997
|
+
*
|
998
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
999
|
+
*
|
1000
|
+
* @summary 获取任务各阶段信息
|
1001
|
+
* @param {string} recordId 记录ID,36位数字、小写字母、\'-\'组组合。
|
1002
|
+
* @param {boolean} [cascade] 是否联级获取steps
|
1003
|
+
* @param {*} [options] Override http request option.
|
1004
|
+
* @throws {RequiredError}
|
1005
|
+
*/
|
1006
|
+
showBuildRecordFullStages(showBuildRecordFullStagesRequest?: ShowBuildRecordFullStagesRequest): Promise<ShowBuildRecordFullStagesResponse>;
|
1007
|
+
/**
|
1008
|
+
* 获取构建记录信息
|
1009
|
+
*
|
1010
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1011
|
+
*
|
1012
|
+
* @summary 获取构建记录信息
|
1013
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1014
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
1015
|
+
* @param {*} [options] Override http request option.
|
1016
|
+
* @throws {RequiredError}
|
1017
|
+
*/
|
1018
|
+
showJobBuildRecordDetail(showJobBuildRecordDetailRequest?: ShowJobBuildRecordDetailRequest): Promise<ShowJobBuildRecordDetailResponse>;
|
1019
|
+
/**
|
1020
|
+
* 构建历史页获取构建次数
|
1021
|
+
*
|
1022
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1023
|
+
*
|
1024
|
+
* @summary 构建历史页获取构建次数
|
1025
|
+
* @param {string} buildProjectId 构建工程项目ID,36位数字、小写字母组合。
|
1026
|
+
* @param {string} [fromDate] 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
|
1027
|
+
* @param {string} [toDate] 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
|
1028
|
+
* @param {*} [options] Override http request option.
|
1029
|
+
* @throws {RequiredError}
|
1030
|
+
*/
|
1031
|
+
showJobTotal(showJobTotalRequest?: ShowJobTotalRequest): Promise<ShowJobTotalResponse>;
|
1032
|
+
/**
|
1033
|
+
* 获取单元测试覆盖率报告压缩包
|
1034
|
+
*
|
1035
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1036
|
+
*
|
1037
|
+
* @summary 获取单元测试覆盖率报告压缩包
|
1038
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1039
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
1040
|
+
* @param {string} rootId 资源ID,下载覆盖率报告时使用
|
1041
|
+
* @param {*} [options] Override http request option.
|
1042
|
+
* @throws {RequiredError}
|
1043
|
+
*/
|
1044
|
+
downloadJunitCoverageZip(downloadJunitCoverageZipRequest?: DownloadJunitCoverageZipRequest): Promise<DownloadJunitCoverageZipResponse>;
|
1045
|
+
/**
|
1046
|
+
* 获取单元测试覆盖率报告列表
|
1047
|
+
*
|
1048
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1049
|
+
*
|
1050
|
+
* @summary 获取单元测试覆盖率报告列表
|
1051
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1052
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
1053
|
+
* @param {*} [options] Override http request option.
|
1054
|
+
* @throws {RequiredError}
|
1055
|
+
*/
|
1056
|
+
listJunitCoverageSummary(listJunitCoverageSummaryRequest?: ListJunitCoverageSummaryRequest): Promise<ListJunitCoverageSummaryResponse>;
|
1057
|
+
/**
|
1058
|
+
* 获取该任务所有分支信息
|
1059
|
+
*
|
1060
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1061
|
+
*
|
1062
|
+
* @summary 获取该任务所有分支信息
|
1063
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1064
|
+
* @param {string} repositoryName 代码仓库名,不支持中文
|
1065
|
+
* @param {*} [options] Override http request option.
|
1066
|
+
* @throws {RequiredError}
|
1067
|
+
*/
|
1068
|
+
listRepoBranch(listRepoBranchRequest?: ListRepoBranchRequest): Promise<ListRepoBranchResponse>;
|
1069
|
+
/**
|
1070
|
+
* 查看仓库
|
1071
|
+
*
|
1072
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1073
|
+
*
|
1074
|
+
* @summary 查看仓库
|
1075
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1076
|
+
* @param {*} [options] Override http request option.
|
1077
|
+
* @throws {RequiredError}
|
1078
|
+
*/
|
1079
|
+
listRepository(listRepositoryRequest?: ListRepositoryRequest): Promise<ListRepositoryResponse>;
|
1080
|
+
/**
|
1081
|
+
* 查询构建成功率
|
1082
|
+
*
|
1083
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1084
|
+
*
|
1085
|
+
* @summary 查询构建成功率
|
1086
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1087
|
+
* @param {string} repositoryName 代码仓名称。
|
1088
|
+
* @param {number} interval 查询时间,查最近几天的。
|
1089
|
+
* @param {string} [branch] 代码仓分支名。
|
1090
|
+
* @param {*} [options] Override http request option.
|
1091
|
+
* @throws {RequiredError}
|
1092
|
+
*/
|
1093
|
+
showJobBuildSuccessRatio(showJobBuildSuccessRatioRequest?: ShowJobBuildSuccessRatioRequest): Promise<ShowJobBuildSuccessRatioResponse>;
|
1094
|
+
/**
|
1095
|
+
* 洞察构建时长
|
1096
|
+
*
|
1097
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1098
|
+
*
|
1099
|
+
* @summary 洞察构建时长
|
1100
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1101
|
+
* @param {string} repositoryName 代码仓名称。
|
1102
|
+
* @param {number} interval 查询时间,查最近几天的。
|
1103
|
+
* @param {string} [branch] 代码仓分支名。
|
1104
|
+
* @param {*} [options] Override http request option.
|
1105
|
+
* @throws {RequiredError}
|
1106
|
+
*/
|
1107
|
+
showJobBuildTime(showJobBuildTimeRequest?: ShowJobBuildTimeRequest): Promise<ShowJobBuildTimeResponse>;
|
1108
|
+
/**
|
1109
|
+
* 获取覆盖率接口
|
1110
|
+
*
|
1111
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1112
|
+
*
|
1113
|
+
* @summary 获取覆盖率接口
|
1114
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1115
|
+
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
1116
|
+
* @param {*} [options] Override http request option.
|
1117
|
+
* @throws {RequiredError}
|
1118
|
+
*/
|
1119
|
+
showReportSummary(showReportSummaryRequest?: ShowReportSummaryRequest): Promise<ShowReportSummaryResponse>;
|
1120
|
+
/**
|
1121
|
+
* 根据条件查询特定模板
|
1122
|
+
*
|
1123
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1124
|
+
*
|
1125
|
+
* @summary 根据条件查询特定模板
|
1126
|
+
* @param {string} [name] 名称
|
1127
|
+
* @param {string} [filter] 过滤条件
|
1128
|
+
* @param {number} [page] 分页页码,表示从此页开始查询,page大于等于1
|
1129
|
+
* @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
|
1130
|
+
* @param {string} [tags] 构建状态过滤条件
|
1131
|
+
* @param {*} [options] Override http request option.
|
1132
|
+
* @throws {RequiredError}
|
1133
|
+
*/
|
1134
|
+
listCustomTemplate(listCustomTemplateRequest?: ListCustomTemplateRequest): Promise<ListCustomTemplateResponse>;
|
1135
|
+
/**
|
1136
|
+
* 查询官方模版
|
1137
|
+
*
|
1138
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1139
|
+
*
|
1140
|
+
* @summary 查询官方模版
|
1141
|
+
* @param {string} [name] 检索的模板的名字模糊查询
|
1142
|
+
* @param {string} [page] 分页页码, 表示从此页开始查询
|
1143
|
+
* @param {string} [pageSize] 每页显示的条目数量,page_size小于等于100
|
1144
|
+
* @param {*} [options] Override http request option.
|
1145
|
+
* @throws {RequiredError}
|
1146
|
+
*/
|
1147
|
+
listOfficialTemplate(listOfficialTemplateRequest?: ListOfficialTemplateRequest): Promise<ListOfficialTemplateResponse>;
|
1148
|
+
/**
|
1149
|
+
* 获取代码化构建默认模板
|
1150
|
+
*
|
1151
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1152
|
+
*
|
1153
|
+
* @summary 获取代码化构建默认模板
|
1154
|
+
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
1155
|
+
* @param {string} [defaultHost] 默认主机类型
|
1156
|
+
* @param {*} [options] Override http request option.
|
1157
|
+
* @throws {RequiredError}
|
1158
|
+
*/
|
1159
|
+
showYamlTemplate(showYamlTemplateRequest?: ShowYamlTemplateRequest): Promise<ShowYamlTemplateResponse>;
|
1160
|
+
}
|
1161
|
+
export declare const ParamCreater: () => {
|
1162
|
+
/**
|
1163
|
+
* 创建构建任务
|
1164
|
+
*
|
1165
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1166
|
+
*/
|
1167
|
+
createBuildJob(createBuildJobRequest?: CreateBuildJobRequest): {
|
1168
|
+
method: string;
|
1169
|
+
url: string;
|
1170
|
+
contentType: string;
|
1171
|
+
queryParams: {};
|
1172
|
+
pathParams: {};
|
1173
|
+
headers: {};
|
1174
|
+
data: {};
|
1175
|
+
};
|
1176
|
+
/**
|
1177
|
+
* 创建构建模板
|
1178
|
+
*
|
1179
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1180
|
+
*/
|
1181
|
+
createTemplates(createTemplatesRequest?: CreateTemplatesRequest): {
|
1182
|
+
method: string;
|
1183
|
+
url: string;
|
1184
|
+
contentType: string;
|
1185
|
+
queryParams: {};
|
1186
|
+
pathParams: {};
|
1187
|
+
headers: {};
|
1188
|
+
data: {};
|
1189
|
+
};
|
1190
|
+
/**
|
1191
|
+
* 删除构建任务
|
1192
|
+
*
|
1193
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1194
|
+
*/
|
1195
|
+
deleteBuildJob(deleteBuildJobRequest?: DeleteBuildJobRequest): {
|
1196
|
+
method: string;
|
1197
|
+
url: string;
|
1198
|
+
contentType: string;
|
1199
|
+
queryParams: {};
|
1200
|
+
pathParams: {};
|
1201
|
+
headers: {};
|
1202
|
+
};
|
1203
|
+
/**
|
1204
|
+
* 删除构建模板
|
1205
|
+
*
|
1206
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1207
|
+
*/
|
1208
|
+
deleteTemplates(deleteTemplatesRequest?: DeleteTemplatesRequest): {
|
1209
|
+
method: string;
|
1210
|
+
url: string;
|
1211
|
+
contentType: string;
|
1212
|
+
queryParams: {};
|
1213
|
+
pathParams: {};
|
1214
|
+
headers: {};
|
1215
|
+
};
|
1216
|
+
/**
|
1217
|
+
* 禁用构建任务
|
1218
|
+
*
|
1219
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1220
|
+
*/
|
1221
|
+
disableBuildJob(disableBuildJobRequest?: DisableBuildJobRequest): {
|
1222
|
+
method: string;
|
1223
|
+
url: string;
|
1224
|
+
contentType: string;
|
1225
|
+
queryParams: {};
|
1226
|
+
pathParams: {};
|
1227
|
+
headers: {};
|
1228
|
+
};
|
1229
|
+
/**
|
1230
|
+
* 取消通知
|
1231
|
+
*
|
1232
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1233
|
+
*/
|
1234
|
+
disableNotice(disableNoticeRequest?: DisableNoticeRequest): {
|
1235
|
+
method: string;
|
1236
|
+
url: string;
|
1237
|
+
contentType: string;
|
1238
|
+
queryParams: {};
|
1239
|
+
pathParams: {};
|
1240
|
+
headers: {};
|
1241
|
+
};
|
1242
|
+
/**
|
1243
|
+
* 下载全量构建日志
|
1244
|
+
*
|
1245
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1246
|
+
*/
|
1247
|
+
downloadBuildLog(downloadBuildLogRequest?: DownloadBuildLogRequest): {
|
1248
|
+
method: string;
|
1249
|
+
url: string;
|
1250
|
+
contentType: string;
|
1251
|
+
queryParams: {};
|
1252
|
+
pathParams: {};
|
1253
|
+
headers: {};
|
1254
|
+
};
|
1255
|
+
/**
|
1256
|
+
* 下载指定租户下的KeyStore文件
|
1257
|
+
*
|
1258
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1259
|
+
*/
|
1260
|
+
downloadKeystore(downloadKeystoreRequest?: DownloadKeystoreRequest): {
|
1261
|
+
method: string;
|
1262
|
+
url: string;
|
1263
|
+
contentType: string;
|
1264
|
+
queryParams: {};
|
1265
|
+
pathParams: {};
|
1266
|
+
headers: {};
|
1267
|
+
};
|
1268
|
+
/**
|
1269
|
+
* 下载构建实时日志
|
1270
|
+
*
|
1271
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1272
|
+
*/
|
1273
|
+
downloadRealTimeLog(downloadRealTimeLogRequest?: DownloadRealTimeLogRequest): {
|
1274
|
+
method: string;
|
1275
|
+
url: string;
|
1276
|
+
contentType: string;
|
1277
|
+
queryParams: {};
|
1278
|
+
pathParams: {};
|
1279
|
+
headers: {};
|
1280
|
+
};
|
1281
|
+
/**
|
1282
|
+
* 下载构建步骤日志
|
1283
|
+
*
|
1284
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1285
|
+
*/
|
1286
|
+
downloadTaskLog(downloadTaskLogRequest?: DownloadTaskLogRequest): {
|
1287
|
+
method: string;
|
1288
|
+
url: string;
|
1289
|
+
contentType: string;
|
1290
|
+
queryParams: {};
|
1291
|
+
pathParams: {};
|
1292
|
+
headers: {};
|
1293
|
+
};
|
1294
|
+
/**
|
1295
|
+
* 恢复构建任务
|
1296
|
+
*
|
1297
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1298
|
+
*/
|
1299
|
+
enableBuildJob(enableBuildJobRequest?: EnableBuildJobRequest): {
|
1300
|
+
method: string;
|
1301
|
+
url: string;
|
1302
|
+
contentType: string;
|
1303
|
+
queryParams: {};
|
1304
|
+
pathParams: {};
|
1305
|
+
headers: {};
|
1306
|
+
};
|
1307
|
+
/**
|
1308
|
+
* 获取任务构建记录列表
|
1309
|
+
*
|
1310
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1311
|
+
*/
|
1312
|
+
listBuildInfoRecord(listBuildInfoRecordRequest?: ListBuildInfoRecordRequest): {
|
1313
|
+
method: string;
|
1314
|
+
url: string;
|
1315
|
+
contentType: string;
|
1316
|
+
queryParams: {};
|
1317
|
+
pathParams: {};
|
1318
|
+
headers: {};
|
1319
|
+
};
|
1320
|
+
/**
|
1321
|
+
* 获取构建任务详情
|
1322
|
+
*
|
1323
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1324
|
+
*/
|
1325
|
+
listJobConfig(listJobConfigRequest?: ListJobConfigRequest): {
|
1326
|
+
method: string;
|
1327
|
+
url: string;
|
1328
|
+
contentType: string;
|
1329
|
+
queryParams: {};
|
1330
|
+
pathParams: {};
|
1331
|
+
headers: {};
|
1332
|
+
};
|
1333
|
+
/**
|
1334
|
+
* 查询通知
|
1335
|
+
*
|
1336
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1337
|
+
*/
|
1338
|
+
listNotice(listNoticeRequest?: ListNoticeRequest): {
|
1339
|
+
method: string;
|
1340
|
+
url: string;
|
1341
|
+
contentType: string;
|
1342
|
+
queryParams: {};
|
1343
|
+
pathParams: {};
|
1344
|
+
headers: {};
|
1345
|
+
};
|
1346
|
+
/**
|
1347
|
+
* 查询构建模板
|
1348
|
+
*
|
1349
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1350
|
+
*/
|
1351
|
+
listTemplates(listTemplatesRequest?: ListTemplatesRequest): {
|
1352
|
+
method: string;
|
1353
|
+
url: string;
|
1354
|
+
contentType: string;
|
1355
|
+
queryParams: {};
|
1356
|
+
pathParams: {};
|
1357
|
+
headers: {};
|
1358
|
+
};
|
1359
|
+
/**
|
1360
|
+
* 执行构建任务,可传自定义参数
|
1361
|
+
*
|
1362
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1363
|
+
*/
|
1364
|
+
runJob(runJobRequest?: RunJobRequest): {
|
1365
|
+
method: string;
|
1366
|
+
url: string;
|
1367
|
+
contentType: string;
|
1368
|
+
queryParams: {};
|
1369
|
+
pathParams: {};
|
1370
|
+
headers: {};
|
1371
|
+
data: {};
|
1372
|
+
};
|
1373
|
+
/**
|
1374
|
+
* 获取构建历史详情信息接口
|
1375
|
+
*
|
1376
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1377
|
+
*/
|
1378
|
+
showHistoryDetails(showHistoryDetailsRequest?: ShowHistoryDetailsRequest): {
|
1379
|
+
method: string;
|
1380
|
+
url: string;
|
1381
|
+
contentType: string;
|
1382
|
+
queryParams: {};
|
1383
|
+
pathParams: {};
|
1384
|
+
headers: {};
|
1385
|
+
};
|
1386
|
+
/**
|
1387
|
+
* 查看项目下用户的构建任务列表
|
1388
|
+
*
|
1389
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1390
|
+
*/
|
1391
|
+
showJobListByProjectId(showJobListByProjectIdRequest?: ShowJobListByProjectIdRequest): {
|
1392
|
+
method: string;
|
1393
|
+
url: string;
|
1394
|
+
contentType: string;
|
1395
|
+
queryParams: {};
|
1396
|
+
pathParams: {};
|
1397
|
+
headers: {};
|
1398
|
+
};
|
1399
|
+
/**
|
1400
|
+
* 查看任务运行状态
|
1401
|
+
*
|
1402
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1403
|
+
*/
|
1404
|
+
showJobStatus(showJobStatusRequest?: ShowJobStatusRequest): {
|
1405
|
+
method: string;
|
1406
|
+
url: string;
|
1407
|
+
contentType: string;
|
1408
|
+
queryParams: {};
|
1409
|
+
pathParams: {};
|
1410
|
+
headers: {};
|
1411
|
+
};
|
1412
|
+
/**
|
1413
|
+
* 根据开始时间和结束时间查看构建任务的构建成功率
|
1414
|
+
*
|
1415
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1416
|
+
*/
|
1417
|
+
showJobSuccessRatio(showJobSuccessRatioRequest?: ShowJobSuccessRatioRequest): {
|
1418
|
+
method: string;
|
1419
|
+
url: string;
|
1420
|
+
contentType: string;
|
1421
|
+
queryParams: {};
|
1422
|
+
pathParams: {};
|
1423
|
+
headers: {};
|
1424
|
+
};
|
1425
|
+
/**
|
1426
|
+
* 查询指定代码仓库最近一次成功的构建历史
|
1427
|
+
*
|
1428
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1429
|
+
*/
|
1430
|
+
showLastHistory(showLastHistoryRequest?: ShowLastHistoryRequest): {
|
1431
|
+
method: string;
|
1432
|
+
url: string;
|
1433
|
+
contentType: string;
|
1434
|
+
queryParams: {};
|
1435
|
+
pathParams: {};
|
1436
|
+
headers: {};
|
1437
|
+
};
|
1438
|
+
/**
|
1439
|
+
* 查看构建任务的构建历史列表
|
1440
|
+
*
|
1441
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1442
|
+
*/
|
1443
|
+
showListHistory(showListHistoryRequest?: ShowListHistoryRequest): {
|
1444
|
+
method: string;
|
1445
|
+
url: string;
|
1446
|
+
contentType: string;
|
1447
|
+
queryParams: {};
|
1448
|
+
pathParams: {};
|
1449
|
+
headers: {};
|
1450
|
+
};
|
1451
|
+
/**
|
1452
|
+
* 根据开始时间和结束时间查看构建任务的构建历史列表
|
1453
|
+
*
|
1454
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1455
|
+
*/
|
1456
|
+
showListPeriodHistory(showListPeriodHistoryRequest?: ShowListPeriodHistoryRequest): {
|
1457
|
+
method: string;
|
1458
|
+
url: string;
|
1459
|
+
contentType: string;
|
1460
|
+
queryParams: {};
|
1461
|
+
pathParams: {};
|
1462
|
+
headers: {};
|
1463
|
+
};
|
1464
|
+
/**
|
1465
|
+
* 获取构建产物详情信息
|
1466
|
+
*
|
1467
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1468
|
+
*/
|
1469
|
+
showOutputInfo(showOutputInfoRequest?: ShowOutputInfoRequest): {
|
1470
|
+
method: string;
|
1471
|
+
url: string;
|
1472
|
+
contentType: string;
|
1473
|
+
queryParams: {};
|
1474
|
+
pathParams: {};
|
1475
|
+
headers: {};
|
1476
|
+
};
|
686
1477
|
/**
|
687
|
-
*
|
1478
|
+
* 获取构建记录信息
|
688
1479
|
*
|
689
1480
|
* Please refer to HUAWEI cloud API Explorer for details.
|
690
|
-
*
|
691
|
-
* @summary 更新通知
|
692
|
-
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
693
|
-
* @param {UpdateNoticeRequestBody} updateNoticeRequestBody body
|
694
|
-
* @param {*} [options] Override http request option.
|
695
|
-
* @throws {RequiredError}
|
696
1481
|
*/
|
697
|
-
|
1482
|
+
showRecordDetail(showRecordDetailRequest?: ShowRecordDetailRequest): {
|
1483
|
+
method: string;
|
1484
|
+
url: string;
|
1485
|
+
contentType: string;
|
1486
|
+
queryParams: {};
|
1487
|
+
pathParams: {};
|
1488
|
+
headers: {};
|
1489
|
+
};
|
698
1490
|
/**
|
699
|
-
*
|
1491
|
+
* 停止构建任务
|
700
1492
|
*
|
701
1493
|
* Please refer to HUAWEI cloud API Explorer for details.
|
702
|
-
*
|
703
|
-
* @summary 下载构建日志(待下线)
|
704
|
-
* @param {string} recordId 记录ID,36位数字、小写字母、\'-\'组组合。
|
705
|
-
* @param {*} [options] Override http request option.
|
706
|
-
* @throws {RequiredError}
|
707
1494
|
*/
|
708
|
-
|
1495
|
+
stopBuildJob(stopBuildJobRequest?: StopBuildJobRequest): {
|
1496
|
+
method: string;
|
1497
|
+
url: string;
|
1498
|
+
contentType: string;
|
1499
|
+
queryParams: {};
|
1500
|
+
pathParams: {};
|
1501
|
+
headers: {};
|
1502
|
+
};
|
709
1503
|
/**
|
710
|
-
*
|
1504
|
+
* 更新构建任务
|
711
1505
|
*
|
712
1506
|
* Please refer to HUAWEI cloud API Explorer for details.
|
713
|
-
*
|
714
|
-
* @summary 获取构建记录的有向无环图(待下线)
|
715
|
-
* @param {string} buildFlowRecordId 父任务构建记录ID
|
716
|
-
* @param {*} [options] Override http request option.
|
717
|
-
* @throws {RequiredError}
|
718
1507
|
*/
|
719
|
-
|
1508
|
+
updateBuildJob(updateBuildJobRequest?: UpdateBuildJobRequest): {
|
1509
|
+
method: string;
|
1510
|
+
url: string;
|
1511
|
+
contentType: string;
|
1512
|
+
queryParams: {};
|
1513
|
+
pathParams: {};
|
1514
|
+
headers: {};
|
1515
|
+
data: {};
|
1516
|
+
};
|
720
1517
|
/**
|
721
|
-
*
|
1518
|
+
* 更新通知
|
722
1519
|
*
|
723
1520
|
* Please refer to HUAWEI cloud API Explorer for details.
|
724
|
-
*
|
725
|
-
* @summary 获取构建记录信息(待下线)
|
726
|
-
* @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
727
|
-
* @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
|
728
|
-
* @param {*} [options] Override http request option.
|
729
|
-
* @throws {RequiredError}
|
730
1521
|
*/
|
731
|
-
|
1522
|
+
updateNotice(updateNoticeRequest?: UpdateNoticeRequest): {
|
1523
|
+
method: string;
|
1524
|
+
url: string;
|
1525
|
+
contentType: string;
|
1526
|
+
queryParams: {};
|
1527
|
+
pathParams: {};
|
1528
|
+
headers: {};
|
1529
|
+
data: {};
|
1530
|
+
};
|
732
1531
|
/**
|
733
|
-
*
|
1532
|
+
* 获取项目列表
|
734
1533
|
*
|
735
1534
|
* Please refer to HUAWEI cloud API Explorer for details.
|
736
|
-
*
|
737
|
-
* @summary 停止构建任务(待下线)
|
738
|
-
* @param {StopJobRequestBody} stopJobRequestBody body
|
739
|
-
* @param {*} [options] Override http request option.
|
740
|
-
* @throws {RequiredError}
|
741
1535
|
*/
|
742
|
-
|
743
|
-
|
744
|
-
|
1536
|
+
listRelatedProjectInfo(listRelatedProjectInfoRequest?: ListRelatedProjectInfoRequest): {
|
1537
|
+
method: string;
|
1538
|
+
url: string;
|
1539
|
+
contentType: string;
|
1540
|
+
queryParams: {};
|
1541
|
+
pathParams: {};
|
1542
|
+
headers: {};
|
1543
|
+
};
|
745
1544
|
/**
|
746
|
-
*
|
1545
|
+
* 获取用户权限
|
747
1546
|
*
|
748
1547
|
* Please refer to HUAWEI cloud API Explorer for details.
|
749
1548
|
*/
|
750
|
-
|
1549
|
+
showProjectPermission(showProjectPermissionRequest?: ShowProjectPermissionRequest): {
|
751
1550
|
method: string;
|
752
1551
|
url: string;
|
753
1552
|
contentType: string;
|
754
1553
|
queryParams: {};
|
755
1554
|
pathParams: {};
|
756
1555
|
headers: {};
|
757
|
-
data: {};
|
758
1556
|
};
|
759
1557
|
/**
|
760
|
-
*
|
1558
|
+
* 获取当前用户的项目信息列表
|
761
1559
|
*
|
762
1560
|
* Please refer to HUAWEI cloud API Explorer for details.
|
763
1561
|
*/
|
764
|
-
|
1562
|
+
showRelatedProject(): {
|
765
1563
|
method: string;
|
766
1564
|
url: string;
|
767
1565
|
contentType: string;
|
768
1566
|
queryParams: {};
|
769
1567
|
pathParams: {};
|
770
1568
|
headers: {};
|
771
|
-
data: {};
|
772
1569
|
};
|
773
1570
|
/**
|
774
|
-
*
|
1571
|
+
* 获取租户任务总数和成功率接口
|
775
1572
|
*
|
776
1573
|
* Please refer to HUAWEI cloud API Explorer for details.
|
777
1574
|
*/
|
778
|
-
|
1575
|
+
showSummaryBuildJobInfo(): {
|
779
1576
|
method: string;
|
780
1577
|
url: string;
|
781
1578
|
contentType: string;
|
@@ -784,11 +1581,11 @@ export declare const ParamCreater: () => {
|
|
784
1581
|
headers: {};
|
785
1582
|
};
|
786
1583
|
/**
|
787
|
-
*
|
1584
|
+
* 当前用户所在项目所属租户的包周期每月时长是否超额
|
788
1585
|
*
|
789
1586
|
* Please refer to HUAWEI cloud API Explorer for details.
|
790
1587
|
*/
|
791
|
-
|
1588
|
+
showUserOverPackageQuota(showUserOverPackageQuotaRequest?: ShowUserOverPackageQuotaRequest): {
|
792
1589
|
method: string;
|
793
1590
|
url: string;
|
794
1591
|
contentType: string;
|
@@ -797,11 +1594,11 @@ export declare const ParamCreater: () => {
|
|
797
1594
|
headers: {};
|
798
1595
|
};
|
799
1596
|
/**
|
800
|
-
*
|
1597
|
+
* 获取dockerfileTemplate
|
801
1598
|
*
|
802
1599
|
* Please refer to HUAWEI cloud API Explorer for details.
|
803
1600
|
*/
|
804
|
-
|
1601
|
+
showDockerfileTemplate(showDockerfileTemplateRequest?: ShowDockerfileTemplateRequest): {
|
805
1602
|
method: string;
|
806
1603
|
url: string;
|
807
1604
|
contentType: string;
|
@@ -810,11 +1607,11 @@ export declare const ParamCreater: () => {
|
|
810
1607
|
headers: {};
|
811
1608
|
};
|
812
1609
|
/**
|
813
|
-
*
|
1610
|
+
* 获取镜像模板列表
|
814
1611
|
*
|
815
1612
|
* Please refer to HUAWEI cloud API Explorer for details.
|
816
1613
|
*/
|
817
|
-
|
1614
|
+
showImageTemplateList(): {
|
818
1615
|
method: string;
|
819
1616
|
url: string;
|
820
1617
|
contentType: string;
|
@@ -823,11 +1620,11 @@ export declare const ParamCreater: () => {
|
|
823
1620
|
headers: {};
|
824
1621
|
};
|
825
1622
|
/**
|
826
|
-
*
|
1623
|
+
* 检查任务数量是否上限
|
827
1624
|
*
|
828
1625
|
* Please refer to HUAWEI cloud API Explorer for details.
|
829
1626
|
*/
|
830
|
-
|
1627
|
+
checkJobCountIsTopLimit(): {
|
831
1628
|
method: string;
|
832
1629
|
url: string;
|
833
1630
|
contentType: string;
|
@@ -836,11 +1633,11 @@ export declare const ParamCreater: () => {
|
|
836
1633
|
headers: {};
|
837
1634
|
};
|
838
1635
|
/**
|
839
|
-
*
|
1636
|
+
* 查看项目下任务名是否存在
|
840
1637
|
*
|
841
1638
|
* Please refer to HUAWEI cloud API Explorer for details.
|
842
1639
|
*/
|
843
|
-
|
1640
|
+
checkJobNameIsExists(checkJobNameIsExistsRequest?: CheckJobNameIsExistsRequest): {
|
844
1641
|
method: string;
|
845
1642
|
url: string;
|
846
1643
|
contentType: string;
|
@@ -849,11 +1646,11 @@ export declare const ParamCreater: () => {
|
|
849
1646
|
headers: {};
|
850
1647
|
};
|
851
1648
|
/**
|
852
|
-
*
|
1649
|
+
* 详情页获取构建参数
|
853
1650
|
*
|
854
1651
|
* Please refer to HUAWEI cloud API Explorer for details.
|
855
1652
|
*/
|
856
|
-
|
1653
|
+
listBuildParameter(listBuildParameterRequest?: ListBuildParameterRequest): {
|
857
1654
|
method: string;
|
858
1655
|
url: string;
|
859
1656
|
contentType: string;
|
@@ -862,11 +1659,11 @@ export declare const ParamCreater: () => {
|
|
862
1659
|
headers: {};
|
863
1660
|
};
|
864
1661
|
/**
|
865
|
-
*
|
1662
|
+
* 查看用户全部的构建任务列表
|
866
1663
|
*
|
867
1664
|
* Please refer to HUAWEI cloud API Explorer for details.
|
868
1665
|
*/
|
869
|
-
|
1666
|
+
listJob(): {
|
870
1667
|
method: string;
|
871
1668
|
url: string;
|
872
1669
|
contentType: string;
|
@@ -875,11 +1672,11 @@ export declare const ParamCreater: () => {
|
|
875
1672
|
headers: {};
|
876
1673
|
};
|
877
1674
|
/**
|
878
|
-
*
|
1675
|
+
* 查询项目任务列表
|
879
1676
|
*
|
880
1677
|
* Please refer to HUAWEI cloud API Explorer for details.
|
881
1678
|
*/
|
882
|
-
|
1679
|
+
listProjectJobs(listProjectJobsRequest?: ListProjectJobsRequest): {
|
883
1680
|
method: string;
|
884
1681
|
url: string;
|
885
1682
|
contentType: string;
|
@@ -888,11 +1685,11 @@ export declare const ParamCreater: () => {
|
|
888
1685
|
headers: {};
|
889
1686
|
};
|
890
1687
|
/**
|
891
|
-
*
|
1688
|
+
* 查看回收站中删除的构建任务列表
|
892
1689
|
*
|
893
1690
|
* Please refer to HUAWEI cloud API Explorer for details.
|
894
1691
|
*/
|
895
|
-
|
1692
|
+
listRecyclingJob(listRecyclingJobRequest?: ListRecyclingJobRequest): {
|
896
1693
|
method: string;
|
897
1694
|
url: string;
|
898
1695
|
contentType: string;
|
@@ -901,11 +1698,11 @@ export declare const ParamCreater: () => {
|
|
901
1698
|
headers: {};
|
902
1699
|
};
|
903
1700
|
/**
|
904
|
-
*
|
1701
|
+
* 获取修改历史
|
905
1702
|
*
|
906
1703
|
* Please refer to HUAWEI cloud API Explorer for details.
|
907
1704
|
*/
|
908
|
-
|
1705
|
+
listUpdateJobHistory(listUpdateJobHistoryRequest?: ListUpdateJobHistoryRequest): {
|
909
1706
|
method: string;
|
910
1707
|
url: string;
|
911
1708
|
contentType: string;
|
@@ -914,11 +1711,11 @@ export declare const ParamCreater: () => {
|
|
914
1711
|
headers: {};
|
915
1712
|
};
|
916
1713
|
/**
|
917
|
-
*
|
1714
|
+
* 编辑页获取参数类型的接口
|
918
1715
|
*
|
919
1716
|
* Please refer to HUAWEI cloud API Explorer for details.
|
920
1717
|
*/
|
921
|
-
|
1718
|
+
showBuildParamsList(): {
|
922
1719
|
method: string;
|
923
1720
|
url: string;
|
924
1721
|
contentType: string;
|
@@ -927,11 +1724,11 @@ export declare const ParamCreater: () => {
|
|
927
1724
|
headers: {};
|
928
1725
|
};
|
929
1726
|
/**
|
930
|
-
*
|
1727
|
+
* 复制任务名
|
931
1728
|
*
|
932
1729
|
* Please refer to HUAWEI cloud API Explorer for details.
|
933
1730
|
*/
|
934
|
-
|
1731
|
+
showCopyName(showCopyNameRequest?: ShowCopyNameRequest): {
|
935
1732
|
method: string;
|
936
1733
|
url: string;
|
937
1734
|
contentType: string;
|
@@ -940,11 +1737,11 @@ export declare const ParamCreater: () => {
|
|
940
1737
|
headers: {};
|
941
1738
|
};
|
942
1739
|
/**
|
943
|
-
*
|
1740
|
+
* 获取编译构建默认参数
|
944
1741
|
*
|
945
1742
|
* Please refer to HUAWEI cloud API Explorer for details.
|
946
1743
|
*/
|
947
|
-
|
1744
|
+
showDefaultBuildParameters(): {
|
948
1745
|
method: string;
|
949
1746
|
url: string;
|
950
1747
|
contentType: string;
|
@@ -953,11 +1750,11 @@ export declare const ParamCreater: () => {
|
|
953
1750
|
headers: {};
|
954
1751
|
};
|
955
1752
|
/**
|
956
|
-
*
|
1753
|
+
* 获取当前项目默认角色权限矩阵信息
|
957
1754
|
*
|
958
1755
|
* Please refer to HUAWEI cloud API Explorer for details.
|
959
1756
|
*/
|
960
|
-
|
1757
|
+
showDefaultProjectPermission(showDefaultProjectPermissionRequest?: ShowDefaultProjectPermissionRequest): {
|
961
1758
|
method: string;
|
962
1759
|
url: string;
|
963
1760
|
contentType: string;
|
@@ -966,11 +1763,11 @@ export declare const ParamCreater: () => {
|
|
966
1763
|
headers: {};
|
967
1764
|
};
|
968
1765
|
/**
|
969
|
-
*
|
1766
|
+
* 查询任务是否已禁用
|
970
1767
|
*
|
971
1768
|
* Please refer to HUAWEI cloud API Explorer for details.
|
972
1769
|
*/
|
973
|
-
|
1770
|
+
showDisable(showDisableRequest?: ShowDisableRequest): {
|
974
1771
|
method: string;
|
975
1772
|
url: string;
|
976
1773
|
contentType: string;
|
@@ -979,11 +1776,11 @@ export declare const ParamCreater: () => {
|
|
979
1776
|
headers: {};
|
980
1777
|
};
|
981
1778
|
/**
|
982
|
-
*
|
1779
|
+
* 获取构建任务详情
|
983
1780
|
*
|
984
1781
|
* Please refer to HUAWEI cloud API Explorer for details.
|
985
1782
|
*/
|
986
|
-
|
1783
|
+
showJobConfig(showJobConfigRequest?: ShowJobConfigRequest): {
|
987
1784
|
method: string;
|
988
1785
|
url: string;
|
989
1786
|
contentType: string;
|
@@ -992,25 +1789,24 @@ export declare const ParamCreater: () => {
|
|
992
1789
|
headers: {};
|
993
1790
|
};
|
994
1791
|
/**
|
995
|
-
*
|
1792
|
+
* 获取构建任务配置的对比差异
|
996
1793
|
*
|
997
1794
|
* Please refer to HUAWEI cloud API Explorer for details.
|
998
1795
|
*/
|
999
|
-
|
1796
|
+
showJobConfigDiff(showJobConfigDiffRequest?: ShowJobConfigDiffRequest): {
|
1000
1797
|
method: string;
|
1001
1798
|
url: string;
|
1002
1799
|
contentType: string;
|
1003
1800
|
queryParams: {};
|
1004
1801
|
pathParams: {};
|
1005
1802
|
headers: {};
|
1006
|
-
data: {};
|
1007
1803
|
};
|
1008
1804
|
/**
|
1009
|
-
*
|
1805
|
+
* 查看构建任务构建信息
|
1010
1806
|
*
|
1011
1807
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1012
1808
|
*/
|
1013
|
-
|
1809
|
+
showJobInfo(showJobInfoRequest?: ShowJobInfoRequest): {
|
1014
1810
|
method: string;
|
1015
1811
|
url: string;
|
1016
1812
|
contentType: string;
|
@@ -1019,11 +1815,11 @@ export declare const ParamCreater: () => {
|
|
1019
1815
|
headers: {};
|
1020
1816
|
};
|
1021
1817
|
/**
|
1022
|
-
*
|
1818
|
+
* 获取通知信息
|
1023
1819
|
*
|
1024
1820
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1025
1821
|
*/
|
1026
|
-
|
1822
|
+
showJobNoticeConfigInfo(showJobNoticeConfigInfoRequest?: ShowJobNoticeConfigInfoRequest): {
|
1027
1823
|
method: string;
|
1028
1824
|
url: string;
|
1029
1825
|
contentType: string;
|
@@ -1032,11 +1828,11 @@ export declare const ParamCreater: () => {
|
|
1032
1828
|
headers: {};
|
1033
1829
|
};
|
1034
1830
|
/**
|
1035
|
-
*
|
1831
|
+
* 获取构建任务的角色权限矩阵信息
|
1036
1832
|
*
|
1037
1833
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1038
1834
|
*/
|
1039
|
-
|
1835
|
+
showJobRolePermission(showJobRolePermissionRequest?: ShowJobRolePermissionRequest): {
|
1040
1836
|
method: string;
|
1041
1837
|
url: string;
|
1042
1838
|
contentType: string;
|
@@ -1045,11 +1841,11 @@ export declare const ParamCreater: () => {
|
|
1045
1841
|
headers: {};
|
1046
1842
|
};
|
1047
1843
|
/**
|
1048
|
-
*
|
1844
|
+
* 查询任务状态
|
1049
1845
|
*
|
1050
1846
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1051
1847
|
*/
|
1052
|
-
|
1848
|
+
showJobStepStatus(showJobStepStatusRequest?: ShowJobStepStatusRequest): {
|
1053
1849
|
method: string;
|
1054
1850
|
url: string;
|
1055
1851
|
contentType: string;
|
@@ -1058,11 +1854,11 @@ export declare const ParamCreater: () => {
|
|
1058
1854
|
headers: {};
|
1059
1855
|
};
|
1060
1856
|
/**
|
1061
|
-
*
|
1857
|
+
* 查看系统预定义参数
|
1062
1858
|
*
|
1063
1859
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1064
1860
|
*/
|
1065
|
-
|
1861
|
+
showJobSystemParameters(): {
|
1066
1862
|
method: string;
|
1067
1863
|
url: string;
|
1068
1864
|
contentType: string;
|
@@ -1071,11 +1867,11 @@ export declare const ParamCreater: () => {
|
|
1071
1867
|
headers: {};
|
1072
1868
|
};
|
1073
1869
|
/**
|
1074
|
-
*
|
1870
|
+
* 查看任务是否在构建
|
1075
1871
|
*
|
1076
1872
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1077
1873
|
*/
|
1078
|
-
|
1874
|
+
showRunningStatus(showRunningStatusRequest?: ShowRunningStatusRequest): {
|
1079
1875
|
method: string;
|
1080
1876
|
url: string;
|
1081
1877
|
contentType: string;
|
@@ -1084,11 +1880,11 @@ export declare const ParamCreater: () => {
|
|
1084
1880
|
headers: {};
|
1085
1881
|
};
|
1086
1882
|
/**
|
1087
|
-
*
|
1883
|
+
* 文件管理文件下载
|
1088
1884
|
*
|
1089
1885
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1090
1886
|
*/
|
1091
|
-
|
1887
|
+
downloadKeystoreByName(downloadKeystoreByNameRequest?: DownloadKeystoreByNameRequest): {
|
1092
1888
|
method: string;
|
1093
1889
|
url: string;
|
1094
1890
|
contentType: string;
|
@@ -1097,11 +1893,11 @@ export declare const ParamCreater: () => {
|
|
1097
1893
|
headers: {};
|
1098
1894
|
};
|
1099
1895
|
/**
|
1100
|
-
*
|
1896
|
+
* 查询用户可使用文件
|
1101
1897
|
*
|
1102
1898
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1103
1899
|
*/
|
1104
|
-
|
1900
|
+
listKeystore(): {
|
1105
1901
|
method: string;
|
1106
1902
|
url: string;
|
1107
1903
|
contentType: string;
|
@@ -1110,11 +1906,11 @@ export declare const ParamCreater: () => {
|
|
1110
1906
|
headers: {};
|
1111
1907
|
};
|
1112
1908
|
/**
|
1113
|
-
*
|
1909
|
+
* 查询租户下文件列表
|
1114
1910
|
*
|
1115
1911
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1116
1912
|
*/
|
1117
|
-
|
1913
|
+
listKeystoreSearch(listKeystoreSearchRequest?: ListKeystoreSearchRequest): {
|
1118
1914
|
method: string;
|
1119
1915
|
url: string;
|
1120
1916
|
contentType: string;
|
@@ -1123,11 +1919,11 @@ export declare const ParamCreater: () => {
|
|
1123
1919
|
headers: {};
|
1124
1920
|
};
|
1125
1921
|
/**
|
1126
|
-
*
|
1922
|
+
* 文件管理查询权限
|
1127
1923
|
*
|
1128
1924
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1129
1925
|
*/
|
1130
|
-
|
1926
|
+
showKeystorePermission(showKeystorePermissionRequest?: ShowKeystorePermissionRequest): {
|
1131
1927
|
method: string;
|
1132
1928
|
url: string;
|
1133
1929
|
contentType: string;
|
@@ -1136,11 +1932,11 @@ export declare const ParamCreater: () => {
|
|
1136
1932
|
headers: {};
|
1137
1933
|
};
|
1138
1934
|
/**
|
1139
|
-
*
|
1935
|
+
* 下载构建日志(待下线)
|
1140
1936
|
*
|
1141
1937
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1142
1938
|
*/
|
1143
|
-
|
1939
|
+
downloadLogByRecordId(downloadLogByRecordIdRequest?: DownloadLogByRecordIdRequest): {
|
1144
1940
|
method: string;
|
1145
1941
|
url: string;
|
1146
1942
|
contentType: string;
|
@@ -1149,11 +1945,11 @@ export declare const ParamCreater: () => {
|
|
1149
1945
|
headers: {};
|
1150
1946
|
};
|
1151
1947
|
/**
|
1152
|
-
*
|
1948
|
+
* 获取构建记录的有向无环图(待下线)
|
1153
1949
|
*
|
1154
1950
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1155
1951
|
*/
|
1156
|
-
|
1952
|
+
showFlowGraph(showFlowGraphRequest?: ShowFlowGraphRequest): {
|
1157
1953
|
method: string;
|
1158
1954
|
url: string;
|
1159
1955
|
contentType: string;
|
@@ -1162,11 +1958,11 @@ export declare const ParamCreater: () => {
|
|
1162
1958
|
headers: {};
|
1163
1959
|
};
|
1164
1960
|
/**
|
1165
|
-
*
|
1961
|
+
* 获取构建记录信息(待下线)
|
1166
1962
|
*
|
1167
1963
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1168
1964
|
*/
|
1169
|
-
|
1965
|
+
showRecordInfo(showRecordInfoRequest?: ShowRecordInfoRequest): {
|
1170
1966
|
method: string;
|
1171
1967
|
url: string;
|
1172
1968
|
contentType: string;
|
@@ -1175,24 +1971,25 @@ export declare const ParamCreater: () => {
|
|
1175
1971
|
headers: {};
|
1176
1972
|
};
|
1177
1973
|
/**
|
1178
|
-
*
|
1974
|
+
* 停止构建任务(待下线)
|
1179
1975
|
*
|
1180
1976
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1181
1977
|
*/
|
1182
|
-
|
1978
|
+
stopJob(stopJobRequest?: StopJobRequest): {
|
1183
1979
|
method: string;
|
1184
1980
|
url: string;
|
1185
1981
|
contentType: string;
|
1186
1982
|
queryParams: {};
|
1187
1983
|
pathParams: {};
|
1188
1984
|
headers: {};
|
1985
|
+
data: {};
|
1189
1986
|
};
|
1190
1987
|
/**
|
1191
|
-
*
|
1988
|
+
* 获取任务构建记录列表v1
|
1192
1989
|
*
|
1193
1990
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1194
1991
|
*/
|
1195
|
-
|
1992
|
+
listBuildInfoRecordByJobId(listBuildInfoRecordByJobIdRequest?: ListBuildInfoRecordByJobIdRequest): {
|
1196
1993
|
method: string;
|
1197
1994
|
url: string;
|
1198
1995
|
contentType: string;
|
@@ -1201,11 +1998,11 @@ export declare const ParamCreater: () => {
|
|
1201
1998
|
headers: {};
|
1202
1999
|
};
|
1203
2000
|
/**
|
1204
|
-
*
|
2001
|
+
* 获取指定工程的构建记录列表
|
1205
2002
|
*
|
1206
2003
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1207
2004
|
*/
|
1208
|
-
|
2005
|
+
listRecords(listRecordsRequest?: ListRecordsRequest): {
|
1209
2006
|
method: string;
|
1210
2007
|
url: string;
|
1211
2008
|
contentType: string;
|
@@ -1214,11 +2011,11 @@ export declare const ParamCreater: () => {
|
|
1214
2011
|
headers: {};
|
1215
2012
|
};
|
1216
2013
|
/**
|
1217
|
-
*
|
2014
|
+
* 获取任务构建记录列表
|
1218
2015
|
*
|
1219
2016
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1220
2017
|
*/
|
1221
|
-
|
2018
|
+
showBuildInfoRecord(showBuildInfoRecordRequest?: ShowBuildInfoRecordRequest): {
|
1222
2019
|
method: string;
|
1223
2020
|
url: string;
|
1224
2021
|
contentType: string;
|
@@ -1227,11 +2024,11 @@ export declare const ParamCreater: () => {
|
|
1227
2024
|
headers: {};
|
1228
2025
|
};
|
1229
2026
|
/**
|
1230
|
-
*
|
2027
|
+
* 查询指定构建记录详情
|
1231
2028
|
*
|
1232
2029
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1233
2030
|
*/
|
1234
|
-
|
2031
|
+
showBuildRecord(showBuildRecordRequest?: ShowBuildRecordRequest): {
|
1235
2032
|
method: string;
|
1236
2033
|
url: string;
|
1237
2034
|
contentType: string;
|
@@ -1240,11 +2037,11 @@ export declare const ParamCreater: () => {
|
|
1240
2037
|
headers: {};
|
1241
2038
|
};
|
1242
2039
|
/**
|
1243
|
-
*
|
2040
|
+
* 获取构建记录的构建脚本
|
1244
2041
|
*
|
1245
2042
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1246
2043
|
*/
|
1247
|
-
|
2044
|
+
showBuildRecordBuildScript(showBuildRecordBuildScriptRequest?: ShowBuildRecordBuildScriptRequest): {
|
1248
2045
|
method: string;
|
1249
2046
|
url: string;
|
1250
2047
|
contentType: string;
|
@@ -1253,11 +2050,11 @@ export declare const ParamCreater: () => {
|
|
1253
2050
|
headers: {};
|
1254
2051
|
};
|
1255
2052
|
/**
|
1256
|
-
*
|
2053
|
+
* 获取构建记录的有向无环图
|
1257
2054
|
*
|
1258
2055
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1259
2056
|
*/
|
1260
|
-
|
2057
|
+
showBuildRecordFlowGraph(showBuildRecordFlowGraphRequest?: ShowBuildRecordFlowGraphRequest): {
|
1261
2058
|
method: string;
|
1262
2059
|
url: string;
|
1263
2060
|
contentType: string;
|
@@ -1266,11 +2063,11 @@ export declare const ParamCreater: () => {
|
|
1266
2063
|
headers: {};
|
1267
2064
|
};
|
1268
2065
|
/**
|
1269
|
-
*
|
2066
|
+
* 获取任务各阶段信息
|
1270
2067
|
*
|
1271
2068
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1272
2069
|
*/
|
1273
|
-
|
2070
|
+
showBuildRecordFullStages(showBuildRecordFullStagesRequest?: ShowBuildRecordFullStagesRequest): {
|
1274
2071
|
method: string;
|
1275
2072
|
url: string;
|
1276
2073
|
contentType: string;
|
@@ -1283,7 +2080,7 @@ export declare const ParamCreater: () => {
|
|
1283
2080
|
*
|
1284
2081
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1285
2082
|
*/
|
1286
|
-
|
2083
|
+
showJobBuildRecordDetail(showJobBuildRecordDetailRequest?: ShowJobBuildRecordDetailRequest): {
|
1287
2084
|
method: string;
|
1288
2085
|
url: string;
|
1289
2086
|
contentType: string;
|
@@ -1292,11 +2089,11 @@ export declare const ParamCreater: () => {
|
|
1292
2089
|
headers: {};
|
1293
2090
|
};
|
1294
2091
|
/**
|
1295
|
-
*
|
2092
|
+
* 构建历史页获取构建次数
|
1296
2093
|
*
|
1297
2094
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1298
2095
|
*/
|
1299
|
-
|
2096
|
+
showJobTotal(showJobTotalRequest?: ShowJobTotalRequest): {
|
1300
2097
|
method: string;
|
1301
2098
|
url: string;
|
1302
2099
|
contentType: string;
|
@@ -1305,11 +2102,11 @@ export declare const ParamCreater: () => {
|
|
1305
2102
|
headers: {};
|
1306
2103
|
};
|
1307
2104
|
/**
|
1308
|
-
*
|
2105
|
+
* 获取单元测试覆盖率报告压缩包
|
1309
2106
|
*
|
1310
2107
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1311
2108
|
*/
|
1312
|
-
|
2109
|
+
downloadJunitCoverageZip(downloadJunitCoverageZipRequest?: DownloadJunitCoverageZipRequest): {
|
1313
2110
|
method: string;
|
1314
2111
|
url: string;
|
1315
2112
|
contentType: string;
|
@@ -1318,11 +2115,11 @@ export declare const ParamCreater: () => {
|
|
1318
2115
|
headers: {};
|
1319
2116
|
};
|
1320
2117
|
/**
|
1321
|
-
*
|
2118
|
+
* 获取单元测试覆盖率报告列表
|
1322
2119
|
*
|
1323
2120
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1324
2121
|
*/
|
1325
|
-
|
2122
|
+
listJunitCoverageSummary(listJunitCoverageSummaryRequest?: ListJunitCoverageSummaryRequest): {
|
1326
2123
|
method: string;
|
1327
2124
|
url: string;
|
1328
2125
|
contentType: string;
|
@@ -1331,11 +2128,11 @@ export declare const ParamCreater: () => {
|
|
1331
2128
|
headers: {};
|
1332
2129
|
};
|
1333
2130
|
/**
|
1334
|
-
*
|
2131
|
+
* 获取该任务所有分支信息
|
1335
2132
|
*
|
1336
2133
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1337
2134
|
*/
|
1338
|
-
|
2135
|
+
listRepoBranch(listRepoBranchRequest?: ListRepoBranchRequest): {
|
1339
2136
|
method: string;
|
1340
2137
|
url: string;
|
1341
2138
|
contentType: string;
|
@@ -1344,39 +2141,37 @@ export declare const ParamCreater: () => {
|
|
1344
2141
|
headers: {};
|
1345
2142
|
};
|
1346
2143
|
/**
|
1347
|
-
*
|
2144
|
+
* 查看仓库
|
1348
2145
|
*
|
1349
2146
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1350
2147
|
*/
|
1351
|
-
|
2148
|
+
listRepository(listRepositoryRequest?: ListRepositoryRequest): {
|
1352
2149
|
method: string;
|
1353
2150
|
url: string;
|
1354
2151
|
contentType: string;
|
1355
2152
|
queryParams: {};
|
1356
2153
|
pathParams: {};
|
1357
2154
|
headers: {};
|
1358
|
-
data: {};
|
1359
2155
|
};
|
1360
2156
|
/**
|
1361
|
-
*
|
2157
|
+
* 查询构建成功率
|
1362
2158
|
*
|
1363
2159
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1364
2160
|
*/
|
1365
|
-
|
2161
|
+
showJobBuildSuccessRatio(showJobBuildSuccessRatioRequest?: ShowJobBuildSuccessRatioRequest): {
|
1366
2162
|
method: string;
|
1367
2163
|
url: string;
|
1368
2164
|
contentType: string;
|
1369
2165
|
queryParams: {};
|
1370
2166
|
pathParams: {};
|
1371
2167
|
headers: {};
|
1372
|
-
data: {};
|
1373
2168
|
};
|
1374
2169
|
/**
|
1375
|
-
*
|
2170
|
+
* 洞察构建时长
|
1376
2171
|
*
|
1377
2172
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1378
2173
|
*/
|
1379
|
-
|
2174
|
+
showJobBuildTime(showJobBuildTimeRequest?: ShowJobBuildTimeRequest): {
|
1380
2175
|
method: string;
|
1381
2176
|
url: string;
|
1382
2177
|
contentType: string;
|
@@ -1385,11 +2180,11 @@ export declare const ParamCreater: () => {
|
|
1385
2180
|
headers: {};
|
1386
2181
|
};
|
1387
2182
|
/**
|
1388
|
-
*
|
2183
|
+
* 获取覆盖率接口
|
1389
2184
|
*
|
1390
2185
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1391
2186
|
*/
|
1392
|
-
|
2187
|
+
showReportSummary(showReportSummaryRequest?: ShowReportSummaryRequest): {
|
1393
2188
|
method: string;
|
1394
2189
|
url: string;
|
1395
2190
|
contentType: string;
|
@@ -1398,11 +2193,11 @@ export declare const ParamCreater: () => {
|
|
1398
2193
|
headers: {};
|
1399
2194
|
};
|
1400
2195
|
/**
|
1401
|
-
*
|
2196
|
+
* 根据条件查询特定模板
|
1402
2197
|
*
|
1403
2198
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1404
2199
|
*/
|
1405
|
-
|
2200
|
+
listCustomTemplate(listCustomTemplateRequest?: ListCustomTemplateRequest): {
|
1406
2201
|
method: string;
|
1407
2202
|
url: string;
|
1408
2203
|
contentType: string;
|
@@ -1411,18 +2206,30 @@ export declare const ParamCreater: () => {
|
|
1411
2206
|
headers: {};
|
1412
2207
|
};
|
1413
2208
|
/**
|
1414
|
-
*
|
2209
|
+
* 查询官方模版
|
1415
2210
|
*
|
1416
2211
|
* Please refer to HUAWEI cloud API Explorer for details.
|
1417
2212
|
*/
|
1418
|
-
|
2213
|
+
listOfficialTemplate(listOfficialTemplateRequest?: ListOfficialTemplateRequest): {
|
2214
|
+
method: string;
|
2215
|
+
url: string;
|
2216
|
+
contentType: string;
|
2217
|
+
queryParams: {};
|
2218
|
+
pathParams: {};
|
2219
|
+
headers: {};
|
2220
|
+
};
|
2221
|
+
/**
|
2222
|
+
* 获取代码化构建默认模板
|
2223
|
+
*
|
2224
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
2225
|
+
*/
|
2226
|
+
showYamlTemplate(showYamlTemplateRequest?: ShowYamlTemplateRequest): {
|
1419
2227
|
method: string;
|
1420
2228
|
url: string;
|
1421
2229
|
contentType: string;
|
1422
2230
|
queryParams: {};
|
1423
2231
|
pathParams: {};
|
1424
2232
|
headers: {};
|
1425
|
-
data: {};
|
1426
2233
|
};
|
1427
2234
|
};
|
1428
2235
|
/**
|