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