@huaweicloud/huaweicloud-sdk-codeartsbuild 3.1.152 → 3.1.154

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 (423) hide show
  1. package/package.json +2 -2
  2. package/v3/CodeArtsBuildClient.d.ts +1317 -407
  3. package/v3/CodeArtsBuildClient.d.ts.map +1 -1
  4. package/v3/CodeArtsBuildClient.js +3368 -1587
  5. package/v3/CodeArtsBuildClient.js.map +1 -1
  6. package/v3/model/BriefRecordItems.d.ts +58 -0
  7. package/v3/model/BriefRecordItems.d.ts.map +1 -0
  8. package/v3/model/BriefRecordItems.js +139 -0
  9. package/v3/model/BriefRecordItems.js.map +1 -0
  10. package/v3/model/BuildParameter.d.ts +8 -0
  11. package/v3/model/BuildParameter.d.ts.map +1 -0
  12. package/v3/model/BuildParameter.js +17 -0
  13. package/v3/model/BuildParameter.js.map +1 -0
  14. package/v3/model/CheckJobCountIsTopLimitRequest.d.ts +4 -0
  15. package/v3/model/CheckJobCountIsTopLimitRequest.d.ts.map +1 -0
  16. package/v3/model/CheckJobCountIsTopLimitRequest.js +9 -0
  17. package/v3/model/CheckJobCountIsTopLimitRequest.js.map +1 -0
  18. package/v3/model/CheckJobCountIsTopLimitResponse.d.ts +11 -0
  19. package/v3/model/CheckJobCountIsTopLimitResponse.d.ts.map +1 -0
  20. package/v3/model/CheckJobCountIsTopLimitResponse.js +23 -0
  21. package/v3/model/CheckJobCountIsTopLimitResponse.js.map +1 -0
  22. package/v3/model/CheckWebhookUrlRequest.d.ts +7 -0
  23. package/v3/model/CheckWebhookUrlRequest.d.ts.map +1 -0
  24. package/v3/model/CheckWebhookUrlRequest.js +13 -0
  25. package/v3/model/CheckWebhookUrlRequest.js.map +1 -0
  26. package/v3/model/CheckWebhookUrlRequestBody.d.ts +16 -0
  27. package/v3/model/CheckWebhookUrlRequestBody.d.ts.map +1 -0
  28. package/v3/model/CheckWebhookUrlRequestBody.js +42 -0
  29. package/v3/model/CheckWebhookUrlRequestBody.js.map +1 -0
  30. package/v3/model/CheckWebhookUrlResponse.d.ts +9 -0
  31. package/v3/model/CheckWebhookUrlResponse.d.ts.map +1 -0
  32. package/v3/model/CheckWebhookUrlResponse.js +19 -0
  33. package/v3/model/CheckWebhookUrlResponse.js.map +1 -0
  34. package/v3/model/ClearRecyclingJobsRequest.d.ts +4 -0
  35. package/v3/model/ClearRecyclingJobsRequest.d.ts.map +1 -0
  36. package/v3/model/ClearRecyclingJobsRequest.js +9 -0
  37. package/v3/model/ClearRecyclingJobsRequest.js.map +1 -0
  38. package/v3/model/ClearRecyclingJobsResponse.d.ts +9 -0
  39. package/v3/model/ClearRecyclingJobsResponse.d.ts.map +1 -0
  40. package/v3/model/ClearRecyclingJobsResponse.js +19 -0
  41. package/v3/model/ClearRecyclingJobsResponse.js.map +1 -0
  42. package/v3/model/CopyBuildJobRequestBody.d.ts +44 -0
  43. package/v3/model/CopyBuildJobRequestBody.d.ts.map +1 -0
  44. package/v3/model/CopyBuildJobRequestBody.js +98 -0
  45. package/v3/model/CopyBuildJobRequestBody.js.map +1 -0
  46. package/v3/model/CopyJobRequest.d.ts +7 -0
  47. package/v3/model/CopyJobRequest.d.ts.map +1 -0
  48. package/v3/model/CopyJobRequest.js +13 -0
  49. package/v3/model/CopyJobRequest.js.map +1 -0
  50. package/v3/model/CopyJobResponse.d.ts +12 -0
  51. package/v3/model/CopyJobResponse.d.ts.map +1 -0
  52. package/v3/model/CopyJobResponse.js +23 -0
  53. package/v3/model/CopyJobResponse.js.map +1 -0
  54. package/v3/model/CreateBuildJobRequestBody.d.ts +14 -0
  55. package/v3/model/CreateBuildJobRequestBody.d.ts.map +1 -1
  56. package/v3/model/CreateBuildJobRequestBody.js +28 -0
  57. package/v3/model/CreateBuildJobRequestBody.js.map +1 -1
  58. package/v3/model/CreateBuildJobScm.d.ts +12 -0
  59. package/v3/model/CreateBuildJobScm.d.ts.map +1 -1
  60. package/v3/model/CreateBuildJobScm.js +30 -0
  61. package/v3/model/CreateBuildJobScm.js.map +1 -1
  62. package/v3/model/CreateBuildTimeout.d.ts +8 -0
  63. package/v3/model/CreateBuildTimeout.d.ts.map +1 -0
  64. package/v3/model/CreateBuildTimeout.js +17 -0
  65. package/v3/model/CreateBuildTimeout.js.map +1 -0
  66. package/v3/model/DeleteBuildJobResponse.d.ts +3 -3
  67. package/v3/model/DeleteBuildJobResponse.d.ts.map +1 -1
  68. package/v3/model/DeleteBuildJobResponse.js.map +1 -1
  69. package/v3/model/DeleteKeystorePermissionRequest.d.ts +8 -0
  70. package/v3/model/DeleteKeystorePermissionRequest.d.ts.map +1 -0
  71. package/v3/model/DeleteKeystorePermissionRequest.js +20 -0
  72. package/v3/model/DeleteKeystorePermissionRequest.js.map +1 -0
  73. package/v3/model/DeleteKeystorePermissionResponse.d.ts +11 -0
  74. package/v3/model/DeleteKeystorePermissionResponse.d.ts.map +1 -0
  75. package/v3/model/DeleteKeystorePermissionResponse.js +23 -0
  76. package/v3/model/DeleteKeystorePermissionResponse.js.map +1 -0
  77. package/v3/model/DeleteKeystoreRequest.d.ts +8 -0
  78. package/v3/model/DeleteKeystoreRequest.d.ts.map +1 -0
  79. package/v3/model/DeleteKeystoreRequest.js +20 -0
  80. package/v3/model/DeleteKeystoreRequest.js.map +1 -0
  81. package/v3/model/DeleteKeystoreResponse.d.ts +11 -0
  82. package/v3/model/DeleteKeystoreResponse.d.ts.map +1 -0
  83. package/v3/model/DeleteKeystoreResponse.js +23 -0
  84. package/v3/model/DeleteKeystoreResponse.js.map +1 -0
  85. package/v3/model/DeleteRecyclingJobsRequest.d.ts +7 -0
  86. package/v3/model/DeleteRecyclingJobsRequest.d.ts.map +1 -0
  87. package/v3/model/DeleteRecyclingJobsRequest.js +13 -0
  88. package/v3/model/DeleteRecyclingJobsRequest.js.map +1 -0
  89. package/v3/model/DeleteRecyclingJobsResponse.d.ts +7 -0
  90. package/v3/model/DeleteRecyclingJobsResponse.d.ts.map +1 -0
  91. package/v3/model/DeleteRecyclingJobsResponse.js +15 -0
  92. package/v3/model/DeleteRecyclingJobsResponse.js.map +1 -0
  93. package/v3/model/DeleteTemplateRequest.d.ts +6 -0
  94. package/v3/model/DeleteTemplateRequest.d.ts.map +1 -0
  95. package/v3/model/DeleteTemplateRequest.js +14 -0
  96. package/v3/model/DeleteTemplateRequest.js.map +1 -0
  97. package/v3/model/DeleteTemplateResponse.d.ts +7 -0
  98. package/v3/model/DeleteTemplateResponse.d.ts.map +1 -0
  99. package/v3/model/DeleteTemplateResponse.js +15 -0
  100. package/v3/model/DeleteTemplateResponse.js.map +1 -0
  101. package/v3/model/DeleteTheJobRequest.d.ts +8 -0
  102. package/v3/model/DeleteTheJobRequest.d.ts.map +1 -0
  103. package/v3/model/DeleteTheJobRequest.js +20 -0
  104. package/v3/model/DeleteTheJobRequest.js.map +1 -0
  105. package/v3/model/DeleteTheJobResponse.d.ts +12 -0
  106. package/v3/model/DeleteTheJobResponse.d.ts.map +1 -0
  107. package/v3/model/DeleteTheJobResponse.js +23 -0
  108. package/v3/model/DeleteTheJobResponse.js.map +1 -0
  109. package/v3/model/DeleteTheJobResponseBodyResult.d.ts +12 -0
  110. package/v3/model/DeleteTheJobResponseBodyResult.d.ts.map +1 -0
  111. package/v3/model/{DeleteBuildJobResponseBodyResult.js → DeleteTheJobResponseBodyResult.js} +4 -4
  112. package/v3/model/DeleteTheJobResponseBodyResult.js.map +1 -0
  113. package/v3/model/DisableTheJobRequest.d.ts +11 -0
  114. package/v3/model/DisableTheJobRequest.d.ts.map +1 -0
  115. package/v3/model/DisableTheJobRequest.js +24 -0
  116. package/v3/model/DisableTheJobRequest.js.map +1 -0
  117. package/v3/model/DisableTheJobRequestBody.d.ts +8 -0
  118. package/v3/model/DisableTheJobRequestBody.d.ts.map +1 -0
  119. package/v3/model/DisableTheJobRequestBody.js +18 -0
  120. package/v3/model/DisableTheJobRequestBody.js.map +1 -0
  121. package/v3/model/DisableTheJobResponse.d.ts +7 -0
  122. package/v3/model/DisableTheJobResponse.d.ts.map +1 -0
  123. package/v3/model/DisableTheJobResponse.js +15 -0
  124. package/v3/model/DisableTheJobResponse.js.map +1 -0
  125. package/v3/model/DownloadJunitCoverageZipRequest.d.ts +16 -0
  126. package/v3/model/DownloadJunitCoverageZipRequest.d.ts.map +1 -0
  127. package/v3/model/DownloadJunitCoverageZipRequest.js +42 -0
  128. package/v3/model/DownloadJunitCoverageZipRequest.js.map +1 -0
  129. package/v3/model/DownloadJunitCoverageZipResponse.d.ts +5 -0
  130. package/v3/model/DownloadJunitCoverageZipResponse.d.ts.map +1 -0
  131. package/v3/model/DownloadJunitCoverageZipResponse.js +11 -0
  132. package/v3/model/DownloadJunitCoverageZipResponse.js.map +1 -0
  133. package/v3/model/ExecuteJobRequest.d.ts +7 -0
  134. package/v3/model/ExecuteJobRequest.d.ts.map +1 -0
  135. package/v3/model/ExecuteJobRequest.js +13 -0
  136. package/v3/model/ExecuteJobRequest.js.map +1 -0
  137. package/v3/model/ExecuteJobResponse.d.ts +17 -0
  138. package/v3/model/ExecuteJobResponse.d.ts.map +1 -0
  139. package/v3/model/ExecuteJobResponse.js +41 -0
  140. package/v3/model/ExecuteJobResponse.js.map +1 -0
  141. package/v3/model/IsDisableResult.d.ts +22 -0
  142. package/v3/model/IsDisableResult.d.ts.map +1 -0
  143. package/v3/model/IsDisableResult.js +51 -0
  144. package/v3/model/IsDisableResult.js.map +1 -0
  145. package/v3/model/Job.d.ts +36 -0
  146. package/v3/model/Job.d.ts.map +1 -1
  147. package/v3/model/Job.js +90 -0
  148. package/v3/model/Job.js.map +1 -1
  149. package/v3/model/JobStatusBody.d.ts +12 -0
  150. package/v3/model/JobStatusBody.d.ts.map +1 -0
  151. package/v3/model/JobStatusBody.js +27 -0
  152. package/v3/model/JobStatusBody.js.map +1 -0
  153. package/v3/model/JobSummary.d.ts +20 -0
  154. package/v3/model/JobSummary.d.ts.map +1 -0
  155. package/v3/model/JobSummary.js +49 -0
  156. package/v3/model/JobSummary.js.map +1 -0
  157. package/v3/model/JobSummaryBodyResult.d.ts +7 -0
  158. package/v3/model/JobSummaryBodyResult.d.ts.map +1 -0
  159. package/v3/model/JobSummaryBodyResult.js +13 -0
  160. package/v3/model/JobSummaryBodyResult.js.map +1 -0
  161. package/v3/model/JobUpdateRecordListVoResult.d.ts +11 -0
  162. package/v3/model/JobUpdateRecordListVoResult.d.ts.map +1 -0
  163. package/v3/model/JobUpdateRecordListVoResult.js +23 -0
  164. package/v3/model/JobUpdateRecordListVoResult.js.map +1 -0
  165. package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.d.ts +30 -0
  166. package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.d.ts.map +1 -0
  167. package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.js +73 -0
  168. package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.js.map +1 -0
  169. package/v3/model/JobsRequestBody.d.ts +8 -0
  170. package/v3/model/JobsRequestBody.d.ts.map +1 -0
  171. package/v3/model/JobsRequestBody.js +20 -0
  172. package/v3/model/JobsRequestBody.js.map +1 -0
  173. package/v3/model/ListBriefRecordRequest.d.ts +8 -0
  174. package/v3/model/ListBriefRecordRequest.d.ts.map +1 -0
  175. package/v3/model/ListBriefRecordRequest.js +18 -0
  176. package/v3/model/ListBriefRecordRequest.js.map +1 -0
  177. package/v3/model/ListBriefRecordResponse.d.ts +12 -0
  178. package/v3/model/ListBriefRecordResponse.d.ts.map +1 -0
  179. package/v3/model/ListBriefRecordResponse.js +23 -0
  180. package/v3/model/ListBriefRecordResponse.js.map +1 -0
  181. package/v3/model/ListBriefRecordResponseBodyResult.d.ts +13 -0
  182. package/v3/model/ListBriefRecordResponseBodyResult.d.ts.map +1 -0
  183. package/v3/model/ListBriefRecordResponseBodyResult.js +29 -0
  184. package/v3/model/ListBriefRecordResponseBodyResult.js.map +1 -0
  185. package/v3/model/ListBuildParameterRequest.d.ts +12 -0
  186. package/v3/model/ListBuildParameterRequest.d.ts.map +1 -0
  187. package/v3/model/ListBuildParameterRequest.js +31 -0
  188. package/v3/model/ListBuildParameterRequest.js.map +1 -0
  189. package/v3/model/ListBuildParameterResponse.d.ts +12 -0
  190. package/v3/model/ListBuildParameterResponse.d.ts.map +1 -0
  191. package/v3/model/ListBuildParameterResponse.js +23 -0
  192. package/v3/model/ListBuildParameterResponse.js.map +1 -0
  193. package/v3/model/ListCustomTemplateRequest.d.ts +16 -0
  194. package/v3/model/ListCustomTemplateRequest.d.ts.map +1 -0
  195. package/v3/model/ListCustomTemplateRequest.js +35 -0
  196. package/v3/model/ListCustomTemplateRequest.js.map +1 -0
  197. package/v3/model/ListCustomTemplateResponse.d.ts +12 -0
  198. package/v3/model/ListCustomTemplateResponse.d.ts.map +1 -0
  199. package/v3/model/ListCustomTemplateResponse.js +23 -0
  200. package/v3/model/ListCustomTemplateResponse.js.map +1 -0
  201. package/v3/model/ListJobRequest.d.ts +4 -0
  202. package/v3/model/ListJobRequest.d.ts.map +1 -0
  203. package/v3/model/ListJobRequest.js +9 -0
  204. package/v3/model/ListJobRequest.js.map +1 -0
  205. package/v3/model/ListJobResponse.d.ts +10 -0
  206. package/v3/model/ListJobResponse.d.ts.map +1 -0
  207. package/v3/model/ListJobResponse.js +19 -0
  208. package/v3/model/ListJobResponse.js.map +1 -0
  209. package/v3/model/ListJobResult.d.ts +11 -0
  210. package/v3/model/ListJobResult.d.ts.map +1 -0
  211. package/v3/model/ListJobResult.js +23 -0
  212. package/v3/model/ListJobResult.js.map +1 -0
  213. package/v3/model/ListJobResultJobList.d.ts +152 -0
  214. package/v3/model/ListJobResultJobList.d.ts.map +1 -0
  215. package/v3/model/ListJobResultJobList.js +375 -0
  216. package/v3/model/ListJobResultJobList.js.map +1 -0
  217. package/v3/model/ListJunitCoverageSummaryRequest.d.ts +12 -0
  218. package/v3/model/ListJunitCoverageSummaryRequest.d.ts.map +1 -0
  219. package/v3/model/ListJunitCoverageSummaryRequest.js +31 -0
  220. package/v3/model/ListJunitCoverageSummaryRequest.js.map +1 -0
  221. package/v3/model/ListJunitCoverageSummaryResponse.d.ts +12 -0
  222. package/v3/model/ListJunitCoverageSummaryResponse.d.ts.map +1 -0
  223. package/v3/model/ListJunitCoverageSummaryResponse.js +23 -0
  224. package/v3/model/ListJunitCoverageSummaryResponse.js.map +1 -0
  225. package/v3/model/ListJunitCoverageSummaryResult.d.ts +9 -0
  226. package/v3/model/ListJunitCoverageSummaryResult.d.ts.map +1 -0
  227. package/v3/model/ListJunitCoverageSummaryResult.js +19 -0
  228. package/v3/model/ListJunitCoverageSummaryResult.js.map +1 -0
  229. package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.d.ts +22 -0
  230. package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.d.ts.map +1 -0
  231. package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.js +53 -0
  232. package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.js.map +1 -0
  233. package/v3/model/ListKeystoreSearchRequest.d.ts +12 -0
  234. package/v3/model/ListKeystoreSearchRequest.d.ts.map +1 -0
  235. package/v3/model/ListKeystoreSearchRequest.js +27 -0
  236. package/v3/model/ListKeystoreSearchRequest.js.map +1 -0
  237. package/v3/model/ListKeystoreSearchResponse.d.ts +12 -0
  238. package/v3/model/ListKeystoreSearchResponse.d.ts.map +1 -0
  239. package/v3/model/ListKeystoreSearchResponse.js +23 -0
  240. package/v3/model/ListKeystoreSearchResponse.js.map +1 -0
  241. package/v3/model/ListKeystoreSearchResponseBodyResult.d.ts +11 -0
  242. package/v3/model/ListKeystoreSearchResponseBodyResult.d.ts.map +1 -0
  243. package/v3/model/ListKeystoreSearchResponseBodyResult.js +23 -0
  244. package/v3/model/ListKeystoreSearchResponseBodyResult.js.map +1 -0
  245. package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.d.ts +57 -0
  246. package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.d.ts.map +1 -0
  247. package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.js +135 -0
  248. package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.js.map +1 -0
  249. package/v3/model/ListKeystoreSearchResponseBodyResultPermission.d.ts +18 -0
  250. package/v3/model/ListKeystoreSearchResponseBodyResultPermission.d.ts.map +1 -0
  251. package/v3/model/ListKeystoreSearchResponseBodyResultPermission.js +41 -0
  252. package/v3/model/ListKeystoreSearchResponseBodyResultPermission.js.map +1 -0
  253. package/v3/model/ListRecommendOfficialTemplateRequest.d.ts +7 -0
  254. package/v3/model/ListRecommendOfficialTemplateRequest.d.ts.map +1 -0
  255. package/v3/model/ListRecommendOfficialTemplateRequest.js +13 -0
  256. package/v3/model/ListRecommendOfficialTemplateRequest.js.map +1 -0
  257. package/v3/model/ListRecommendOfficialTemplateRequestBody.d.ts +12 -0
  258. package/v3/model/ListRecommendOfficialTemplateRequestBody.d.ts.map +1 -0
  259. package/v3/model/ListRecommendOfficialTemplateRequestBody.js +27 -0
  260. package/v3/model/ListRecommendOfficialTemplateRequestBody.js.map +1 -0
  261. package/v3/model/ListRecommendOfficialTemplateResponse.d.ts +12 -0
  262. package/v3/model/ListRecommendOfficialTemplateResponse.d.ts.map +1 -0
  263. package/v3/model/ListRecommendOfficialTemplateResponse.js +23 -0
  264. package/v3/model/ListRecommendOfficialTemplateResponse.js.map +1 -0
  265. package/v3/model/ListRepoBranchRequest.d.ts +12 -0
  266. package/v3/model/ListRepoBranchRequest.d.ts.map +1 -0
  267. package/v3/model/ListRepoBranchRequest.js +31 -0
  268. package/v3/model/ListRepoBranchRequest.js.map +1 -0
  269. package/v3/model/ListRepoBranchResponse.d.ts +9 -0
  270. package/v3/model/ListRepoBranchResponse.d.ts.map +1 -0
  271. package/v3/model/ListRepoBranchResponse.js +19 -0
  272. package/v3/model/ListRepoBranchResponse.js.map +1 -0
  273. package/v3/model/ListRepositoryRequest.d.ts +8 -0
  274. package/v3/model/ListRepositoryRequest.d.ts.map +1 -0
  275. package/v3/model/ListRepositoryRequest.js +20 -0
  276. package/v3/model/ListRepositoryRequest.js.map +1 -0
  277. package/v3/model/ListRepositoryResponse.d.ts +12 -0
  278. package/v3/model/ListRepositoryResponse.d.ts.map +1 -0
  279. package/v3/model/ListRepositoryResponse.js +23 -0
  280. package/v3/model/ListRepositoryResponse.js.map +1 -0
  281. package/v3/model/ListUpdateJobHistoryRequest.d.ts +16 -0
  282. package/v3/model/ListUpdateJobHistoryRequest.d.ts.map +1 -0
  283. package/v3/model/ListUpdateJobHistoryRequest.js +40 -0
  284. package/v3/model/ListUpdateJobHistoryRequest.js.map +1 -0
  285. package/v3/model/ListUpdateJobHistoryResponse.d.ts +12 -0
  286. package/v3/model/ListUpdateJobHistoryResponse.d.ts.map +1 -0
  287. package/v3/model/ListUpdateJobHistoryResponse.js +23 -0
  288. package/v3/model/ListUpdateJobHistoryResponse.js.map +1 -0
  289. package/v3/model/QueryCustomTemplatesResult.d.ts +11 -0
  290. package/v3/model/QueryCustomTemplatesResult.d.ts.map +1 -0
  291. package/v3/model/QueryCustomTemplatesResult.js +23 -0
  292. package/v3/model/QueryCustomTemplatesResult.js.map +1 -0
  293. package/v3/model/RepositoriesResult.d.ts +8 -0
  294. package/v3/model/RepositoriesResult.d.ts.map +1 -0
  295. package/v3/model/RepositoriesResult.js +17 -0
  296. package/v3/model/RepositoriesResult.js.map +1 -0
  297. package/v3/model/RestoreRecyclingJobsRequest.d.ts +7 -0
  298. package/v3/model/RestoreRecyclingJobsRequest.d.ts.map +1 -0
  299. package/v3/model/RestoreRecyclingJobsRequest.js +13 -0
  300. package/v3/model/RestoreRecyclingJobsRequest.js.map +1 -0
  301. package/v3/model/RestoreRecyclingJobsResponse.d.ts +9 -0
  302. package/v3/model/RestoreRecyclingJobsResponse.d.ts.map +1 -0
  303. package/v3/model/RestoreRecyclingJobsResponse.js +19 -0
  304. package/v3/model/RestoreRecyclingJobsResponse.js.map +1 -0
  305. package/v3/model/SetKeepTimeRequest.d.ts +7 -0
  306. package/v3/model/SetKeepTimeRequest.d.ts.map +1 -0
  307. package/v3/model/SetKeepTimeRequest.js +13 -0
  308. package/v3/model/SetKeepTimeRequest.js.map +1 -0
  309. package/v3/model/SetKeepTimeRequestBody.d.ts +8 -0
  310. package/v3/model/SetKeepTimeRequestBody.d.ts.map +1 -0
  311. package/v3/model/SetKeepTimeRequestBody.js +20 -0
  312. package/v3/model/SetKeepTimeRequestBody.js.map +1 -0
  313. package/v3/model/SetKeepTimeResponse.d.ts +12 -0
  314. package/v3/model/SetKeepTimeResponse.d.ts.map +1 -0
  315. package/v3/model/SetKeepTimeResponse.js +23 -0
  316. package/v3/model/SetKeepTimeResponse.js.map +1 -0
  317. package/v3/model/SetKeepTimeResult.d.ts +8 -0
  318. package/v3/model/SetKeepTimeResult.d.ts.map +1 -0
  319. package/v3/model/SetKeepTimeResult.js +19 -0
  320. package/v3/model/SetKeepTimeResult.js.map +1 -0
  321. package/v3/model/ShowBuildRecordFlowGraphRequest.d.ts +8 -0
  322. package/v3/model/ShowBuildRecordFlowGraphRequest.d.ts.map +1 -0
  323. package/v3/model/ShowBuildRecordFlowGraphRequest.js +20 -0
  324. package/v3/model/ShowBuildRecordFlowGraphRequest.js.map +1 -0
  325. package/v3/model/ShowBuildRecordFlowGraphResponse.d.ts +12 -0
  326. package/v3/model/ShowBuildRecordFlowGraphResponse.d.ts.map +1 -0
  327. package/v3/model/ShowBuildRecordFlowGraphResponse.js +23 -0
  328. package/v3/model/ShowBuildRecordFlowGraphResponse.js.map +1 -0
  329. package/v3/model/ShowCopyNameRequest.d.ts +8 -0
  330. package/v3/model/ShowCopyNameRequest.d.ts.map +1 -0
  331. package/v3/model/ShowCopyNameRequest.js +20 -0
  332. package/v3/model/ShowCopyNameRequest.js.map +1 -0
  333. package/v3/model/ShowCopyNameResponse.d.ts +11 -0
  334. package/v3/model/ShowCopyNameResponse.d.ts.map +1 -0
  335. package/v3/model/ShowCopyNameResponse.js +23 -0
  336. package/v3/model/ShowCopyNameResponse.js.map +1 -0
  337. package/v3/model/ShowDefaultProjectPermissionRequest.d.ts +12 -0
  338. package/v3/model/ShowDefaultProjectPermissionRequest.d.ts.map +1 -0
  339. package/v3/model/ShowDefaultProjectPermissionRequest.js +31 -0
  340. package/v3/model/ShowDefaultProjectPermissionRequest.js.map +1 -0
  341. package/v3/model/ShowDefaultProjectPermissionResponse.d.ts +12 -0
  342. package/v3/model/ShowDefaultProjectPermissionResponse.d.ts.map +1 -0
  343. package/v3/model/ShowDefaultProjectPermissionResponse.js +23 -0
  344. package/v3/model/ShowDefaultProjectPermissionResponse.js.map +1 -0
  345. package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.d.ts +40 -0
  346. package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.d.ts.map +1 -0
  347. package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.js +99 -0
  348. package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.js.map +1 -0
  349. package/v3/model/ShowDisableRequest.d.ts +8 -0
  350. package/v3/model/ShowDisableRequest.d.ts.map +1 -0
  351. package/v3/model/ShowDisableRequest.js +20 -0
  352. package/v3/model/ShowDisableRequest.js.map +1 -0
  353. package/v3/model/ShowDisableResponse.d.ts +12 -0
  354. package/v3/model/ShowDisableResponse.d.ts.map +1 -0
  355. package/v3/model/ShowDisableResponse.js +23 -0
  356. package/v3/model/ShowDisableResponse.js.map +1 -0
  357. package/v3/model/ShowJobBuildRecordDetailRequest.d.ts +12 -0
  358. package/v3/model/ShowJobBuildRecordDetailRequest.d.ts.map +1 -0
  359. package/v3/model/ShowJobBuildRecordDetailRequest.js +31 -0
  360. package/v3/model/ShowJobBuildRecordDetailRequest.js.map +1 -0
  361. package/v3/model/ShowJobBuildRecordDetailResponse.d.ts +12 -0
  362. package/v3/model/ShowJobBuildRecordDetailResponse.d.ts.map +1 -0
  363. package/v3/model/ShowJobBuildRecordDetailResponse.js +23 -0
  364. package/v3/model/ShowJobBuildRecordDetailResponse.js.map +1 -0
  365. package/v3/model/ShowJobStepStatusRequest.d.ts +12 -0
  366. package/v3/model/ShowJobStepStatusRequest.d.ts.map +1 -0
  367. package/v3/model/ShowJobStepStatusRequest.js +30 -0
  368. package/v3/model/ShowJobStepStatusRequest.js.map +1 -0
  369. package/v3/model/ShowJobStepStatusResponse.d.ts +12 -0
  370. package/v3/model/ShowJobStepStatusResponse.d.ts.map +1 -0
  371. package/v3/model/ShowJobStepStatusResponse.js +23 -0
  372. package/v3/model/ShowJobStepStatusResponse.js.map +1 -0
  373. package/v3/model/ShowJobTotalRequest.d.ts +16 -0
  374. package/v3/model/ShowJobTotalRequest.d.ts.map +1 -0
  375. package/v3/model/ShowJobTotalRequest.js +40 -0
  376. package/v3/model/ShowJobTotalRequest.js.map +1 -0
  377. package/v3/model/ShowJobTotalResponse.d.ts +12 -0
  378. package/v3/model/ShowJobTotalResponse.d.ts.map +1 -0
  379. package/v3/model/ShowJobTotalResponse.js +23 -0
  380. package/v3/model/ShowJobTotalResponse.js.map +1 -0
  381. package/v3/model/ShowSummaryBuildJobInfoRequest.d.ts +4 -0
  382. package/v3/model/ShowSummaryBuildJobInfoRequest.d.ts.map +1 -0
  383. package/v3/model/ShowSummaryBuildJobInfoRequest.js +9 -0
  384. package/v3/model/ShowSummaryBuildJobInfoRequest.js.map +1 -0
  385. package/v3/model/ShowSummaryBuildJobInfoResponse.d.ts +12 -0
  386. package/v3/model/ShowSummaryBuildJobInfoResponse.d.ts.map +1 -0
  387. package/v3/model/ShowSummaryBuildJobInfoResponse.js +23 -0
  388. package/v3/model/ShowSummaryBuildJobInfoResponse.js.map +1 -0
  389. package/v3/model/ShowUserOverPackageQuotaRequest.d.ts +8 -0
  390. package/v3/model/ShowUserOverPackageQuotaRequest.d.ts.map +1 -0
  391. package/v3/model/ShowUserOverPackageQuotaRequest.js +20 -0
  392. package/v3/model/ShowUserOverPackageQuotaRequest.js.map +1 -0
  393. package/v3/model/ShowUserOverPackageQuotaResponse.d.ts +12 -0
  394. package/v3/model/ShowUserOverPackageQuotaResponse.d.ts.map +1 -0
  395. package/v3/model/ShowUserOverPackageQuotaResponse.js +23 -0
  396. package/v3/model/ShowUserOverPackageQuotaResponse.js.map +1 -0
  397. package/v3/model/ShowUserOverPackageQuotaResult.d.ts +16 -0
  398. package/v3/model/ShowUserOverPackageQuotaResult.d.ts.map +1 -0
  399. package/v3/model/ShowUserOverPackageQuotaResult.js +39 -0
  400. package/v3/model/ShowUserOverPackageQuotaResult.js.map +1 -0
  401. package/v3/model/TotalResponseBodyResult.d.ts +6 -0
  402. package/v3/model/TotalResponseBodyResult.d.ts.map +1 -0
  403. package/v3/model/TotalResponseBodyResult.js +13 -0
  404. package/v3/model/TotalResponseBodyResult.js.map +1 -0
  405. package/v3/model/Trigger.d.ts +9 -0
  406. package/v3/model/Trigger.d.ts.map +1 -0
  407. package/v3/model/Trigger.js +19 -0
  408. package/v3/model/Trigger.js.map +1 -0
  409. package/v3/model/UpdateNewJobRequest.d.ts +7 -0
  410. package/v3/model/UpdateNewJobRequest.d.ts.map +1 -0
  411. package/v3/model/UpdateNewJobRequest.js +13 -0
  412. package/v3/model/UpdateNewJobRequest.js.map +1 -0
  413. package/v3/model/UpdateNewJobResponse.d.ts +12 -0
  414. package/v3/model/UpdateNewJobResponse.d.ts.map +1 -0
  415. package/v3/model/UpdateNewJobResponse.js +23 -0
  416. package/v3/model/UpdateNewJobResponse.js.map +1 -0
  417. package/v3/public-api.d.ts +99 -1
  418. package/v3/public-api.d.ts.map +1 -1
  419. package/v3/public-api.js +99 -1
  420. package/v3/public-api.js.map +1 -1
  421. package/v3/model/DeleteBuildJobResponseBodyResult.d.ts +0 -12
  422. package/v3/model/DeleteBuildJobResponseBodyResult.d.ts.map +0 -1
  423. package/v3/model/DeleteBuildJobResponseBodyResult.js.map +0 -1
@@ -1,21 +1,43 @@
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';
7
+ import { CheckWebhookUrlRequest } from './model/CheckWebhookUrlRequest';
8
+ import { CheckWebhookUrlResponse } from './model/CheckWebhookUrlResponse';
9
+ import { ClearRecyclingJobsRequest } from './model/ClearRecyclingJobsRequest';
10
+ import { ClearRecyclingJobsResponse } from './model/ClearRecyclingJobsResponse';
11
+ import { CopyJobRequest } from './model/CopyJobRequest';
12
+ import { CopyJobResponse } from './model/CopyJobResponse';
5
13
  import { CreateBuildJobRequest } from './model/CreateBuildJobRequest';
6
14
  import { CreateBuildJobResponse } from './model/CreateBuildJobResponse';
7
15
  import { CreateTemplatesRequest } from './model/CreateTemplatesRequest';
8
16
  import { CreateTemplatesResponse } from './model/CreateTemplatesResponse';
9
17
  import { DeleteBuildJobRequest } from './model/DeleteBuildJobRequest';
10
18
  import { DeleteBuildJobResponse } from './model/DeleteBuildJobResponse';
19
+ import { DeleteKeystorePermissionRequest } from './model/DeleteKeystorePermissionRequest';
20
+ import { DeleteKeystorePermissionResponse } from './model/DeleteKeystorePermissionResponse';
21
+ import { DeleteKeystoreRequest } from './model/DeleteKeystoreRequest';
22
+ import { DeleteKeystoreResponse } from './model/DeleteKeystoreResponse';
23
+ import { DeleteRecyclingJobsRequest } from './model/DeleteRecyclingJobsRequest';
24
+ import { DeleteRecyclingJobsResponse } from './model/DeleteRecyclingJobsResponse';
25
+ import { DeleteTemplateRequest } from './model/DeleteTemplateRequest';
26
+ import { DeleteTemplateResponse } from './model/DeleteTemplateResponse';
11
27
  import { DeleteTemplatesRequest } from './model/DeleteTemplatesRequest';
12
28
  import { DeleteTemplatesResponse } from './model/DeleteTemplatesResponse';
29
+ import { DeleteTheJobRequest } from './model/DeleteTheJobRequest';
30
+ import { DeleteTheJobResponse } from './model/DeleteTheJobResponse';
13
31
  import { DisableBuildJobRequest } from './model/DisableBuildJobRequest';
14
32
  import { DisableBuildJobResponse } from './model/DisableBuildJobResponse';
15
33
  import { DisableNoticeRequest } from './model/DisableNoticeRequest';
16
34
  import { DisableNoticeResponse } from './model/DisableNoticeResponse';
35
+ import { DisableTheJobRequest } from './model/DisableTheJobRequest';
36
+ import { DisableTheJobResponse } from './model/DisableTheJobResponse';
17
37
  import { DownloadBuildLogRequest } from './model/DownloadBuildLogRequest';
18
38
  import { DownloadBuildLogResponse } from './model/DownloadBuildLogResponse';
39
+ import { DownloadJunitCoverageZipRequest } from './model/DownloadJunitCoverageZipRequest';
40
+ import { DownloadJunitCoverageZipResponse } from './model/DownloadJunitCoverageZipResponse';
19
41
  import { DownloadKeystoreByNameRequest } from './model/DownloadKeystoreByNameRequest';
20
42
  import { DownloadKeystoreByNameResponse } from './model/DownloadKeystoreByNameResponse';
21
43
  import { DownloadKeystoreRequest } from './model/DownloadKeystoreRequest';
@@ -28,42 +50,76 @@ import { DownloadTaskLogRequest } from './model/DownloadTaskLogRequest';
28
50
  import { DownloadTaskLogResponse } from './model/DownloadTaskLogResponse';
29
51
  import { EnableBuildJobRequest } from './model/EnableBuildJobRequest';
30
52
  import { EnableBuildJobResponse } from './model/EnableBuildJobResponse';
53
+ import { ExecuteJobRequest } from './model/ExecuteJobRequest';
54
+ import { ExecuteJobResponse } from './model/ExecuteJobResponse';
55
+ import { ListBriefRecordRequest } from './model/ListBriefRecordRequest';
56
+ import { ListBriefRecordResponse } from './model/ListBriefRecordResponse';
31
57
  import { ListBuildInfoRecordByJobIdRequest } from './model/ListBuildInfoRecordByJobIdRequest';
32
58
  import { ListBuildInfoRecordByJobIdResponse } from './model/ListBuildInfoRecordByJobIdResponse';
33
59
  import { ListBuildInfoRecordRequest } from './model/ListBuildInfoRecordRequest';
34
60
  import { ListBuildInfoRecordResponse } from './model/ListBuildInfoRecordResponse';
61
+ import { ListBuildParameterRequest } from './model/ListBuildParameterRequest';
62
+ import { ListBuildParameterResponse } from './model/ListBuildParameterResponse';
63
+ import { ListCustomTemplateRequest } from './model/ListCustomTemplateRequest';
64
+ import { ListCustomTemplateResponse } from './model/ListCustomTemplateResponse';
35
65
  import { ListJobConfigRequest } from './model/ListJobConfigRequest';
36
66
  import { ListJobConfigResponse } from './model/ListJobConfigResponse';
67
+ import { ListJobRequest } from './model/ListJobRequest';
68
+ import { ListJobResponse } from './model/ListJobResponse';
69
+ import { ListJunitCoverageSummaryRequest } from './model/ListJunitCoverageSummaryRequest';
70
+ import { ListJunitCoverageSummaryResponse } from './model/ListJunitCoverageSummaryResponse';
37
71
  import { ListKeystoreRequest } from './model/ListKeystoreRequest';
38
72
  import { ListKeystoreResponse } from './model/ListKeystoreResponse';
73
+ import { ListKeystoreSearchRequest } from './model/ListKeystoreSearchRequest';
74
+ import { ListKeystoreSearchResponse } from './model/ListKeystoreSearchResponse';
39
75
  import { ListNoticeRequest } from './model/ListNoticeRequest';
40
76
  import { ListNoticeResponse } from './model/ListNoticeResponse';
41
77
  import { ListOfficialTemplateRequest } from './model/ListOfficialTemplateRequest';
42
78
  import { ListOfficialTemplateResponse } from './model/ListOfficialTemplateResponse';
43
79
  import { ListProjectJobsRequest } from './model/ListProjectJobsRequest';
44
80
  import { ListProjectJobsResponse } from './model/ListProjectJobsResponse';
81
+ import { ListRecommendOfficialTemplateRequest } from './model/ListRecommendOfficialTemplateRequest';
82
+ import { ListRecommendOfficialTemplateResponse } from './model/ListRecommendOfficialTemplateResponse';
45
83
  import { ListRecordsRequest } from './model/ListRecordsRequest';
46
84
  import { ListRecordsResponse } from './model/ListRecordsResponse';
47
85
  import { ListRecyclingJobRequest } from './model/ListRecyclingJobRequest';
48
86
  import { ListRecyclingJobResponse } from './model/ListRecyclingJobResponse';
49
87
  import { ListRelatedProjectInfoRequest } from './model/ListRelatedProjectInfoRequest';
50
88
  import { ListRelatedProjectInfoResponse } from './model/ListRelatedProjectInfoResponse';
89
+ import { ListRepoBranchRequest } from './model/ListRepoBranchRequest';
90
+ import { ListRepoBranchResponse } from './model/ListRepoBranchResponse';
91
+ import { ListRepositoryRequest } from './model/ListRepositoryRequest';
92
+ import { ListRepositoryResponse } from './model/ListRepositoryResponse';
51
93
  import { ListTemplatesRequest } from './model/ListTemplatesRequest';
52
94
  import { ListTemplatesResponse } from './model/ListTemplatesResponse';
95
+ import { ListUpdateJobHistoryRequest } from './model/ListUpdateJobHistoryRequest';
96
+ import { ListUpdateJobHistoryResponse } from './model/ListUpdateJobHistoryResponse';
97
+ import { RestoreRecyclingJobsRequest } from './model/RestoreRecyclingJobsRequest';
98
+ import { RestoreRecyclingJobsResponse } from './model/RestoreRecyclingJobsResponse';
53
99
  import { RunJobRequest } from './model/RunJobRequest';
54
100
  import { RunJobResponse } from './model/RunJobResponse';
101
+ import { SetKeepTimeRequest } from './model/SetKeepTimeRequest';
102
+ import { SetKeepTimeResponse } from './model/SetKeepTimeResponse';
55
103
  import { ShowBuildInfoRecordRequest } from './model/ShowBuildInfoRecordRequest';
56
104
  import { ShowBuildInfoRecordResponse } from './model/ShowBuildInfoRecordResponse';
57
105
  import { ShowBuildParamsListRequest } from './model/ShowBuildParamsListRequest';
58
106
  import { ShowBuildParamsListResponse } from './model/ShowBuildParamsListResponse';
59
107
  import { ShowBuildRecordBuildScriptRequest } from './model/ShowBuildRecordBuildScriptRequest';
60
108
  import { ShowBuildRecordBuildScriptResponse } from './model/ShowBuildRecordBuildScriptResponse';
109
+ import { ShowBuildRecordFlowGraphRequest } from './model/ShowBuildRecordFlowGraphRequest';
110
+ import { ShowBuildRecordFlowGraphResponse } from './model/ShowBuildRecordFlowGraphResponse';
61
111
  import { ShowBuildRecordFullStagesRequest } from './model/ShowBuildRecordFullStagesRequest';
62
112
  import { ShowBuildRecordFullStagesResponse } from './model/ShowBuildRecordFullStagesResponse';
63
113
  import { ShowBuildRecordRequest } from './model/ShowBuildRecordRequest';
64
114
  import { ShowBuildRecordResponse } from './model/ShowBuildRecordResponse';
115
+ import { ShowCopyNameRequest } from './model/ShowCopyNameRequest';
116
+ import { ShowCopyNameResponse } from './model/ShowCopyNameResponse';
65
117
  import { ShowDefaultBuildParametersRequest } from './model/ShowDefaultBuildParametersRequest';
66
118
  import { ShowDefaultBuildParametersResponse } from './model/ShowDefaultBuildParametersResponse';
119
+ import { ShowDefaultProjectPermissionRequest } from './model/ShowDefaultProjectPermissionRequest';
120
+ import { ShowDefaultProjectPermissionResponse } from './model/ShowDefaultProjectPermissionResponse';
121
+ import { ShowDisableRequest } from './model/ShowDisableRequest';
122
+ import { ShowDisableResponse } from './model/ShowDisableResponse';
67
123
  import { ShowDockerfileTemplateRequest } from './model/ShowDockerfileTemplateRequest';
68
124
  import { ShowDockerfileTemplateResponse } from './model/ShowDockerfileTemplateResponse';
69
125
  import { ShowFlowGraphRequest } from './model/ShowFlowGraphRequest';
@@ -72,6 +128,8 @@ import { ShowHistoryDetailsRequest } from './model/ShowHistoryDetailsRequest';
72
128
  import { ShowHistoryDetailsResponse } from './model/ShowHistoryDetailsResponse';
73
129
  import { ShowImageTemplateListRequest } from './model/ShowImageTemplateListRequest';
74
130
  import { ShowImageTemplateListResponse } from './model/ShowImageTemplateListResponse';
131
+ import { ShowJobBuildRecordDetailRequest } from './model/ShowJobBuildRecordDetailRequest';
132
+ import { ShowJobBuildRecordDetailResponse } from './model/ShowJobBuildRecordDetailResponse';
75
133
  import { ShowJobBuildSuccessRatioRequest } from './model/ShowJobBuildSuccessRatioRequest';
76
134
  import { ShowJobBuildSuccessRatioResponse } from './model/ShowJobBuildSuccessRatioResponse';
77
135
  import { ShowJobBuildTimeRequest } from './model/ShowJobBuildTimeRequest';
@@ -90,10 +148,14 @@ import { ShowJobRolePermissionRequest } from './model/ShowJobRolePermissionReque
90
148
  import { ShowJobRolePermissionResponse } from './model/ShowJobRolePermissionResponse';
91
149
  import { ShowJobStatusRequest } from './model/ShowJobStatusRequest';
92
150
  import { ShowJobStatusResponse } from './model/ShowJobStatusResponse';
151
+ import { ShowJobStepStatusRequest } from './model/ShowJobStepStatusRequest';
152
+ import { ShowJobStepStatusResponse } from './model/ShowJobStepStatusResponse';
93
153
  import { ShowJobSuccessRatioRequest } from './model/ShowJobSuccessRatioRequest';
94
154
  import { ShowJobSuccessRatioResponse } from './model/ShowJobSuccessRatioResponse';
95
155
  import { ShowJobSystemParametersRequest } from './model/ShowJobSystemParametersRequest';
96
156
  import { ShowJobSystemParametersResponse } from './model/ShowJobSystemParametersResponse';
157
+ import { ShowJobTotalRequest } from './model/ShowJobTotalRequest';
158
+ import { ShowJobTotalResponse } from './model/ShowJobTotalResponse';
97
159
  import { ShowKeystorePermissionRequest } from './model/ShowKeystorePermissionRequest';
98
160
  import { ShowKeystorePermissionResponse } from './model/ShowKeystorePermissionResponse';
99
161
  import { ShowLastHistoryRequest } from './model/ShowLastHistoryRequest';
@@ -116,6 +178,10 @@ import { ShowReportSummaryRequest } from './model/ShowReportSummaryRequest';
116
178
  import { ShowReportSummaryResponse } from './model/ShowReportSummaryResponse';
117
179
  import { ShowRunningStatusRequest } from './model/ShowRunningStatusRequest';
118
180
  import { ShowRunningStatusResponse } from './model/ShowRunningStatusResponse';
181
+ import { ShowSummaryBuildJobInfoRequest } from './model/ShowSummaryBuildJobInfoRequest';
182
+ import { ShowSummaryBuildJobInfoResponse } from './model/ShowSummaryBuildJobInfoResponse';
183
+ import { ShowUserOverPackageQuotaRequest } from './model/ShowUserOverPackageQuotaRequest';
184
+ import { ShowUserOverPackageQuotaResponse } from './model/ShowUserOverPackageQuotaResponse';
119
185
  import { ShowYamlTemplateRequest } from './model/ShowYamlTemplateRequest';
120
186
  import { ShowYamlTemplateResponse } from './model/ShowYamlTemplateResponse';
121
187
  import { StopBuildJobRequest } from './model/StopBuildJobRequest';
@@ -124,6 +190,8 @@ import { StopJobRequest } from './model/StopJobRequest';
124
190
  import { StopJobResponse } from './model/StopJobResponse';
125
191
  import { UpdateBuildJobRequest } from './model/UpdateBuildJobRequest';
126
192
  import { UpdateBuildJobResponse } from './model/UpdateBuildJobResponse';
193
+ import { UpdateNewJobRequest } from './model/UpdateNewJobRequest';
194
+ import { UpdateNewJobResponse } from './model/UpdateNewJobResponse';
127
195
  import { UpdateNoticeRequest } from './model/UpdateNoticeRequest';
128
196
  import { UpdateNoticeResponse } from './model/UpdateNoticeResponse';
129
197
  export declare class CodeArtsBuildClient {
@@ -131,18 +199,6 @@ export declare class CodeArtsBuildClient {
131
199
  private hcClient;
132
200
  constructor(client: HcClient);
133
201
  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
202
  /**
147
203
  * 创建构建任务
148
204
  *
@@ -234,19 +290,6 @@ export declare class CodeArtsBuildClient {
234
290
  * @throws {RequiredError}
235
291
  */
236
292
  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
293
  /**
251
294
  * 下载构建实时日志
252
295
  *
@@ -300,21 +343,6 @@ export declare class CodeArtsBuildClient {
300
343
  * @throws {RequiredError}
301
344
  */
302
345
  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
346
  /**
319
347
  * 获取构建任务详情
320
348
  *
@@ -327,16 +355,6 @@ export declare class CodeArtsBuildClient {
327
355
  * @throws {RequiredError}
328
356
  */
329
357
  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
358
  /**
341
359
  * 查询通知
342
360
  *
@@ -349,560 +367,1447 @@ export declare class CodeArtsBuildClient {
349
367
  */
350
368
  listNotice(listNoticeRequest?: ListNoticeRequest): Promise<ListNoticeResponse>;
351
369
  /**
352
- * 查询官方模版
370
+ * 查询构建模板
353
371
  *
354
372
  * Please refer to HUAWEI cloud API Explorer for details.
355
373
  *
356
- * @summary 查询官方模版
374
+ * @summary 查询构建模板
357
375
  * @param {string} [name] 检索的模板的名字模糊查询
358
376
  * @param {string} [page] 分页页码, 表示从此页开始查询
359
377
  * @param {string} [pageSize] 每页显示的条目数量,page_size小于等于100
360
378
  * @param {*} [options] Override http request option.
361
379
  * @throws {RequiredError}
362
380
  */
363
- listOfficialTemplate(listOfficialTemplateRequest?: ListOfficialTemplateRequest): Promise<ListOfficialTemplateResponse>;
381
+ listTemplates(listTemplatesRequest?: ListTemplatesRequest): Promise<ListTemplatesResponse>;
364
382
  /**
365
- * 查询项目任务列表
383
+ * 执行构建任务,可传自定义参数
366
384
  *
367
385
  * Please refer to HUAWEI cloud API Explorer for details.
368
386
  *
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
387
+ * @summary 执行构建任务
388
+ * @param {RunJobRequestBody} runJobRequestBody body
380
389
  * @param {*} [options] Override http request option.
381
390
  * @throws {RequiredError}
382
391
  */
383
- listProjectJobs(listProjectJobsRequest?: ListProjectJobsRequest): Promise<ListProjectJobsResponse>;
392
+ runJob(runJobRequest?: RunJobRequest): Promise<RunJobResponse>;
384
393
  /**
385
- * 获取指定工程的构建记录列表
394
+ * 获取构建历史详情信息接口
386
395
  *
387
396
  * Please refer to HUAWEI cloud API Explorer for details.
388
397
  *
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
398
+ * @summary 获取构建历史详情信息接口
399
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
400
+ * @param {number} buildNumber 构建任务的构建编号,从1开始,每次构建递增1
398
401
  * @param {*} [options] Override http request option.
399
402
  * @throws {RequiredError}
400
403
  */
401
- listRecords(listRecordsRequest?: ListRecordsRequest): Promise<ListRecordsResponse>;
404
+ showHistoryDetails(showHistoryDetailsRequest?: ShowHistoryDetailsRequest): Promise<ShowHistoryDetailsResponse>;
402
405
  /**
403
- * 查看回收站中删除的构建任务列表
406
+ * 查看项目下用户的构建任务列表
404
407
  *
405
408
  * Please refer to HUAWEI cloud API Explorer for details.
406
409
  *
407
- * @summary 查看回收站中删除的构建任务列表
408
- * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
409
- * @param {number} [pageNo] 分页页码, 表示从此页开始查询, page_no大于等于1
410
- * @param {string} [search] 搜索的任务名称
410
+ * @summary 查看项目下用户的构建任务列表
411
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
412
+ * @param {number} pageIndex 分页页码, 表示从此页开始查询, page_index大于等于0
413
+ * @param {number} pageSize 每页显示的条目数量,page_size小于等于100
411
414
  * @param {*} [options] Override http request option.
412
415
  * @throws {RequiredError}
413
416
  */
414
- listRecyclingJob(listRecyclingJobRequest?: ListRecyclingJobRequest): Promise<ListRecyclingJobResponse>;
417
+ showJobListByProjectId(showJobListByProjectIdRequest?: ShowJobListByProjectIdRequest): Promise<ShowJobListByProjectIdResponse>;
415
418
  /**
416
- * 获取项目列表
419
+ * 查看任务运行状态
417
420
  *
418
421
  * Please refer to HUAWEI cloud API Explorer for details.
419
422
  *
420
- * @summary 获取项目列表
421
- * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
422
- * @param {number} [pageNo] 分页页码,表示从此页开始查询, page大于等于1
423
- * @param {string} [search] 搜索内容
423
+ * @summary 查看任务运行状态
424
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
424
425
  * @param {*} [options] Override http request option.
425
426
  * @throws {RequiredError}
426
427
  */
427
- listRelatedProjectInfo(listRelatedProjectInfoRequest?: ListRelatedProjectInfoRequest): Promise<ListRelatedProjectInfoResponse>;
428
+ showJobStatus(showJobStatusRequest?: ShowJobStatusRequest): Promise<ShowJobStatusResponse>;
428
429
  /**
429
- * 查询构建模板
430
+ * 根据开始时间和结束时间查看构建任务的构建成功率
430
431
  *
431
432
  * Please refer to HUAWEI cloud API Explorer for details.
432
433
  *
433
- * @summary 查询构建模板
434
- * @param {string} [name] 检索的模板的名字模糊查询
435
- * @param {string} [page] 分页页码, 表示从此页开始查询
436
- * @param {string} [pageSize] 每页显示的条目数量,page_size小于等于100
434
+ * @summary 根据开始时间和结束时间查看构建任务的构建成功率
435
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
436
+ * @param {string} startTime 区间开始时间,格式yyyy-MM-dd。
437
+ * @param {string} endTime 区间结束时间,格式yyyy-MM-dd。
437
438
  * @param {*} [options] Override http request option.
438
439
  * @throws {RequiredError}
439
440
  */
440
- listTemplates(listTemplatesRequest?: ListTemplatesRequest): Promise<ListTemplatesResponse>;
441
+ showJobSuccessRatio(showJobSuccessRatioRequest?: ShowJobSuccessRatioRequest): Promise<ShowJobSuccessRatioResponse>;
441
442
  /**
442
- * 执行构建任务,可传自定义参数
443
+ * 查询指定代码仓库最近一次成功的构建历史
443
444
  *
444
445
  * Please refer to HUAWEI cloud API Explorer for details.
445
446
  *
446
- * @summary 执行构建任务
447
- * @param {RunJobRequestBody} runJobRequestBody body
447
+ * @summary 查询指定代码仓库最近一次成功的构建历史
448
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
449
+ * @param {string} repositoryName 代码仓库名,不支持中文
448
450
  * @param {*} [options] Override http request option.
449
451
  * @throws {RequiredError}
450
452
  */
451
- runJob(runJobRequest?: RunJobRequest): Promise<RunJobResponse>;
453
+ showLastHistory(showLastHistoryRequest?: ShowLastHistoryRequest): Promise<ShowLastHistoryResponse>;
452
454
  /**
453
- * 获取任务构建记录列表
455
+ * 查看构建任务的构建历史列表
454
456
  *
455
457
  * Please refer to HUAWEI cloud API Explorer for details.
456
458
  *
457
- * @summary 获取任务构建记录列表
459
+ * @summary 查看构建任务的构建历史列表
458
460
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
459
- * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
461
+ * @param {number} offset 分页页码, 表示从此页开始查询, offset大于等于0
462
+ * @param {number} limit 每页显示的条目数量,limit小于等于100
463
+ * @param {number} interval 距今天的时间区间(单位:天),interval小于等于30
460
464
  * @param {*} [options] Override http request option.
461
465
  * @throws {RequiredError}
462
466
  */
463
- showBuildInfoRecord(showBuildInfoRecordRequest?: ShowBuildInfoRecordRequest): Promise<ShowBuildInfoRecordResponse>;
467
+ showListHistory(showListHistoryRequest?: ShowListHistoryRequest): Promise<ShowListHistoryResponse>;
464
468
  /**
465
- * 编辑页获取参数类型的接口
469
+ * 根据开始时间和结束时间查看构建任务的构建历史列表
466
470
  *
467
471
  * Please refer to HUAWEI cloud API Explorer for details.
468
472
  *
469
- * @summary 编辑页获取参数类型的接口
473
+ * @summary 根据开始时间和结束时间查看构建任务的构建历史列表
474
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
475
+ * @param {number} offset 分页页码, 表示从此页开始查询, offset大于等于0
476
+ * @param {number} limit 每页显示的条目数量,limit小于等于100
477
+ * @param {string} startTime 区间开始时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
478
+ * @param {string} endTime 区间结束时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
470
479
  * @param {*} [options] Override http request option.
471
480
  * @throws {RequiredError}
472
481
  */
473
- showBuildParamsList(showBuildParamsListRequest?: ShowBuildParamsListRequest): Promise<ShowBuildParamsListResponse>;
482
+ showListPeriodHistory(showListPeriodHistoryRequest?: ShowListPeriodHistoryRequest): Promise<ShowListPeriodHistoryResponse>;
474
483
  /**
475
- * 查询指定构建记录详情
484
+ * 获取构建产物详情信息
476
485
  *
477
486
  * Please refer to HUAWEI cloud API Explorer for details.
478
487
  *
479
- * @summary 查询指定构建记录详情
480
- * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
488
+ * @summary 获取构建产物详情信息
489
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
490
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
481
491
  * @param {*} [options] Override http request option.
482
492
  * @throws {RequiredError}
483
493
  */
484
- showBuildRecord(showBuildRecordRequest?: ShowBuildRecordRequest): Promise<ShowBuildRecordResponse>;
494
+ showOutputInfo(showOutputInfoRequest?: ShowOutputInfoRequest): Promise<ShowOutputInfoResponse>;
485
495
  /**
486
- * 获取构建记录的构建脚本
496
+ * 获取构建记录信息
487
497
  *
488
498
  * Please refer to HUAWEI cloud API Explorer for details.
489
499
  *
490
- * @summary 获取构建记录的构建脚本
491
- * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
500
+ * @summary 获取构建记录信息
501
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
502
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
492
503
  * @param {*} [options] Override http request option.
493
504
  * @throws {RequiredError}
494
505
  */
495
- showBuildRecordBuildScript(showBuildRecordBuildScriptRequest?: ShowBuildRecordBuildScriptRequest): Promise<ShowBuildRecordBuildScriptResponse>;
506
+ showRecordDetail(showRecordDetailRequest?: ShowRecordDetailRequest): Promise<ShowRecordDetailResponse>;
496
507
  /**
497
- * 获取任务各阶段信息
508
+ * 停止构建任务
498
509
  *
499
510
  * Please refer to HUAWEI cloud API Explorer for details.
500
511
  *
501
- * @summary 获取任务各阶段信息
502
- * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
503
- * @param {boolean} [cascade] 是否联级获取steps
512
+ * @summary 停止构建任务
513
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
514
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
504
515
  * @param {*} [options] Override http request option.
505
516
  * @throws {RequiredError}
506
517
  */
507
- showBuildRecordFullStages(showBuildRecordFullStagesRequest?: ShowBuildRecordFullStagesRequest): Promise<ShowBuildRecordFullStagesResponse>;
518
+ stopBuildJob(stopBuildJobRequest?: StopBuildJobRequest): Promise<StopBuildJobResponse>;
508
519
  /**
509
- * 获取编译构建默认参数
520
+ * 更新构建任务
510
521
  *
511
522
  * Please refer to HUAWEI cloud API Explorer for details.
512
523
  *
513
- * @summary 获取编译构建默认参数
524
+ * @summary 更新构建任务
525
+ * @param {UpdateBuildJobRequestBody} updateBuildJobRequestBody body
514
526
  * @param {*} [options] Override http request option.
515
527
  * @throws {RequiredError}
516
528
  */
517
- showDefaultBuildParameters(showDefaultBuildParametersRequest?: ShowDefaultBuildParametersRequest): Promise<ShowDefaultBuildParametersResponse>;
529
+ updateBuildJob(updateBuildJobRequest?: UpdateBuildJobRequest): Promise<UpdateBuildJobResponse>;
518
530
  /**
519
- * 获取dockerfileTemplate
531
+ * 更新通知
520
532
  *
521
533
  * Please refer to HUAWEI cloud API Explorer for details.
522
534
  *
523
- * @summary 获取dockerfileTemplate
524
- * @param {string} imageId 请求体
535
+ * @summary 更新通知
536
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
537
+ * @param {UpdateNoticeRequestBody} updateNoticeRequestBody body
525
538
  * @param {*} [options] Override http request option.
526
539
  * @throws {RequiredError}
527
540
  */
528
- showDockerfileTemplate(showDockerfileTemplateRequest?: ShowDockerfileTemplateRequest): Promise<ShowDockerfileTemplateResponse>;
541
+ updateNotice(updateNoticeRequest?: UpdateNoticeRequest): Promise<UpdateNoticeResponse>;
529
542
  /**
530
- * 获取构建历史详情信息接口
543
+ * 获取项目列表
531
544
  *
532
545
  * Please refer to HUAWEI cloud API Explorer for details.
533
546
  *
534
- * @summary 获取构建历史详情信息接口
535
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
536
- * @param {number} buildNumber 构建任务的构建编号,从1开始,每次构建递增1
547
+ * @summary 获取项目列表
548
+ * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
549
+ * @param {number} [pageNo] 分页页码,表示从此页开始查询, page大于等于1
550
+ * @param {string} [search] 搜索内容
537
551
  * @param {*} [options] Override http request option.
538
552
  * @throws {RequiredError}
539
553
  */
540
- showHistoryDetails(showHistoryDetailsRequest?: ShowHistoryDetailsRequest): Promise<ShowHistoryDetailsResponse>;
554
+ listRelatedProjectInfo(listRelatedProjectInfoRequest?: ListRelatedProjectInfoRequest): Promise<ListRelatedProjectInfoResponse>;
541
555
  /**
542
- * 获取镜像模板列表
556
+ * 获取用户权限
543
557
  *
544
558
  * Please refer to HUAWEI cloud API Explorer for details.
545
559
  *
546
- * @summary 获取镜像模板列表
560
+ * @summary 获取用户权限
561
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
547
562
  * @param {*} [options] Override http request option.
548
563
  * @throws {RequiredError}
549
564
  */
550
- showImageTemplateList(showImageTemplateListRequest?: ShowImageTemplateListRequest): Promise<ShowImageTemplateListResponse>;
565
+ showProjectPermission(showProjectPermissionRequest?: ShowProjectPermissionRequest): Promise<ShowProjectPermissionResponse>;
551
566
  /**
552
- * 查询构建成功率
567
+ * 获取当前用户的项目信息列表
553
568
  *
554
569
  * Please refer to HUAWEI cloud API Explorer for details.
555
570
  *
556
- * @summary 查询构建成功率
557
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
558
- * @param {string} repositoryName 代码仓名称。
559
- * @param {number} interval 查询时间,查最近几天的。
560
- * @param {string} [branch] 代码仓分支名。
571
+ * @summary 获取当前用户的项目信息列表
561
572
  * @param {*} [options] Override http request option.
562
573
  * @throws {RequiredError}
563
574
  */
564
- showJobBuildSuccessRatio(showJobBuildSuccessRatioRequest?: ShowJobBuildSuccessRatioRequest): Promise<ShowJobBuildSuccessRatioResponse>;
575
+ showRelatedProject(showRelatedProjectRequest?: ShowRelatedProjectRequest): Promise<ShowRelatedProjectResponse>;
565
576
  /**
566
- * 洞察构建时长
577
+ * 获取租户任务总数和成功率接口
567
578
  *
568
579
  * Please refer to HUAWEI cloud API Explorer for details.
569
580
  *
570
- * @summary 洞察构建时长
571
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
572
- * @param {string} repositoryName 代码仓名称。
573
- * @param {number} interval 查询时间,查最近几天的。
574
- * @param {string} [branch] 代码仓分支名。
581
+ * @summary 获取租户任务总数和成功率接口
575
582
  * @param {*} [options] Override http request option.
576
583
  * @throws {RequiredError}
577
584
  */
578
- showJobBuildTime(showJobBuildTimeRequest?: ShowJobBuildTimeRequest): Promise<ShowJobBuildTimeResponse>;
585
+ showSummaryBuildJobInfo(showSummaryBuildJobInfoRequest?: ShowSummaryBuildJobInfoRequest): Promise<ShowSummaryBuildJobInfoResponse>;
579
586
  /**
580
- * 获取构建任务详情
587
+ * 当前用户所在项目所属租户的包周期每月时长是否超额
581
588
  *
582
589
  * Please refer to HUAWEI cloud API Explorer for details.
583
590
  *
584
- * @summary 获取构建任务详情
585
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
586
- * @param {string} [getAllParams] 输入\&quot;true\&quot;或者\&quot;false\&quot;来控制返回参数是不是完整的
591
+ * @summary 当前用户所在项目所属租户的包周期每月时长是否超额
592
+ * @param {string} projectId CodeArts项目ID32位数字、小写字母组合。
587
593
  * @param {*} [options] Override http request option.
588
594
  * @throws {RequiredError}
589
595
  */
590
- showJobConfig(showJobConfigRequest?: ShowJobConfigRequest): Promise<ShowJobConfigResponse>;
596
+ showUserOverPackageQuota(showUserOverPackageQuotaRequest?: ShowUserOverPackageQuotaRequest): Promise<ShowUserOverPackageQuotaResponse>;
591
597
  /**
592
- * 获取构建任务配置的对比差异
598
+ * 获取dockerfileTemplate
593
599
  *
594
600
  * Please refer to HUAWEI cloud API Explorer for details.
595
601
  *
596
- * @summary 获取构建任务配置的对比差异
597
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
598
- * @param {string} revisedlNo 新记录的序号
599
- * @param {string} originalNo 原记录的序号
602
+ * @summary 获取dockerfileTemplate
603
+ * @param {string} imageId 请求体
600
604
  * @param {*} [options] Override http request option.
601
605
  * @throws {RequiredError}
602
606
  */
603
- showJobConfigDiff(showJobConfigDiffRequest?: ShowJobConfigDiffRequest): Promise<ShowJobConfigDiffResponse>;
607
+ showDockerfileTemplate(showDockerfileTemplateRequest?: ShowDockerfileTemplateRequest): Promise<ShowDockerfileTemplateResponse>;
604
608
  /**
605
- * 查看构建任务构建信息
609
+ * 获取镜像模板列表
606
610
  *
607
611
  * Please refer to HUAWEI cloud API Explorer for details.
608
612
  *
609
- * @summary 查看构建任务构建信息
610
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
613
+ * @summary 获取镜像模板列表
611
614
  * @param {*} [options] Override http request option.
612
615
  * @throws {RequiredError}
613
616
  */
614
- showJobInfo(showJobInfoRequest?: ShowJobInfoRequest): Promise<ShowJobInfoResponse>;
617
+ showImageTemplateList(showImageTemplateListRequest?: ShowImageTemplateListRequest): Promise<ShowImageTemplateListResponse>;
615
618
  /**
616
- * 查看项目下用户的构建任务列表
619
+ * 检查任务数量是否上限
617
620
  *
618
621
  * Please refer to HUAWEI cloud API Explorer for details.
619
622
  *
620
- * @summary 查看项目下用户的构建任务列表
623
+ * @summary 检查任务数量是否上限
624
+ * @param {*} [options] Override http request option.
625
+ * @throws {RequiredError}
626
+ */
627
+ checkJobCountIsTopLimit(checkJobCountIsTopLimitRequest?: CheckJobCountIsTopLimitRequest): Promise<CheckJobCountIsTopLimitResponse>;
628
+ /**
629
+ * 查看项目下任务名是否存在
630
+ *
631
+ * Please refer to HUAWEI cloud API Explorer for details.
632
+ *
633
+ * @summary 查看项目下任务名是否存在
621
634
  * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
622
- * @param {number} pageIndex 分页页码, 表示从此页开始查询, page_index大于等于0
623
- * @param {number} pageSize 每页显示的条目数量,page_size小于等于100
635
+ * @param {string} jobName 任务名称
624
636
  * @param {*} [options] Override http request option.
625
637
  * @throws {RequiredError}
626
638
  */
627
- showJobListByProjectId(showJobListByProjectIdRequest?: ShowJobListByProjectIdRequest): Promise<ShowJobListByProjectIdResponse>;
639
+ checkJobNameIsExists(checkJobNameIsExistsRequest?: CheckJobNameIsExistsRequest): Promise<CheckJobNameIsExistsResponse>;
628
640
  /**
629
- * 获取通知信息
641
+ * 检查webhook地址参数
630
642
  *
631
643
  * Please refer to HUAWEI cloud API Explorer for details.
632
644
  *
633
- * @summary 获取通知信息
634
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
645
+ * @summary 检查webhook地址参数
646
+ * @param {CheckWebhookUrlRequestBody} checkWebhookUrlRequestBody 请求体
635
647
  * @param {*} [options] Override http request option.
636
648
  * @throws {RequiredError}
637
649
  */
638
- showJobNoticeConfigInfo(showJobNoticeConfigInfoRequest?: ShowJobNoticeConfigInfoRequest): Promise<ShowJobNoticeConfigInfoResponse>;
650
+ checkWebhookUrl(checkWebhookUrlRequest?: CheckWebhookUrlRequest): Promise<CheckWebhookUrlResponse>;
639
651
  /**
640
- * 获取构建任务的角色权限矩阵信息
652
+ * 清空回收站中的任务
641
653
  *
642
654
  * Please refer to HUAWEI cloud API Explorer for details.
643
655
  *
644
- * @summary 获取构建任务的角色权限矩阵信息
645
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
656
+ * @summary 清空回收站中的任务
646
657
  * @param {*} [options] Override http request option.
647
658
  * @throws {RequiredError}
648
659
  */
649
- showJobRolePermission(showJobRolePermissionRequest?: ShowJobRolePermissionRequest): Promise<ShowJobRolePermissionResponse>;
660
+ clearRecyclingJobs(clearRecyclingJobsRequest?: ClearRecyclingJobsRequest): Promise<ClearRecyclingJobsResponse>;
650
661
  /**
651
- * 查看任务运行状态
662
+ * 复制构建任务
652
663
  *
653
664
  * Please refer to HUAWEI cloud API Explorer for details.
654
665
  *
655
- * @summary 查看任务运行状态
666
+ * @summary 复制构建任务
667
+ * @param {CopyBuildJobRequestBody} copyJobRequestBody body
668
+ * @param {*} [options] Override http request option.
669
+ * @throws {RequiredError}
670
+ */
671
+ copyJob(copyJobRequest?: CopyJobRequest): Promise<CopyJobResponse>;
672
+ /**
673
+ * 删除回收站中的任务
674
+ *
675
+ * Please refer to HUAWEI cloud API Explorer for details.
676
+ *
677
+ * @summary 删除回收站中的任务
678
+ * @param {JobsRequestBody} deleteRecyclingJobsRequestBody body
679
+ * @param {*} [options] Override http request option.
680
+ * @throws {RequiredError}
681
+ */
682
+ deleteRecyclingJobs(deleteRecyclingJobsRequest?: DeleteRecyclingJobsRequest): Promise<DeleteRecyclingJobsResponse>;
683
+ /**
684
+ * 删除任务
685
+ *
686
+ * Please refer to HUAWEI cloud API Explorer for details.
687
+ *
688
+ * @summary 删除任务
689
+ * @param {string} jobId 任务ID
690
+ * @param {*} [options] Override http request option.
691
+ * @throws {RequiredError}
692
+ */
693
+ deleteTheJob(deleteTheJobRequest?: DeleteTheJobRequest): Promise<DeleteTheJobResponse>;
694
+ /**
695
+ * 禁用任务
696
+ *
697
+ * Please refer to HUAWEI cloud API Explorer for details.
698
+ *
699
+ * @summary 禁用任务
656
700
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
701
+ * @param {DisableTheJobRequestBody} disableTheJobRequestBody body
657
702
  * @param {*} [options] Override http request option.
658
703
  * @throws {RequiredError}
659
704
  */
660
- showJobStatus(showJobStatusRequest?: ShowJobStatusRequest): Promise<ShowJobStatusResponse>;
705
+ disableTheJob(disableTheJobRequest?: DisableTheJobRequest): Promise<DisableTheJobResponse>;
661
706
  /**
662
- * 根据开始时间和结束时间查看构建任务的构建成功率
707
+ * 执行构建任务
663
708
  *
664
709
  * Please refer to HUAWEI cloud API Explorer for details.
665
710
  *
666
- * @summary 根据开始时间和结束时间查看构建任务的构建成功率
711
+ * @summary 执行构建
712
+ * @param {RunJobRequestBody} executeJobRequestBody body
713
+ * @param {*} [options] Override http request option.
714
+ * @throws {RequiredError}
715
+ */
716
+ executeJob(executeJobRequest?: ExecuteJobRequest): Promise<ExecuteJobResponse>;
717
+ /**
718
+ * 详情页获取构建参数
719
+ *
720
+ * Please refer to HUAWEI cloud API Explorer for details.
721
+ *
722
+ * @summary 详情页获取构建参数
667
723
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
668
- * @param {string} startTime 区间开始时间,格式yyyy-MM-dd。
669
- * @param {string} endTime 区间结束时间,格式yyyy-MM-dd。
724
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
670
725
  * @param {*} [options] Override http request option.
671
726
  * @throws {RequiredError}
672
727
  */
673
- showJobSuccessRatio(showJobSuccessRatioRequest?: ShowJobSuccessRatioRequest): Promise<ShowJobSuccessRatioResponse>;
728
+ listBuildParameter(listBuildParameterRequest?: ListBuildParameterRequest): Promise<ListBuildParameterResponse>;
674
729
  /**
675
- * 查看系统预定义参数
730
+ * 查看用户全部的构建任务列表
676
731
  *
677
732
  * Please refer to HUAWEI cloud API Explorer for details.
678
733
  *
679
- * @summary 查看系统预定义参数
734
+ * @summary 查看用户全部的构建任务列表
680
735
  * @param {*} [options] Override http request option.
681
736
  * @throws {RequiredError}
682
737
  */
683
- showJobSystemParameters(showJobSystemParametersRequest?: ShowJobSystemParametersRequest): Promise<ShowJobSystemParametersResponse>;
738
+ listJob(listJobRequest?: ListJobRequest): Promise<ListJobResponse>;
684
739
  /**
685
- * 文件管理查询权限
740
+ * 查询项目任务列表
686
741
  *
687
742
  * Please refer to HUAWEI cloud API Explorer for details.
688
743
  *
689
- * @summary 文件管理查询权限
690
- * @param {string} keystoreId 文件秘钥Id
744
+ * @summary 查询项目任务列表
745
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
746
+ * @param {number} pageIndex **参数解释**: 分页页码, 表示从此页开始查询。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,大于等于0。
691
747
  * @param {number} pageSize **参数解释**: 每页显示的条目数量。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,小于等于100。
692
- * @param {string} page 分页页码,表示从此页开始查询,page大于等于1
748
+ * @param {string} [search] 查询条件
749
+ * @param {string} [sortField] 排序的字段
750
+ * @param {string} [sortOrder] 排序顺序
751
+ * @param {string} [creatorId] 创建人ID
752
+ * @param {string} [buildStatus] 构建状态过滤条件
753
+ * @param {boolean} [byGroup] 是否分组
754
+ * @param {string} [groupPathId] 分组ID
693
755
  * @param {*} [options] Override http request option.
694
756
  * @throws {RequiredError}
695
757
  */
696
- showKeystorePermission(showKeystorePermissionRequest?: ShowKeystorePermissionRequest): Promise<ShowKeystorePermissionResponse>;
758
+ listProjectJobs(listProjectJobsRequest?: ListProjectJobsRequest): Promise<ListProjectJobsResponse>;
697
759
  /**
698
- * 查询指定代码仓库最近一次成功的构建历史
760
+ * 查看回收站中删除的构建任务列表
699
761
  *
700
762
  * Please refer to HUAWEI cloud API Explorer for details.
701
763
  *
702
- * @summary 查询指定代码仓库最近一次成功的构建历史
703
- * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
704
- * @param {string} repositoryName 代码仓库名,不支持中文
764
+ * @summary 查看回收站中删除的构建任务列表
765
+ * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
766
+ * @param {number} [pageNo] 分页页码, 表示从此页开始查询, page_no大于等于1
767
+ * @param {string} [search] 搜索的任务名称
705
768
  * @param {*} [options] Override http request option.
706
769
  * @throws {RequiredError}
707
770
  */
708
- showLastHistory(showLastHistoryRequest?: ShowLastHistoryRequest): Promise<ShowLastHistoryResponse>;
771
+ listRecyclingJob(listRecyclingJobRequest?: ListRecyclingJobRequest): Promise<ListRecyclingJobResponse>;
709
772
  /**
710
- * 查看构建任务的构建历史列表
773
+ * 获取修改历史
711
774
  *
712
775
  * Please refer to HUAWEI cloud API Explorer for details.
713
776
  *
714
- * @summary 查看构建任务的构建历史列表
777
+ * @summary 获取修改历史
715
778
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
716
- * @param {number} offset 分页页码, 表示从此页开始查询, offset大于等于0
717
- * @param {number} limit 每页显示的条目数量,limit小于等于100
718
- * @param {number} interval 距今天的时间区间(单位:天),interval小于等于30
779
+ * @param {number} [pageNo] 分页页码, 表示从此页开始查询, page_no大于等于1
780
+ * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
719
781
  * @param {*} [options] Override http request option.
720
782
  * @throws {RequiredError}
721
783
  */
722
- showListHistory(showListHistoryRequest?: ShowListHistoryRequest): Promise<ShowListHistoryResponse>;
784
+ listUpdateJobHistory(listUpdateJobHistoryRequest?: ListUpdateJobHistoryRequest): Promise<ListUpdateJobHistoryResponse>;
723
785
  /**
724
- * 根据开始时间和结束时间查看构建任务的构建历史列表
786
+ * 恢复回收站中的任务
725
787
  *
726
788
  * Please refer to HUAWEI cloud API Explorer for details.
727
789
  *
728
- * @summary 根据开始时间和结束时间查看构建任务的构建历史列表
729
- * @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天
790
+ * @summary 恢复回收站中的任务
791
+ * @param {JobsRequestBody} restoreRecyclingJobsRequestBody body
734
792
  * @param {*} [options] Override http request option.
735
793
  * @throws {RequiredError}
736
794
  */
737
- showListPeriodHistory(showListPeriodHistoryRequest?: ShowListPeriodHistoryRequest): Promise<ShowListPeriodHistoryResponse>;
795
+ restoreRecyclingJobs(restoreRecyclingJobsRequest?: RestoreRecyclingJobsRequest): Promise<RestoreRecyclingJobsResponse>;
738
796
  /**
739
- * 获取构建产物详情信息
797
+ * 设置回收站中的任务保留时间,该接口需要租户账号才能访问,租户子账号无权限访问。
740
798
  *
741
799
  * Please refer to HUAWEI cloud API Explorer for details.
742
800
  *
743
- * @summary 获取构建产物详情信息
801
+ * @summary 设置回收站中的任务保留时间
802
+ * @param {SetKeepTimeRequestBody} setKeepTimeRequestBody body
803
+ * @param {*} [options] Override http request option.
804
+ * @throws {RequiredError}
805
+ */
806
+ setKeepTime(setKeepTimeRequest?: SetKeepTimeRequest): Promise<SetKeepTimeResponse>;
807
+ /**
808
+ * 编辑页获取参数类型的接口
809
+ *
810
+ * Please refer to HUAWEI cloud API Explorer for details.
811
+ *
812
+ * @summary 编辑页获取参数类型的接口
813
+ * @param {*} [options] Override http request option.
814
+ * @throws {RequiredError}
815
+ */
816
+ showBuildParamsList(showBuildParamsListRequest?: ShowBuildParamsListRequest): Promise<ShowBuildParamsListResponse>;
817
+ /**
818
+ * 复制任务名
819
+ *
820
+ * Please refer to HUAWEI cloud API Explorer for details.
821
+ *
822
+ * @summary 复制任务名
744
823
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
745
- * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
746
824
  * @param {*} [options] Override http request option.
747
825
  * @throws {RequiredError}
748
826
  */
749
- showOutputInfo(showOutputInfoRequest?: ShowOutputInfoRequest): Promise<ShowOutputInfoResponse>;
827
+ showCopyName(showCopyNameRequest?: ShowCopyNameRequest): Promise<ShowCopyNameResponse>;
750
828
  /**
751
- * 获取用户权限
829
+ * 获取编译构建默认参数
752
830
  *
753
831
  * Please refer to HUAWEI cloud API Explorer for details.
754
832
  *
755
- * @summary 获取用户权限
833
+ * @summary 获取编译构建默认参数
834
+ * @param {*} [options] Override http request option.
835
+ * @throws {RequiredError}
836
+ */
837
+ showDefaultBuildParameters(showDefaultBuildParametersRequest?: ShowDefaultBuildParametersRequest): Promise<ShowDefaultBuildParametersResponse>;
838
+ /**
839
+ * 获取当前项目默认角色权限矩阵信息
840
+ *
841
+ * Please refer to HUAWEI cloud API Explorer for details.
842
+ *
843
+ * @summary 获取当前项目默认角色权限矩阵信息
756
844
  * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
845
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
757
846
  * @param {*} [options] Override http request option.
758
847
  * @throws {RequiredError}
759
848
  */
760
- showProjectPermission(showProjectPermissionRequest?: ShowProjectPermissionRequest): Promise<ShowProjectPermissionResponse>;
849
+ showDefaultProjectPermission(showDefaultProjectPermissionRequest?: ShowDefaultProjectPermissionRequest): Promise<ShowDefaultProjectPermissionResponse>;
761
850
  /**
762
- * 获取构建记录信息
851
+ * 查询任务是否已禁用
763
852
  *
764
853
  * Please refer to HUAWEI cloud API Explorer for details.
765
854
  *
766
- * @summary 获取构建记录信息
855
+ * @summary 查询任务是否已禁用
767
856
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
768
- * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
769
857
  * @param {*} [options] Override http request option.
770
858
  * @throws {RequiredError}
771
859
  */
772
- showRecordDetail(showRecordDetailRequest?: ShowRecordDetailRequest): Promise<ShowRecordDetailResponse>;
860
+ showDisable(showDisableRequest?: ShowDisableRequest): Promise<ShowDisableResponse>;
773
861
  /**
774
- * 获取当前用户的项目信息列表
862
+ * 获取构建任务详情
775
863
  *
776
864
  * Please refer to HUAWEI cloud API Explorer for details.
777
865
  *
778
- * @summary 获取当前用户的项目信息列表
866
+ * @summary 获取构建任务详情
867
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
868
+ * @param {string} [getAllParams] 输入\&quot;true\&quot;或者\&quot;false\&quot;来控制返回参数是不是完整的
779
869
  * @param {*} [options] Override http request option.
780
870
  * @throws {RequiredError}
781
871
  */
782
- showRelatedProject(showRelatedProjectRequest?: ShowRelatedProjectRequest): Promise<ShowRelatedProjectResponse>;
872
+ showJobConfig(showJobConfigRequest?: ShowJobConfigRequest): Promise<ShowJobConfigResponse>;
783
873
  /**
784
- * 获取覆盖率接口
874
+ * 获取构建任务配置的对比差异
785
875
  *
786
876
  * Please refer to HUAWEI cloud API Explorer for details.
787
877
  *
788
- * @summary 获取覆盖率接口
878
+ * @summary 获取构建任务配置的对比差异
789
879
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
790
- * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
880
+ * @param {string} revisedlNo 新记录的序号
881
+ * @param {string} originalNo 原记录的序号
791
882
  * @param {*} [options] Override http request option.
792
883
  * @throws {RequiredError}
793
884
  */
794
- showReportSummary(showReportSummaryRequest?: ShowReportSummaryRequest): Promise<ShowReportSummaryResponse>;
885
+ showJobConfigDiff(showJobConfigDiffRequest?: ShowJobConfigDiffRequest): Promise<ShowJobConfigDiffResponse>;
795
886
  /**
796
- * 查看任务是否在构建
887
+ * 查看构建任务构建信息
797
888
  *
798
889
  * Please refer to HUAWEI cloud API Explorer for details.
799
890
  *
800
- * @summary 查看任务是否在构建
891
+ * @summary 查看构建任务构建信息
801
892
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
802
893
  * @param {*} [options] Override http request option.
803
894
  * @throws {RequiredError}
804
895
  */
805
- showRunningStatus(showRunningStatusRequest?: ShowRunningStatusRequest): Promise<ShowRunningStatusResponse>;
896
+ showJobInfo(showJobInfoRequest?: ShowJobInfoRequest): Promise<ShowJobInfoResponse>;
806
897
  /**
807
- * 获取代码化构建默认模板
898
+ * 获取通知信息
808
899
  *
809
900
  * Please refer to HUAWEI cloud API Explorer for details.
810
901
  *
811
- * @summary 获取代码化构建默认模板
902
+ * @summary 获取通知信息
812
903
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
813
- * @param {string} [defaultHost] 默认主机类型
814
904
  * @param {*} [options] Override http request option.
815
905
  * @throws {RequiredError}
816
906
  */
817
- showYamlTemplate(showYamlTemplateRequest?: ShowYamlTemplateRequest): Promise<ShowYamlTemplateResponse>;
907
+ showJobNoticeConfigInfo(showJobNoticeConfigInfoRequest?: ShowJobNoticeConfigInfoRequest): Promise<ShowJobNoticeConfigInfoResponse>;
818
908
  /**
819
- * 停止构建任务
909
+ * 获取构建任务的角色权限矩阵信息
820
910
  *
821
911
  * Please refer to HUAWEI cloud API Explorer for details.
822
912
  *
823
- * @summary 停止构建任务
913
+ * @summary 获取构建任务的角色权限矩阵信息
824
914
  * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
825
- * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
826
915
  * @param {*} [options] Override http request option.
827
916
  * @throws {RequiredError}
828
917
  */
829
- stopBuildJob(stopBuildJobRequest?: StopBuildJobRequest): Promise<StopBuildJobResponse>;
918
+ showJobRolePermission(showJobRolePermissionRequest?: ShowJobRolePermissionRequest): Promise<ShowJobRolePermissionResponse>;
919
+ /**
920
+ * 查询任务状态
921
+ *
922
+ * Please refer to HUAWEI cloud API Explorer for details.
923
+ *
924
+ * @summary 查询任务状态
925
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
926
+ * @param {number} [buildNo] 构建任务的构建编号,从1开始,每次构建递增1
927
+ * @param {*} [options] Override http request option.
928
+ * @throws {RequiredError}
929
+ */
930
+ showJobStepStatus(showJobStepStatusRequest?: ShowJobStepStatusRequest): Promise<ShowJobStepStatusResponse>;
931
+ /**
932
+ * 查看系统预定义参数
933
+ *
934
+ * Please refer to HUAWEI cloud API Explorer for details.
935
+ *
936
+ * @summary 查看系统预定义参数
937
+ * @param {*} [options] Override http request option.
938
+ * @throws {RequiredError}
939
+ */
940
+ showJobSystemParameters(showJobSystemParametersRequest?: ShowJobSystemParametersRequest): Promise<ShowJobSystemParametersResponse>;
941
+ /**
942
+ * 查看任务是否在构建
943
+ *
944
+ * Please refer to HUAWEI cloud API Explorer for details.
945
+ *
946
+ * @summary 查看任务是否在构建
947
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
948
+ * @param {*} [options] Override http request option.
949
+ * @throws {RequiredError}
950
+ */
951
+ showRunningStatus(showRunningStatusRequest?: ShowRunningStatusRequest): Promise<ShowRunningStatusResponse>;
830
952
  /**
831
953
  * 更新构建任务
832
954
  *
833
955
  * Please refer to HUAWEI cloud API Explorer for details.
834
956
  *
835
957
  * @summary 更新构建任务
836
- * @param {UpdateBuildJobRequestBody} updateBuildJobRequestBody body
958
+ * @param {UpdateBuildJobRequestBody} updateNewJobRequestBody body
837
959
  * @param {*} [options] Override http request option.
838
960
  * @throws {RequiredError}
839
961
  */
840
- updateBuildJob(updateBuildJobRequest?: UpdateBuildJobRequest): Promise<UpdateBuildJobResponse>;
962
+ updateNewJob(updateNewJobRequest?: UpdateNewJobRequest): Promise<UpdateNewJobResponse>;
841
963
  /**
842
- * 更新通知
964
+ * 删除文件管理文件
843
965
  *
844
966
  * Please refer to HUAWEI cloud API Explorer for details.
845
967
  *
846
- * @summary 更新通知
847
- * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
848
- * @param {UpdateNoticeRequestBody} updateNoticeRequestBody body
968
+ * @summary 删除文件管理文件
969
+ * @param {string} keystoreId 文件秘钥Id
849
970
  * @param {*} [options] Override http request option.
850
971
  * @throws {RequiredError}
851
972
  */
852
- updateNotice(updateNoticeRequest?: UpdateNoticeRequest): Promise<UpdateNoticeResponse>;
973
+ deleteKeystore(deleteKeystoreRequest?: DeleteKeystoreRequest): Promise<DeleteKeystoreResponse>;
853
974
  /**
854
- * 下载构建日志(待下线)
975
+ * 文件管理删除权限
855
976
  *
856
977
  * Please refer to HUAWEI cloud API Explorer for details.
857
978
  *
858
- * @summary 下载构建日志(待下线)
859
- * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
979
+ * @summary 文件管理删除权限
980
+ * @param {string} permissionId 文件管理权限ID
860
981
  * @param {*} [options] Override http request option.
861
982
  * @throws {RequiredError}
862
983
  */
863
- downloadLogByRecordId(downloadLogByRecordIdRequest?: DownloadLogByRecordIdRequest): Promise<DownloadLogByRecordIdResponse>;
984
+ deleteKeystorePermission(deleteKeystorePermissionRequest?: DeleteKeystorePermissionRequest): Promise<DeleteKeystorePermissionResponse>;
985
+ /**
986
+ * 文件管理文件下载
987
+ *
988
+ * Please refer to HUAWEI cloud API Explorer for details.
989
+ *
990
+ * @summary 文件管理文件下载
991
+ * @param {string} name 文件名
992
+ * @param {string} domainId 租户ID
993
+ * @param {string} id 文件ID
994
+ * @param {*} [options] Override http request option.
995
+ * @throws {RequiredError}
996
+ */
997
+ downloadKeystoreByName(downloadKeystoreByNameRequest?: DownloadKeystoreByNameRequest): Promise<DownloadKeystoreByNameResponse>;
998
+ /**
999
+ * 查询用户可使用文件
1000
+ *
1001
+ * Please refer to HUAWEI cloud API Explorer for details.
1002
+ *
1003
+ * @summary 查询用户可使用文件
1004
+ * @param {*} [options] Override http request option.
1005
+ * @throws {RequiredError}
1006
+ */
1007
+ listKeystore(listKeystoreRequest?: ListKeystoreRequest): Promise<ListKeystoreResponse>;
1008
+ /**
1009
+ * 查询租户下文件列表
1010
+ *
1011
+ * Please refer to HUAWEI cloud API Explorer for details.
1012
+ *
1013
+ * @summary 查询租户下文件列表
1014
+ * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
1015
+ * @param {number} [page] 分页页码,表示从此页开始查询, page大于等于1
1016
+ * @param {string} [search] 搜索的文件名
1017
+ * @param {*} [options] Override http request option.
1018
+ * @throws {RequiredError}
1019
+ */
1020
+ listKeystoreSearch(listKeystoreSearchRequest?: ListKeystoreSearchRequest): Promise<ListKeystoreSearchResponse>;
1021
+ /**
1022
+ * 文件管理查询权限
1023
+ *
1024
+ * Please refer to HUAWEI cloud API Explorer for details.
1025
+ *
1026
+ * @summary 文件管理查询权限
1027
+ * @param {string} keystoreId 文件秘钥Id
1028
+ * @param {number} pageSize **参数解释**: 每页显示的条目数量。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,小于等于100。
1029
+ * @param {string} page 分页页码,表示从此页开始查询,page大于等于1
1030
+ * @param {*} [options] Override http request option.
1031
+ * @throws {RequiredError}
1032
+ */
1033
+ showKeystorePermission(showKeystorePermissionRequest?: ShowKeystorePermissionRequest): Promise<ShowKeystorePermissionResponse>;
1034
+ /**
1035
+ * 下载构建日志(待下线)
1036
+ *
1037
+ * Please refer to HUAWEI cloud API Explorer for details.
1038
+ *
1039
+ * @summary 下载构建日志(待下线)
1040
+ * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
1041
+ * @param {*} [options] Override http request option.
1042
+ * @throws {RequiredError}
1043
+ */
1044
+ downloadLogByRecordId(downloadLogByRecordIdRequest?: DownloadLogByRecordIdRequest): Promise<DownloadLogByRecordIdResponse>;
1045
+ /**
1046
+ * 获取构建记录的有向无环图(待下线)
1047
+ *
1048
+ * Please refer to HUAWEI cloud API Explorer for details.
1049
+ *
1050
+ * @summary 获取构建记录的有向无环图(待下线)
1051
+ * @param {string} buildFlowRecordId 父任务构建记录ID
1052
+ * @param {*} [options] Override http request option.
1053
+ * @throws {RequiredError}
1054
+ */
1055
+ showFlowGraph(showFlowGraphRequest?: ShowFlowGraphRequest): Promise<ShowFlowGraphResponse>;
1056
+ /**
1057
+ * 获取构建记录信息(待下线)
1058
+ *
1059
+ * Please refer to HUAWEI cloud API Explorer for details.
1060
+ *
1061
+ * @summary 获取构建记录信息(待下线)
1062
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1063
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
1064
+ * @param {*} [options] Override http request option.
1065
+ * @throws {RequiredError}
1066
+ */
1067
+ showRecordInfo(showRecordInfoRequest?: ShowRecordInfoRequest): Promise<ShowRecordInfoResponse>;
1068
+ /**
1069
+ * 停止构建任务(待下线)
1070
+ *
1071
+ * Please refer to HUAWEI cloud API Explorer for details.
1072
+ *
1073
+ * @summary 停止构建任务(待下线)
1074
+ * @param {StopJobRequestBody} stopJobRequestBody body
1075
+ * @param {*} [options] Override http request option.
1076
+ * @throws {RequiredError}
1077
+ */
1078
+ stopJob(stopJobRequest?: StopJobRequest): Promise<StopJobResponse>;
1079
+ /**
1080
+ * 获取指定工程的简要构建信息
1081
+ *
1082
+ * Please refer to HUAWEI cloud API Explorer for details.
1083
+ *
1084
+ * @summary 获取指定工程的简要构建信息
1085
+ * @param {number} limit 每页显示的条目数量,limit小于等于100
1086
+ * @param {Array<string>} listBriefRecordRequestBody body
1087
+ * @param {*} [options] Override http request option.
1088
+ * @throws {RequiredError}
1089
+ */
1090
+ listBriefRecord(listBriefRecordRequest?: ListBriefRecordRequest): Promise<ListBriefRecordResponse>;
1091
+ /**
1092
+ * 获取任务构建记录列表v1
1093
+ *
1094
+ * Please refer to HUAWEI cloud API Explorer for details.
1095
+ *
1096
+ * @summary 获取任务构建记录列表v1
1097
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1098
+ * @param {string} startTime 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
1099
+ * @param {string} endTime 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
1100
+ * @param {number} [pageIndex] 分页页码,表示从此页开始查询, page_index大于等于0
1101
+ * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
1102
+ * @param {*} [options] Override http request option.
1103
+ * @throws {RequiredError}
1104
+ */
1105
+ listBuildInfoRecordByJobId(listBuildInfoRecordByJobIdRequest?: ListBuildInfoRecordByJobIdRequest): Promise<ListBuildInfoRecordByJobIdResponse>;
1106
+ /**
1107
+ * 获取指定工程的构建记录列表
1108
+ *
1109
+ * Please refer to HUAWEI cloud API Explorer for details.
1110
+ *
1111
+ * @summary 获取指定工程的构建记录列表
1112
+ * @param {string} buildProjectId 构建工程项目ID,36位数字、小写字母组合。
1113
+ * @param {number} [page] 分页页码,表示从此页开始查询,大于等于0
1114
+ * @param {number} [limit] 每页显示的条目数量,小于等于100
1115
+ * @param {Array<string>} [triggers] 需要搜索的触发类型列表
1116
+ * @param {Array<string>} [branches] 需要搜索的分支列表
1117
+ * @param {Array<string>} [tags] 需要搜索的标签列表
1118
+ * @param {string} [fromDate] 查询起止时间,格式:yyyy-MM-dd HH:mm:ss
1119
+ * @param {string} [toDate] 查询结束时间,格式:yyyy-MM-dd HH:mm:ss
1120
+ * @param {*} [options] Override http request option.
1121
+ * @throws {RequiredError}
1122
+ */
1123
+ listRecords(listRecordsRequest?: ListRecordsRequest): Promise<ListRecordsResponse>;
1124
+ /**
1125
+ * 获取任务构建记录列表
1126
+ *
1127
+ * Please refer to HUAWEI cloud API Explorer for details.
1128
+ *
1129
+ * @summary 获取任务构建记录列表
1130
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1131
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
1132
+ * @param {*} [options] Override http request option.
1133
+ * @throws {RequiredError}
1134
+ */
1135
+ showBuildInfoRecord(showBuildInfoRecordRequest?: ShowBuildInfoRecordRequest): Promise<ShowBuildInfoRecordResponse>;
1136
+ /**
1137
+ * 查询指定构建记录详情
1138
+ *
1139
+ * Please refer to HUAWEI cloud API Explorer for details.
1140
+ *
1141
+ * @summary 查询指定构建记录详情
1142
+ * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
1143
+ * @param {*} [options] Override http request option.
1144
+ * @throws {RequiredError}
1145
+ */
1146
+ showBuildRecord(showBuildRecordRequest?: ShowBuildRecordRequest): Promise<ShowBuildRecordResponse>;
1147
+ /**
1148
+ * 获取构建记录的构建脚本
1149
+ *
1150
+ * Please refer to HUAWEI cloud API Explorer for details.
1151
+ *
1152
+ * @summary 获取构建记录的构建脚本
1153
+ * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
1154
+ * @param {*} [options] Override http request option.
1155
+ * @throws {RequiredError}
1156
+ */
1157
+ showBuildRecordBuildScript(showBuildRecordBuildScriptRequest?: ShowBuildRecordBuildScriptRequest): Promise<ShowBuildRecordBuildScriptResponse>;
1158
+ /**
1159
+ * 获取构建记录的有向无环图
1160
+ *
1161
+ * Please refer to HUAWEI cloud API Explorer for details.
1162
+ *
1163
+ * @summary 获取构建记录的有向无环图
1164
+ * @param {string} buildFlowRecordId 父任务构建记录ID
1165
+ * @param {*} [options] Override http request option.
1166
+ * @throws {RequiredError}
1167
+ */
1168
+ showBuildRecordFlowGraph(showBuildRecordFlowGraphRequest?: ShowBuildRecordFlowGraphRequest): Promise<ShowBuildRecordFlowGraphResponse>;
1169
+ /**
1170
+ * 获取任务各阶段信息
1171
+ *
1172
+ * Please refer to HUAWEI cloud API Explorer for details.
1173
+ *
1174
+ * @summary 获取任务各阶段信息
1175
+ * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
1176
+ * @param {boolean} [cascade] 是否联级获取steps
1177
+ * @param {*} [options] Override http request option.
1178
+ * @throws {RequiredError}
1179
+ */
1180
+ showBuildRecordFullStages(showBuildRecordFullStagesRequest?: ShowBuildRecordFullStagesRequest): Promise<ShowBuildRecordFullStagesResponse>;
1181
+ /**
1182
+ * 获取构建记录信息
1183
+ *
1184
+ * Please refer to HUAWEI cloud API Explorer for details.
1185
+ *
1186
+ * @summary 获取构建记录信息
1187
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1188
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
1189
+ * @param {*} [options] Override http request option.
1190
+ * @throws {RequiredError}
1191
+ */
1192
+ showJobBuildRecordDetail(showJobBuildRecordDetailRequest?: ShowJobBuildRecordDetailRequest): Promise<ShowJobBuildRecordDetailResponse>;
1193
+ /**
1194
+ * 构建历史页获取构建次数
1195
+ *
1196
+ * Please refer to HUAWEI cloud API Explorer for details.
1197
+ *
1198
+ * @summary 构建历史页获取构建次数
1199
+ * @param {string} buildProjectId 构建工程项目ID,36位数字、小写字母组合。
1200
+ * @param {string} [fromDate] 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
1201
+ * @param {string} [toDate] 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
1202
+ * @param {*} [options] Override http request option.
1203
+ * @throws {RequiredError}
1204
+ */
1205
+ showJobTotal(showJobTotalRequest?: ShowJobTotalRequest): Promise<ShowJobTotalResponse>;
1206
+ /**
1207
+ * 获取单元测试覆盖率报告压缩包
1208
+ *
1209
+ * Please refer to HUAWEI cloud API Explorer for details.
1210
+ *
1211
+ * @summary 获取单元测试覆盖率报告压缩包
1212
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1213
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
1214
+ * @param {string} rootId 资源ID,下载覆盖率报告时使用
1215
+ * @param {*} [options] Override http request option.
1216
+ * @throws {RequiredError}
1217
+ */
1218
+ downloadJunitCoverageZip(downloadJunitCoverageZipRequest?: DownloadJunitCoverageZipRequest): Promise<DownloadJunitCoverageZipResponse>;
1219
+ /**
1220
+ * 获取单元测试覆盖率报告列表
1221
+ *
1222
+ * Please refer to HUAWEI cloud API Explorer for details.
1223
+ *
1224
+ * @summary 获取单元测试覆盖率报告列表
1225
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1226
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
1227
+ * @param {*} [options] Override http request option.
1228
+ * @throws {RequiredError}
1229
+ */
1230
+ listJunitCoverageSummary(listJunitCoverageSummaryRequest?: ListJunitCoverageSummaryRequest): Promise<ListJunitCoverageSummaryResponse>;
1231
+ /**
1232
+ * 获取该任务所有分支信息
1233
+ *
1234
+ * Please refer to HUAWEI cloud API Explorer for details.
1235
+ *
1236
+ * @summary 获取该任务所有分支信息
1237
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1238
+ * @param {string} repositoryName 代码仓库名,不支持中文
1239
+ * @param {*} [options] Override http request option.
1240
+ * @throws {RequiredError}
1241
+ */
1242
+ listRepoBranch(listRepoBranchRequest?: ListRepoBranchRequest): Promise<ListRepoBranchResponse>;
1243
+ /**
1244
+ * 查看仓库
1245
+ *
1246
+ * Please refer to HUAWEI cloud API Explorer for details.
1247
+ *
1248
+ * @summary 查看仓库
1249
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1250
+ * @param {*} [options] Override http request option.
1251
+ * @throws {RequiredError}
1252
+ */
1253
+ listRepository(listRepositoryRequest?: ListRepositoryRequest): Promise<ListRepositoryResponse>;
1254
+ /**
1255
+ * 查询构建成功率
1256
+ *
1257
+ * Please refer to HUAWEI cloud API Explorer for details.
1258
+ *
1259
+ * @summary 查询构建成功率
1260
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1261
+ * @param {string} repositoryName 代码仓名称。
1262
+ * @param {number} interval 查询时间,查最近几天的。
1263
+ * @param {string} [branch] 代码仓分支名。
1264
+ * @param {*} [options] Override http request option.
1265
+ * @throws {RequiredError}
1266
+ */
1267
+ showJobBuildSuccessRatio(showJobBuildSuccessRatioRequest?: ShowJobBuildSuccessRatioRequest): Promise<ShowJobBuildSuccessRatioResponse>;
1268
+ /**
1269
+ * 洞察构建时长
1270
+ *
1271
+ * Please refer to HUAWEI cloud API Explorer for details.
1272
+ *
1273
+ * @summary 洞察构建时长
1274
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1275
+ * @param {string} repositoryName 代码仓名称。
1276
+ * @param {number} interval 查询时间,查最近几天的。
1277
+ * @param {string} [branch] 代码仓分支名。
1278
+ * @param {*} [options] Override http request option.
1279
+ * @throws {RequiredError}
1280
+ */
1281
+ showJobBuildTime(showJobBuildTimeRequest?: ShowJobBuildTimeRequest): Promise<ShowJobBuildTimeResponse>;
1282
+ /**
1283
+ * 获取覆盖率接口
1284
+ *
1285
+ * Please refer to HUAWEI cloud API Explorer for details.
1286
+ *
1287
+ * @summary 获取覆盖率接口
1288
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1289
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
1290
+ * @param {*} [options] Override http request option.
1291
+ * @throws {RequiredError}
1292
+ */
1293
+ showReportSummary(showReportSummaryRequest?: ShowReportSummaryRequest): Promise<ShowReportSummaryResponse>;
1294
+ /**
1295
+ * 删除构建模板
1296
+ *
1297
+ * Please refer to HUAWEI cloud API Explorer for details.
1298
+ *
1299
+ * @summary 删除构建模板
1300
+ * @param {string} uuid uuid
1301
+ * @param {*} [options] Override http request option.
1302
+ * @throws {RequiredError}
1303
+ */
1304
+ deleteTemplate(deleteTemplateRequest?: DeleteTemplateRequest): Promise<DeleteTemplateResponse>;
1305
+ /**
1306
+ * 根据条件查询特定模板
1307
+ *
1308
+ * Please refer to HUAWEI cloud API Explorer for details.
1309
+ *
1310
+ * @summary 根据条件查询特定模板
1311
+ * @param {string} [name] 名称
1312
+ * @param {string} [filter] 过滤条件
1313
+ * @param {number} [page] 分页页码,表示从此页开始查询,page大于等于1
1314
+ * @param {number} [pageSize] 每页显示的条目数量,page_size小于等于100
1315
+ * @param {string} [tags] 构建状态过滤条件
1316
+ * @param {*} [options] Override http request option.
1317
+ * @throws {RequiredError}
1318
+ */
1319
+ listCustomTemplate(listCustomTemplateRequest?: ListCustomTemplateRequest): Promise<ListCustomTemplateResponse>;
1320
+ /**
1321
+ * 查询官方模版
1322
+ *
1323
+ * Please refer to HUAWEI cloud API Explorer for details.
1324
+ *
1325
+ * @summary 查询官方模版
1326
+ * @param {string} [name] 检索的模板的名字模糊查询
1327
+ * @param {string} [page] 分页页码, 表示从此页开始查询
1328
+ * @param {string} [pageSize] 每页显示的条目数量,page_size小于等于100
1329
+ * @param {*} [options] Override http request option.
1330
+ * @throws {RequiredError}
1331
+ */
1332
+ listOfficialTemplate(listOfficialTemplateRequest?: ListOfficialTemplateRequest): Promise<ListOfficialTemplateResponse>;
1333
+ /**
1334
+ * 获取官方推荐模板
1335
+ *
1336
+ * Please refer to HUAWEI cloud API Explorer for details.
1337
+ *
1338
+ * @summary 获取官方推荐模板
1339
+ * @param {ListRecommendOfficialTemplateRequestBody} listRecommendOfficialTemplateRequestBody body
1340
+ * @param {*} [options] Override http request option.
1341
+ * @throws {RequiredError}
1342
+ */
1343
+ listRecommendOfficialTemplate(listRecommendOfficialTemplateRequest?: ListRecommendOfficialTemplateRequest): Promise<ListRecommendOfficialTemplateResponse>;
1344
+ /**
1345
+ * 获取代码化构建默认模板
1346
+ *
1347
+ * Please refer to HUAWEI cloud API Explorer for details.
1348
+ *
1349
+ * @summary 获取代码化构建默认模板
1350
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1351
+ * @param {string} [defaultHost] 默认主机类型
1352
+ * @param {*} [options] Override http request option.
1353
+ * @throws {RequiredError}
1354
+ */
1355
+ showYamlTemplate(showYamlTemplateRequest?: ShowYamlTemplateRequest): Promise<ShowYamlTemplateResponse>;
1356
+ }
1357
+ export declare const ParamCreater: () => {
1358
+ /**
1359
+ * 创建构建任务
1360
+ *
1361
+ * Please refer to HUAWEI cloud API Explorer for details.
1362
+ */
1363
+ createBuildJob(createBuildJobRequest?: CreateBuildJobRequest): {
1364
+ method: string;
1365
+ url: string;
1366
+ contentType: string;
1367
+ queryParams: {};
1368
+ pathParams: {};
1369
+ headers: {};
1370
+ data: {};
1371
+ };
1372
+ /**
1373
+ * 创建构建模板
1374
+ *
1375
+ * Please refer to HUAWEI cloud API Explorer for details.
1376
+ */
1377
+ createTemplates(createTemplatesRequest?: CreateTemplatesRequest): {
1378
+ method: string;
1379
+ url: string;
1380
+ contentType: string;
1381
+ queryParams: {};
1382
+ pathParams: {};
1383
+ headers: {};
1384
+ data: {};
1385
+ };
1386
+ /**
1387
+ * 删除构建任务
1388
+ *
1389
+ * Please refer to HUAWEI cloud API Explorer for details.
1390
+ */
1391
+ deleteBuildJob(deleteBuildJobRequest?: DeleteBuildJobRequest): {
1392
+ method: string;
1393
+ url: string;
1394
+ contentType: string;
1395
+ queryParams: {};
1396
+ pathParams: {};
1397
+ headers: {};
1398
+ };
1399
+ /**
1400
+ * 删除构建模板
1401
+ *
1402
+ * Please refer to HUAWEI cloud API Explorer for details.
1403
+ */
1404
+ deleteTemplates(deleteTemplatesRequest?: DeleteTemplatesRequest): {
1405
+ method: string;
1406
+ url: string;
1407
+ contentType: string;
1408
+ queryParams: {};
1409
+ pathParams: {};
1410
+ headers: {};
1411
+ };
1412
+ /**
1413
+ * 禁用构建任务
1414
+ *
1415
+ * Please refer to HUAWEI cloud API Explorer for details.
1416
+ */
1417
+ disableBuildJob(disableBuildJobRequest?: DisableBuildJobRequest): {
1418
+ method: string;
1419
+ url: string;
1420
+ contentType: string;
1421
+ queryParams: {};
1422
+ pathParams: {};
1423
+ headers: {};
1424
+ };
1425
+ /**
1426
+ * 取消通知
1427
+ *
1428
+ * Please refer to HUAWEI cloud API Explorer for details.
1429
+ */
1430
+ disableNotice(disableNoticeRequest?: DisableNoticeRequest): {
1431
+ method: string;
1432
+ url: string;
1433
+ contentType: string;
1434
+ queryParams: {};
1435
+ pathParams: {};
1436
+ headers: {};
1437
+ };
1438
+ /**
1439
+ * 下载全量构建日志
1440
+ *
1441
+ * Please refer to HUAWEI cloud API Explorer for details.
1442
+ */
1443
+ downloadBuildLog(downloadBuildLogRequest?: DownloadBuildLogRequest): {
1444
+ method: string;
1445
+ url: string;
1446
+ contentType: string;
1447
+ queryParams: {};
1448
+ pathParams: {};
1449
+ headers: {};
1450
+ };
1451
+ /**
1452
+ * 下载指定租户下的KeyStore文件
1453
+ *
1454
+ * Please refer to HUAWEI cloud API Explorer for details.
1455
+ */
1456
+ downloadKeystore(downloadKeystoreRequest?: DownloadKeystoreRequest): {
1457
+ method: string;
1458
+ url: string;
1459
+ contentType: string;
1460
+ queryParams: {};
1461
+ pathParams: {};
1462
+ headers: {};
1463
+ };
1464
+ /**
1465
+ * 下载构建实时日志
1466
+ *
1467
+ * Please refer to HUAWEI cloud API Explorer for details.
1468
+ */
1469
+ downloadRealTimeLog(downloadRealTimeLogRequest?: DownloadRealTimeLogRequest): {
1470
+ method: string;
1471
+ url: string;
1472
+ contentType: string;
1473
+ queryParams: {};
1474
+ pathParams: {};
1475
+ headers: {};
1476
+ };
1477
+ /**
1478
+ * 下载构建步骤日志
1479
+ *
1480
+ * Please refer to HUAWEI cloud API Explorer for details.
1481
+ */
1482
+ downloadTaskLog(downloadTaskLogRequest?: DownloadTaskLogRequest): {
1483
+ method: string;
1484
+ url: string;
1485
+ contentType: string;
1486
+ queryParams: {};
1487
+ pathParams: {};
1488
+ headers: {};
1489
+ };
1490
+ /**
1491
+ * 恢复构建任务
1492
+ *
1493
+ * Please refer to HUAWEI cloud API Explorer for details.
1494
+ */
1495
+ enableBuildJob(enableBuildJobRequest?: EnableBuildJobRequest): {
1496
+ method: string;
1497
+ url: string;
1498
+ contentType: string;
1499
+ queryParams: {};
1500
+ pathParams: {};
1501
+ headers: {};
1502
+ };
1503
+ /**
1504
+ * 获取任务构建记录列表
1505
+ *
1506
+ * Please refer to HUAWEI cloud API Explorer for details.
1507
+ */
1508
+ listBuildInfoRecord(listBuildInfoRecordRequest?: ListBuildInfoRecordRequest): {
1509
+ method: string;
1510
+ url: string;
1511
+ contentType: string;
1512
+ queryParams: {};
1513
+ pathParams: {};
1514
+ headers: {};
1515
+ };
1516
+ /**
1517
+ * 获取构建任务详情
1518
+ *
1519
+ * Please refer to HUAWEI cloud API Explorer for details.
1520
+ */
1521
+ listJobConfig(listJobConfigRequest?: ListJobConfigRequest): {
1522
+ method: string;
1523
+ url: string;
1524
+ contentType: string;
1525
+ queryParams: {};
1526
+ pathParams: {};
1527
+ headers: {};
1528
+ };
1529
+ /**
1530
+ * 查询通知
1531
+ *
1532
+ * Please refer to HUAWEI cloud API Explorer for details.
1533
+ */
1534
+ listNotice(listNoticeRequest?: ListNoticeRequest): {
1535
+ method: string;
1536
+ url: string;
1537
+ contentType: string;
1538
+ queryParams: {};
1539
+ pathParams: {};
1540
+ headers: {};
1541
+ };
1542
+ /**
1543
+ * 查询构建模板
1544
+ *
1545
+ * Please refer to HUAWEI cloud API Explorer for details.
1546
+ */
1547
+ listTemplates(listTemplatesRequest?: ListTemplatesRequest): {
1548
+ method: string;
1549
+ url: string;
1550
+ contentType: string;
1551
+ queryParams: {};
1552
+ pathParams: {};
1553
+ headers: {};
1554
+ };
1555
+ /**
1556
+ * 执行构建任务,可传自定义参数
1557
+ *
1558
+ * Please refer to HUAWEI cloud API Explorer for details.
1559
+ */
1560
+ runJob(runJobRequest?: RunJobRequest): {
1561
+ method: string;
1562
+ url: string;
1563
+ contentType: string;
1564
+ queryParams: {};
1565
+ pathParams: {};
1566
+ headers: {};
1567
+ data: {};
1568
+ };
1569
+ /**
1570
+ * 获取构建历史详情信息接口
1571
+ *
1572
+ * Please refer to HUAWEI cloud API Explorer for details.
1573
+ */
1574
+ showHistoryDetails(showHistoryDetailsRequest?: ShowHistoryDetailsRequest): {
1575
+ method: string;
1576
+ url: string;
1577
+ contentType: string;
1578
+ queryParams: {};
1579
+ pathParams: {};
1580
+ headers: {};
1581
+ };
1582
+ /**
1583
+ * 查看项目下用户的构建任务列表
1584
+ *
1585
+ * Please refer to HUAWEI cloud API Explorer for details.
1586
+ */
1587
+ showJobListByProjectId(showJobListByProjectIdRequest?: ShowJobListByProjectIdRequest): {
1588
+ method: string;
1589
+ url: string;
1590
+ contentType: string;
1591
+ queryParams: {};
1592
+ pathParams: {};
1593
+ headers: {};
1594
+ };
1595
+ /**
1596
+ * 查看任务运行状态
1597
+ *
1598
+ * Please refer to HUAWEI cloud API Explorer for details.
1599
+ */
1600
+ showJobStatus(showJobStatusRequest?: ShowJobStatusRequest): {
1601
+ method: string;
1602
+ url: string;
1603
+ contentType: string;
1604
+ queryParams: {};
1605
+ pathParams: {};
1606
+ headers: {};
1607
+ };
1608
+ /**
1609
+ * 根据开始时间和结束时间查看构建任务的构建成功率
1610
+ *
1611
+ * Please refer to HUAWEI cloud API Explorer for details.
1612
+ */
1613
+ showJobSuccessRatio(showJobSuccessRatioRequest?: ShowJobSuccessRatioRequest): {
1614
+ method: string;
1615
+ url: string;
1616
+ contentType: string;
1617
+ queryParams: {};
1618
+ pathParams: {};
1619
+ headers: {};
1620
+ };
1621
+ /**
1622
+ * 查询指定代码仓库最近一次成功的构建历史
1623
+ *
1624
+ * Please refer to HUAWEI cloud API Explorer for details.
1625
+ */
1626
+ showLastHistory(showLastHistoryRequest?: ShowLastHistoryRequest): {
1627
+ method: string;
1628
+ url: string;
1629
+ contentType: string;
1630
+ queryParams: {};
1631
+ pathParams: {};
1632
+ headers: {};
1633
+ };
1634
+ /**
1635
+ * 查看构建任务的构建历史列表
1636
+ *
1637
+ * Please refer to HUAWEI cloud API Explorer for details.
1638
+ */
1639
+ showListHistory(showListHistoryRequest?: ShowListHistoryRequest): {
1640
+ method: string;
1641
+ url: string;
1642
+ contentType: string;
1643
+ queryParams: {};
1644
+ pathParams: {};
1645
+ headers: {};
1646
+ };
1647
+ /**
1648
+ * 根据开始时间和结束时间查看构建任务的构建历史列表
1649
+ *
1650
+ * Please refer to HUAWEI cloud API Explorer for details.
1651
+ */
1652
+ showListPeriodHistory(showListPeriodHistoryRequest?: ShowListPeriodHistoryRequest): {
1653
+ method: string;
1654
+ url: string;
1655
+ contentType: string;
1656
+ queryParams: {};
1657
+ pathParams: {};
1658
+ headers: {};
1659
+ };
1660
+ /**
1661
+ * 获取构建产物详情信息
1662
+ *
1663
+ * Please refer to HUAWEI cloud API Explorer for details.
1664
+ */
1665
+ showOutputInfo(showOutputInfoRequest?: ShowOutputInfoRequest): {
1666
+ method: string;
1667
+ url: string;
1668
+ contentType: string;
1669
+ queryParams: {};
1670
+ pathParams: {};
1671
+ headers: {};
1672
+ };
1673
+ /**
1674
+ * 获取构建记录信息
1675
+ *
1676
+ * Please refer to HUAWEI cloud API Explorer for details.
1677
+ */
1678
+ showRecordDetail(showRecordDetailRequest?: ShowRecordDetailRequest): {
1679
+ method: string;
1680
+ url: string;
1681
+ contentType: string;
1682
+ queryParams: {};
1683
+ pathParams: {};
1684
+ headers: {};
1685
+ };
1686
+ /**
1687
+ * 停止构建任务
1688
+ *
1689
+ * Please refer to HUAWEI cloud API Explorer for details.
1690
+ */
1691
+ stopBuildJob(stopBuildJobRequest?: StopBuildJobRequest): {
1692
+ method: string;
1693
+ url: string;
1694
+ contentType: string;
1695
+ queryParams: {};
1696
+ pathParams: {};
1697
+ headers: {};
1698
+ };
1699
+ /**
1700
+ * 更新构建任务
1701
+ *
1702
+ * Please refer to HUAWEI cloud API Explorer for details.
1703
+ */
1704
+ updateBuildJob(updateBuildJobRequest?: UpdateBuildJobRequest): {
1705
+ method: string;
1706
+ url: string;
1707
+ contentType: string;
1708
+ queryParams: {};
1709
+ pathParams: {};
1710
+ headers: {};
1711
+ data: {};
1712
+ };
1713
+ /**
1714
+ * 更新通知
1715
+ *
1716
+ * Please refer to HUAWEI cloud API Explorer for details.
1717
+ */
1718
+ updateNotice(updateNoticeRequest?: UpdateNoticeRequest): {
1719
+ method: string;
1720
+ url: string;
1721
+ contentType: string;
1722
+ queryParams: {};
1723
+ pathParams: {};
1724
+ headers: {};
1725
+ data: {};
1726
+ };
1727
+ /**
1728
+ * 获取项目列表
1729
+ *
1730
+ * Please refer to HUAWEI cloud API Explorer for details.
1731
+ */
1732
+ listRelatedProjectInfo(listRelatedProjectInfoRequest?: ListRelatedProjectInfoRequest): {
1733
+ method: string;
1734
+ url: string;
1735
+ contentType: string;
1736
+ queryParams: {};
1737
+ pathParams: {};
1738
+ headers: {};
1739
+ };
1740
+ /**
1741
+ * 获取用户权限
1742
+ *
1743
+ * Please refer to HUAWEI cloud API Explorer for details.
1744
+ */
1745
+ showProjectPermission(showProjectPermissionRequest?: ShowProjectPermissionRequest): {
1746
+ method: string;
1747
+ url: string;
1748
+ contentType: string;
1749
+ queryParams: {};
1750
+ pathParams: {};
1751
+ headers: {};
1752
+ };
1753
+ /**
1754
+ * 获取当前用户的项目信息列表
1755
+ *
1756
+ * Please refer to HUAWEI cloud API Explorer for details.
1757
+ */
1758
+ showRelatedProject(): {
1759
+ method: string;
1760
+ url: string;
1761
+ contentType: string;
1762
+ queryParams: {};
1763
+ pathParams: {};
1764
+ headers: {};
1765
+ };
864
1766
  /**
865
- * 获取构建记录的有向无环图(待下线)
1767
+ * 获取租户任务总数和成功率接口
866
1768
  *
867
1769
  * Please refer to HUAWEI cloud API Explorer for details.
868
- *
869
- * @summary 获取构建记录的有向无环图(待下线)
870
- * @param {string} buildFlowRecordId 父任务构建记录ID
871
- * @param {*} [options] Override http request option.
872
- * @throws {RequiredError}
873
1770
  */
874
- showFlowGraph(showFlowGraphRequest?: ShowFlowGraphRequest): Promise<ShowFlowGraphResponse>;
1771
+ showSummaryBuildJobInfo(): {
1772
+ method: string;
1773
+ url: string;
1774
+ contentType: string;
1775
+ queryParams: {};
1776
+ pathParams: {};
1777
+ headers: {};
1778
+ };
875
1779
  /**
876
- * 获取构建记录信息(待下线)
1780
+ * 当前用户所在项目所属租户的包周期每月时长是否超额
877
1781
  *
878
1782
  * 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
1783
  */
886
- showRecordInfo(showRecordInfoRequest?: ShowRecordInfoRequest): Promise<ShowRecordInfoResponse>;
1784
+ showUserOverPackageQuota(showUserOverPackageQuotaRequest?: ShowUserOverPackageQuotaRequest): {
1785
+ method: string;
1786
+ url: string;
1787
+ contentType: string;
1788
+ queryParams: {};
1789
+ pathParams: {};
1790
+ headers: {};
1791
+ };
887
1792
  /**
888
- * 停止构建任务(待下线)
1793
+ * 获取dockerfileTemplate
889
1794
  *
890
1795
  * 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
1796
  */
897
- stopJob(stopJobRequest?: StopJobRequest): Promise<StopJobResponse>;
898
- }
899
- export declare const ParamCreater: () => {
1797
+ showDockerfileTemplate(showDockerfileTemplateRequest?: ShowDockerfileTemplateRequest): {
1798
+ method: string;
1799
+ url: string;
1800
+ contentType: string;
1801
+ queryParams: {};
1802
+ pathParams: {};
1803
+ headers: {};
1804
+ };
900
1805
  /**
901
- * 查看项目下任务名是否存在
1806
+ * 获取镜像模板列表
902
1807
  *
903
1808
  * Please refer to HUAWEI cloud API Explorer for details.
904
1809
  */
905
- checkJobNameIsExists(checkJobNameIsExistsRequest?: CheckJobNameIsExistsRequest): {
1810
+ showImageTemplateList(): {
906
1811
  method: string;
907
1812
  url: string;
908
1813
  contentType: string;
@@ -911,52 +1816,51 @@ export declare const ParamCreater: () => {
911
1816
  headers: {};
912
1817
  };
913
1818
  /**
914
- * 创建构建任务
1819
+ * 检查任务数量是否上限
915
1820
  *
916
1821
  * Please refer to HUAWEI cloud API Explorer for details.
917
1822
  */
918
- createBuildJob(createBuildJobRequest?: CreateBuildJobRequest): {
1823
+ checkJobCountIsTopLimit(): {
919
1824
  method: string;
920
1825
  url: string;
921
1826
  contentType: string;
922
1827
  queryParams: {};
923
1828
  pathParams: {};
924
1829
  headers: {};
925
- data: {};
926
1830
  };
927
1831
  /**
928
- * 创建构建模板
1832
+ * 查看项目下任务名是否存在
929
1833
  *
930
1834
  * Please refer to HUAWEI cloud API Explorer for details.
931
1835
  */
932
- createTemplates(createTemplatesRequest?: CreateTemplatesRequest): {
1836
+ checkJobNameIsExists(checkJobNameIsExistsRequest?: CheckJobNameIsExistsRequest): {
933
1837
  method: string;
934
1838
  url: string;
935
1839
  contentType: string;
936
1840
  queryParams: {};
937
1841
  pathParams: {};
938
1842
  headers: {};
939
- data: {};
940
1843
  };
941
1844
  /**
942
- * 删除构建任务
1845
+ * 检查webhook地址参数
943
1846
  *
944
1847
  * Please refer to HUAWEI cloud API Explorer for details.
945
1848
  */
946
- deleteBuildJob(deleteBuildJobRequest?: DeleteBuildJobRequest): {
1849
+ checkWebhookUrl(checkWebhookUrlRequest?: CheckWebhookUrlRequest): {
947
1850
  method: string;
948
1851
  url: string;
949
1852
  contentType: string;
950
1853
  queryParams: {};
951
1854
  pathParams: {};
952
1855
  headers: {};
1856
+ data: {};
953
1857
  };
954
1858
  /**
955
- * 删除构建模板
1859
+ * 清空回收站中的任务
956
1860
  *
957
1861
  * Please refer to HUAWEI cloud API Explorer for details.
958
1862
  */
959
- deleteTemplates(deleteTemplatesRequest?: DeleteTemplatesRequest): {
1863
+ clearRecyclingJobs(): {
960
1864
  method: string;
961
1865
  url: string;
962
1866
  contentType: string;
@@ -965,37 +1869,39 @@ export declare const ParamCreater: () => {
965
1869
  headers: {};
966
1870
  };
967
1871
  /**
968
- * 禁用构建任务
1872
+ * 复制构建任务
969
1873
  *
970
1874
  * Please refer to HUAWEI cloud API Explorer for details.
971
1875
  */
972
- disableBuildJob(disableBuildJobRequest?: DisableBuildJobRequest): {
1876
+ copyJob(copyJobRequest?: CopyJobRequest): {
973
1877
  method: string;
974
1878
  url: string;
975
1879
  contentType: string;
976
1880
  queryParams: {};
977
1881
  pathParams: {};
978
1882
  headers: {};
1883
+ data: {};
979
1884
  };
980
1885
  /**
981
- * 取消通知
1886
+ * 删除回收站中的任务
982
1887
  *
983
1888
  * Please refer to HUAWEI cloud API Explorer for details.
984
1889
  */
985
- disableNotice(disableNoticeRequest?: DisableNoticeRequest): {
1890
+ deleteRecyclingJobs(deleteRecyclingJobsRequest?: DeleteRecyclingJobsRequest): {
986
1891
  method: string;
987
1892
  url: string;
988
1893
  contentType: string;
989
1894
  queryParams: {};
990
1895
  pathParams: {};
991
1896
  headers: {};
1897
+ data: {};
992
1898
  };
993
1899
  /**
994
- * 下载全量构建日志
1900
+ * 删除任务
995
1901
  *
996
1902
  * Please refer to HUAWEI cloud API Explorer for details.
997
1903
  */
998
- downloadBuildLog(downloadBuildLogRequest?: DownloadBuildLogRequest): {
1904
+ deleteTheJob(deleteTheJobRequest?: DeleteTheJobRequest): {
999
1905
  method: string;
1000
1906
  url: string;
1001
1907
  contentType: string;
@@ -1004,37 +1910,39 @@ export declare const ParamCreater: () => {
1004
1910
  headers: {};
1005
1911
  };
1006
1912
  /**
1007
- * 下载指定租户下的KeyStore文件
1913
+ * 禁用任务
1008
1914
  *
1009
1915
  * Please refer to HUAWEI cloud API Explorer for details.
1010
1916
  */
1011
- downloadKeystore(downloadKeystoreRequest?: DownloadKeystoreRequest): {
1917
+ disableTheJob(disableTheJobRequest?: DisableTheJobRequest): {
1012
1918
  method: string;
1013
1919
  url: string;
1014
1920
  contentType: string;
1015
1921
  queryParams: {};
1016
1922
  pathParams: {};
1017
1923
  headers: {};
1924
+ data: {};
1018
1925
  };
1019
1926
  /**
1020
- * 文件管理文件下载
1927
+ * 执行构建任务
1021
1928
  *
1022
1929
  * Please refer to HUAWEI cloud API Explorer for details.
1023
1930
  */
1024
- downloadKeystoreByName(downloadKeystoreByNameRequest?: DownloadKeystoreByNameRequest): {
1931
+ executeJob(executeJobRequest?: ExecuteJobRequest): {
1025
1932
  method: string;
1026
1933
  url: string;
1027
1934
  contentType: string;
1028
1935
  queryParams: {};
1029
1936
  pathParams: {};
1030
1937
  headers: {};
1938
+ data: {};
1031
1939
  };
1032
1940
  /**
1033
- * 下载构建实时日志
1941
+ * 详情页获取构建参数
1034
1942
  *
1035
1943
  * Please refer to HUAWEI cloud API Explorer for details.
1036
1944
  */
1037
- downloadRealTimeLog(downloadRealTimeLogRequest?: DownloadRealTimeLogRequest): {
1945
+ listBuildParameter(listBuildParameterRequest?: ListBuildParameterRequest): {
1038
1946
  method: string;
1039
1947
  url: string;
1040
1948
  contentType: string;
@@ -1043,11 +1951,11 @@ export declare const ParamCreater: () => {
1043
1951
  headers: {};
1044
1952
  };
1045
1953
  /**
1046
- * 下载构建步骤日志
1954
+ * 查看用户全部的构建任务列表
1047
1955
  *
1048
1956
  * Please refer to HUAWEI cloud API Explorer for details.
1049
1957
  */
1050
- downloadTaskLog(downloadTaskLogRequest?: DownloadTaskLogRequest): {
1958
+ listJob(): {
1051
1959
  method: string;
1052
1960
  url: string;
1053
1961
  contentType: string;
@@ -1056,11 +1964,11 @@ export declare const ParamCreater: () => {
1056
1964
  headers: {};
1057
1965
  };
1058
1966
  /**
1059
- * 恢复构建任务
1967
+ * 查询项目任务列表
1060
1968
  *
1061
1969
  * Please refer to HUAWEI cloud API Explorer for details.
1062
1970
  */
1063
- enableBuildJob(enableBuildJobRequest?: EnableBuildJobRequest): {
1971
+ listProjectJobs(listProjectJobsRequest?: ListProjectJobsRequest): {
1064
1972
  method: string;
1065
1973
  url: string;
1066
1974
  contentType: string;
@@ -1069,11 +1977,11 @@ export declare const ParamCreater: () => {
1069
1977
  headers: {};
1070
1978
  };
1071
1979
  /**
1072
- * 获取任务构建记录列表
1980
+ * 查看回收站中删除的构建任务列表
1073
1981
  *
1074
1982
  * Please refer to HUAWEI cloud API Explorer for details.
1075
1983
  */
1076
- listBuildInfoRecord(listBuildInfoRecordRequest?: ListBuildInfoRecordRequest): {
1984
+ listRecyclingJob(listRecyclingJobRequest?: ListRecyclingJobRequest): {
1077
1985
  method: string;
1078
1986
  url: string;
1079
1987
  contentType: string;
@@ -1082,11 +1990,11 @@ export declare const ParamCreater: () => {
1082
1990
  headers: {};
1083
1991
  };
1084
1992
  /**
1085
- * 获取任务构建记录列表v1
1993
+ * 获取修改历史
1086
1994
  *
1087
1995
  * Please refer to HUAWEI cloud API Explorer for details.
1088
1996
  */
1089
- listBuildInfoRecordByJobId(listBuildInfoRecordByJobIdRequest?: ListBuildInfoRecordByJobIdRequest): {
1997
+ listUpdateJobHistory(listUpdateJobHistoryRequest?: ListUpdateJobHistoryRequest): {
1090
1998
  method: string;
1091
1999
  url: string;
1092
2000
  contentType: string;
@@ -1095,37 +2003,39 @@ export declare const ParamCreater: () => {
1095
2003
  headers: {};
1096
2004
  };
1097
2005
  /**
1098
- * 获取构建任务详情
2006
+ * 恢复回收站中的任务
1099
2007
  *
1100
2008
  * Please refer to HUAWEI cloud API Explorer for details.
1101
2009
  */
1102
- listJobConfig(listJobConfigRequest?: ListJobConfigRequest): {
2010
+ restoreRecyclingJobs(restoreRecyclingJobsRequest?: RestoreRecyclingJobsRequest): {
1103
2011
  method: string;
1104
2012
  url: string;
1105
2013
  contentType: string;
1106
2014
  queryParams: {};
1107
2015
  pathParams: {};
1108
2016
  headers: {};
2017
+ data: {};
1109
2018
  };
1110
2019
  /**
1111
- * 查询用户可使用文件
2020
+ * 设置回收站中的任务保留时间,该接口需要租户账号才能访问,租户子账号无权限访问。
1112
2021
  *
1113
2022
  * Please refer to HUAWEI cloud API Explorer for details.
1114
2023
  */
1115
- listKeystore(): {
2024
+ setKeepTime(setKeepTimeRequest?: SetKeepTimeRequest): {
1116
2025
  method: string;
1117
2026
  url: string;
1118
2027
  contentType: string;
1119
2028
  queryParams: {};
1120
2029
  pathParams: {};
1121
2030
  headers: {};
2031
+ data: {};
1122
2032
  };
1123
2033
  /**
1124
- * 查询通知
2034
+ * 编辑页获取参数类型的接口
1125
2035
  *
1126
2036
  * Please refer to HUAWEI cloud API Explorer for details.
1127
2037
  */
1128
- listNotice(listNoticeRequest?: ListNoticeRequest): {
2038
+ showBuildParamsList(): {
1129
2039
  method: string;
1130
2040
  url: string;
1131
2041
  contentType: string;
@@ -1134,11 +2044,11 @@ export declare const ParamCreater: () => {
1134
2044
  headers: {};
1135
2045
  };
1136
2046
  /**
1137
- * 查询官方模版
2047
+ * 复制任务名
1138
2048
  *
1139
2049
  * Please refer to HUAWEI cloud API Explorer for details.
1140
2050
  */
1141
- listOfficialTemplate(listOfficialTemplateRequest?: ListOfficialTemplateRequest): {
2051
+ showCopyName(showCopyNameRequest?: ShowCopyNameRequest): {
1142
2052
  method: string;
1143
2053
  url: string;
1144
2054
  contentType: string;
@@ -1147,11 +2057,11 @@ export declare const ParamCreater: () => {
1147
2057
  headers: {};
1148
2058
  };
1149
2059
  /**
1150
- * 查询项目任务列表
2060
+ * 获取编译构建默认参数
1151
2061
  *
1152
2062
  * Please refer to HUAWEI cloud API Explorer for details.
1153
2063
  */
1154
- listProjectJobs(listProjectJobsRequest?: ListProjectJobsRequest): {
2064
+ showDefaultBuildParameters(): {
1155
2065
  method: string;
1156
2066
  url: string;
1157
2067
  contentType: string;
@@ -1160,11 +2070,11 @@ export declare const ParamCreater: () => {
1160
2070
  headers: {};
1161
2071
  };
1162
2072
  /**
1163
- * 获取指定工程的构建记录列表
2073
+ * 获取当前项目默认角色权限矩阵信息
1164
2074
  *
1165
2075
  * Please refer to HUAWEI cloud API Explorer for details.
1166
2076
  */
1167
- listRecords(listRecordsRequest?: ListRecordsRequest): {
2077
+ showDefaultProjectPermission(showDefaultProjectPermissionRequest?: ShowDefaultProjectPermissionRequest): {
1168
2078
  method: string;
1169
2079
  url: string;
1170
2080
  contentType: string;
@@ -1173,11 +2083,11 @@ export declare const ParamCreater: () => {
1173
2083
  headers: {};
1174
2084
  };
1175
2085
  /**
1176
- * 查看回收站中删除的构建任务列表
2086
+ * 查询任务是否已禁用
1177
2087
  *
1178
2088
  * Please refer to HUAWEI cloud API Explorer for details.
1179
2089
  */
1180
- listRecyclingJob(listRecyclingJobRequest?: ListRecyclingJobRequest): {
2090
+ showDisable(showDisableRequest?: ShowDisableRequest): {
1181
2091
  method: string;
1182
2092
  url: string;
1183
2093
  contentType: string;
@@ -1186,11 +2096,11 @@ export declare const ParamCreater: () => {
1186
2096
  headers: {};
1187
2097
  };
1188
2098
  /**
1189
- * 获取项目列表
2099
+ * 获取构建任务详情
1190
2100
  *
1191
2101
  * Please refer to HUAWEI cloud API Explorer for details.
1192
2102
  */
1193
- listRelatedProjectInfo(listRelatedProjectInfoRequest?: ListRelatedProjectInfoRequest): {
2103
+ showJobConfig(showJobConfigRequest?: ShowJobConfigRequest): {
1194
2104
  method: string;
1195
2105
  url: string;
1196
2106
  contentType: string;
@@ -1199,11 +2109,11 @@ export declare const ParamCreater: () => {
1199
2109
  headers: {};
1200
2110
  };
1201
2111
  /**
1202
- * 查询构建模板
2112
+ * 获取构建任务配置的对比差异
1203
2113
  *
1204
2114
  * Please refer to HUAWEI cloud API Explorer for details.
1205
2115
  */
1206
- listTemplates(listTemplatesRequest?: ListTemplatesRequest): {
2116
+ showJobConfigDiff(showJobConfigDiffRequest?: ShowJobConfigDiffRequest): {
1207
2117
  method: string;
1208
2118
  url: string;
1209
2119
  contentType: string;
@@ -1212,25 +2122,24 @@ export declare const ParamCreater: () => {
1212
2122
  headers: {};
1213
2123
  };
1214
2124
  /**
1215
- * 执行构建任务,可传自定义参数
2125
+ * 查看构建任务构建信息
1216
2126
  *
1217
2127
  * Please refer to HUAWEI cloud API Explorer for details.
1218
2128
  */
1219
- runJob(runJobRequest?: RunJobRequest): {
2129
+ showJobInfo(showJobInfoRequest?: ShowJobInfoRequest): {
1220
2130
  method: string;
1221
2131
  url: string;
1222
2132
  contentType: string;
1223
2133
  queryParams: {};
1224
2134
  pathParams: {};
1225
2135
  headers: {};
1226
- data: {};
1227
2136
  };
1228
2137
  /**
1229
- * 获取任务构建记录列表
2138
+ * 获取通知信息
1230
2139
  *
1231
2140
  * Please refer to HUAWEI cloud API Explorer for details.
1232
2141
  */
1233
- showBuildInfoRecord(showBuildInfoRecordRequest?: ShowBuildInfoRecordRequest): {
2142
+ showJobNoticeConfigInfo(showJobNoticeConfigInfoRequest?: ShowJobNoticeConfigInfoRequest): {
1234
2143
  method: string;
1235
2144
  url: string;
1236
2145
  contentType: string;
@@ -1239,11 +2148,11 @@ export declare const ParamCreater: () => {
1239
2148
  headers: {};
1240
2149
  };
1241
2150
  /**
1242
- * 编辑页获取参数类型的接口
2151
+ * 获取构建任务的角色权限矩阵信息
1243
2152
  *
1244
2153
  * Please refer to HUAWEI cloud API Explorer for details.
1245
2154
  */
1246
- showBuildParamsList(): {
2155
+ showJobRolePermission(showJobRolePermissionRequest?: ShowJobRolePermissionRequest): {
1247
2156
  method: string;
1248
2157
  url: string;
1249
2158
  contentType: string;
@@ -1252,11 +2161,11 @@ export declare const ParamCreater: () => {
1252
2161
  headers: {};
1253
2162
  };
1254
2163
  /**
1255
- * 查询指定构建记录详情
2164
+ * 查询任务状态
1256
2165
  *
1257
2166
  * Please refer to HUAWEI cloud API Explorer for details.
1258
2167
  */
1259
- showBuildRecord(showBuildRecordRequest?: ShowBuildRecordRequest): {
2168
+ showJobStepStatus(showJobStepStatusRequest?: ShowJobStepStatusRequest): {
1260
2169
  method: string;
1261
2170
  url: string;
1262
2171
  contentType: string;
@@ -1265,11 +2174,11 @@ export declare const ParamCreater: () => {
1265
2174
  headers: {};
1266
2175
  };
1267
2176
  /**
1268
- * 获取构建记录的构建脚本
2177
+ * 查看系统预定义参数
1269
2178
  *
1270
2179
  * Please refer to HUAWEI cloud API Explorer for details.
1271
2180
  */
1272
- showBuildRecordBuildScript(showBuildRecordBuildScriptRequest?: ShowBuildRecordBuildScriptRequest): {
2181
+ showJobSystemParameters(): {
1273
2182
  method: string;
1274
2183
  url: string;
1275
2184
  contentType: string;
@@ -1278,11 +2187,11 @@ export declare const ParamCreater: () => {
1278
2187
  headers: {};
1279
2188
  };
1280
2189
  /**
1281
- * 获取任务各阶段信息
2190
+ * 查看任务是否在构建
1282
2191
  *
1283
2192
  * Please refer to HUAWEI cloud API Explorer for details.
1284
2193
  */
1285
- showBuildRecordFullStages(showBuildRecordFullStagesRequest?: ShowBuildRecordFullStagesRequest): {
2194
+ showRunningStatus(showRunningStatusRequest?: ShowRunningStatusRequest): {
1286
2195
  method: string;
1287
2196
  url: string;
1288
2197
  contentType: string;
@@ -1291,24 +2200,25 @@ export declare const ParamCreater: () => {
1291
2200
  headers: {};
1292
2201
  };
1293
2202
  /**
1294
- * 获取编译构建默认参数
2203
+ * 更新构建任务
1295
2204
  *
1296
2205
  * Please refer to HUAWEI cloud API Explorer for details.
1297
2206
  */
1298
- showDefaultBuildParameters(): {
2207
+ updateNewJob(updateNewJobRequest?: UpdateNewJobRequest): {
1299
2208
  method: string;
1300
2209
  url: string;
1301
2210
  contentType: string;
1302
2211
  queryParams: {};
1303
2212
  pathParams: {};
1304
2213
  headers: {};
2214
+ data: {};
1305
2215
  };
1306
2216
  /**
1307
- * 获取dockerfileTemplate
2217
+ * 删除文件管理文件
1308
2218
  *
1309
2219
  * Please refer to HUAWEI cloud API Explorer for details.
1310
2220
  */
1311
- showDockerfileTemplate(showDockerfileTemplateRequest?: ShowDockerfileTemplateRequest): {
2221
+ deleteKeystore(deleteKeystoreRequest?: DeleteKeystoreRequest): {
1312
2222
  method: string;
1313
2223
  url: string;
1314
2224
  contentType: string;
@@ -1317,11 +2227,11 @@ export declare const ParamCreater: () => {
1317
2227
  headers: {};
1318
2228
  };
1319
2229
  /**
1320
- * 获取构建历史详情信息接口
2230
+ * 文件管理删除权限
1321
2231
  *
1322
2232
  * Please refer to HUAWEI cloud API Explorer for details.
1323
2233
  */
1324
- showHistoryDetails(showHistoryDetailsRequest?: ShowHistoryDetailsRequest): {
2234
+ deleteKeystorePermission(deleteKeystorePermissionRequest?: DeleteKeystorePermissionRequest): {
1325
2235
  method: string;
1326
2236
  url: string;
1327
2237
  contentType: string;
@@ -1330,11 +2240,11 @@ export declare const ParamCreater: () => {
1330
2240
  headers: {};
1331
2241
  };
1332
2242
  /**
1333
- * 获取镜像模板列表
2243
+ * 文件管理文件下载
1334
2244
  *
1335
2245
  * Please refer to HUAWEI cloud API Explorer for details.
1336
2246
  */
1337
- showImageTemplateList(): {
2247
+ downloadKeystoreByName(downloadKeystoreByNameRequest?: DownloadKeystoreByNameRequest): {
1338
2248
  method: string;
1339
2249
  url: string;
1340
2250
  contentType: string;
@@ -1343,11 +2253,11 @@ export declare const ParamCreater: () => {
1343
2253
  headers: {};
1344
2254
  };
1345
2255
  /**
1346
- * 查询构建成功率
2256
+ * 查询用户可使用文件
1347
2257
  *
1348
2258
  * Please refer to HUAWEI cloud API Explorer for details.
1349
2259
  */
1350
- showJobBuildSuccessRatio(showJobBuildSuccessRatioRequest?: ShowJobBuildSuccessRatioRequest): {
2260
+ listKeystore(): {
1351
2261
  method: string;
1352
2262
  url: string;
1353
2263
  contentType: string;
@@ -1356,11 +2266,11 @@ export declare const ParamCreater: () => {
1356
2266
  headers: {};
1357
2267
  };
1358
2268
  /**
1359
- * 洞察构建时长
2269
+ * 查询租户下文件列表
1360
2270
  *
1361
2271
  * Please refer to HUAWEI cloud API Explorer for details.
1362
2272
  */
1363
- showJobBuildTime(showJobBuildTimeRequest?: ShowJobBuildTimeRequest): {
2273
+ listKeystoreSearch(listKeystoreSearchRequest?: ListKeystoreSearchRequest): {
1364
2274
  method: string;
1365
2275
  url: string;
1366
2276
  contentType: string;
@@ -1369,11 +2279,11 @@ export declare const ParamCreater: () => {
1369
2279
  headers: {};
1370
2280
  };
1371
2281
  /**
1372
- * 获取构建任务详情
2282
+ * 文件管理查询权限
1373
2283
  *
1374
2284
  * Please refer to HUAWEI cloud API Explorer for details.
1375
2285
  */
1376
- showJobConfig(showJobConfigRequest?: ShowJobConfigRequest): {
2286
+ showKeystorePermission(showKeystorePermissionRequest?: ShowKeystorePermissionRequest): {
1377
2287
  method: string;
1378
2288
  url: string;
1379
2289
  contentType: string;
@@ -1382,11 +2292,11 @@ export declare const ParamCreater: () => {
1382
2292
  headers: {};
1383
2293
  };
1384
2294
  /**
1385
- * 获取构建任务配置的对比差异
2295
+ * 下载构建日志(待下线)
1386
2296
  *
1387
2297
  * Please refer to HUAWEI cloud API Explorer for details.
1388
2298
  */
1389
- showJobConfigDiff(showJobConfigDiffRequest?: ShowJobConfigDiffRequest): {
2299
+ downloadLogByRecordId(downloadLogByRecordIdRequest?: DownloadLogByRecordIdRequest): {
1390
2300
  method: string;
1391
2301
  url: string;
1392
2302
  contentType: string;
@@ -1395,11 +2305,11 @@ export declare const ParamCreater: () => {
1395
2305
  headers: {};
1396
2306
  };
1397
2307
  /**
1398
- * 查看构建任务构建信息
2308
+ * 获取构建记录的有向无环图(待下线)
1399
2309
  *
1400
2310
  * Please refer to HUAWEI cloud API Explorer for details.
1401
2311
  */
1402
- showJobInfo(showJobInfoRequest?: ShowJobInfoRequest): {
2312
+ showFlowGraph(showFlowGraphRequest?: ShowFlowGraphRequest): {
1403
2313
  method: string;
1404
2314
  url: string;
1405
2315
  contentType: string;
@@ -1408,11 +2318,11 @@ export declare const ParamCreater: () => {
1408
2318
  headers: {};
1409
2319
  };
1410
2320
  /**
1411
- * 查看项目下用户的构建任务列表
2321
+ * 获取构建记录信息(待下线)
1412
2322
  *
1413
2323
  * Please refer to HUAWEI cloud API Explorer for details.
1414
2324
  */
1415
- showJobListByProjectId(showJobListByProjectIdRequest?: ShowJobListByProjectIdRequest): {
2325
+ showRecordInfo(showRecordInfoRequest?: ShowRecordInfoRequest): {
1416
2326
  method: string;
1417
2327
  url: string;
1418
2328
  contentType: string;
@@ -1421,37 +2331,39 @@ export declare const ParamCreater: () => {
1421
2331
  headers: {};
1422
2332
  };
1423
2333
  /**
1424
- * 获取通知信息
2334
+ * 停止构建任务(待下线)
1425
2335
  *
1426
2336
  * Please refer to HUAWEI cloud API Explorer for details.
1427
2337
  */
1428
- showJobNoticeConfigInfo(showJobNoticeConfigInfoRequest?: ShowJobNoticeConfigInfoRequest): {
2338
+ stopJob(stopJobRequest?: StopJobRequest): {
1429
2339
  method: string;
1430
2340
  url: string;
1431
2341
  contentType: string;
1432
2342
  queryParams: {};
1433
2343
  pathParams: {};
1434
2344
  headers: {};
2345
+ data: {};
1435
2346
  };
1436
2347
  /**
1437
- * 获取构建任务的角色权限矩阵信息
2348
+ * 获取指定工程的简要构建信息
1438
2349
  *
1439
2350
  * Please refer to HUAWEI cloud API Explorer for details.
1440
2351
  */
1441
- showJobRolePermission(showJobRolePermissionRequest?: ShowJobRolePermissionRequest): {
2352
+ listBriefRecord(listBriefRecordRequest?: ListBriefRecordRequest): {
1442
2353
  method: string;
1443
2354
  url: string;
1444
2355
  contentType: string;
1445
2356
  queryParams: {};
1446
2357
  pathParams: {};
1447
2358
  headers: {};
2359
+ data: {};
1448
2360
  };
1449
2361
  /**
1450
- * 查看任务运行状态
2362
+ * 获取任务构建记录列表v1
1451
2363
  *
1452
2364
  * Please refer to HUAWEI cloud API Explorer for details.
1453
2365
  */
1454
- showJobStatus(showJobStatusRequest?: ShowJobStatusRequest): {
2366
+ listBuildInfoRecordByJobId(listBuildInfoRecordByJobIdRequest?: ListBuildInfoRecordByJobIdRequest): {
1455
2367
  method: string;
1456
2368
  url: string;
1457
2369
  contentType: string;
@@ -1460,11 +2372,11 @@ export declare const ParamCreater: () => {
1460
2372
  headers: {};
1461
2373
  };
1462
2374
  /**
1463
- * 根据开始时间和结束时间查看构建任务的构建成功率
2375
+ * 获取指定工程的构建记录列表
1464
2376
  *
1465
2377
  * Please refer to HUAWEI cloud API Explorer for details.
1466
2378
  */
1467
- showJobSuccessRatio(showJobSuccessRatioRequest?: ShowJobSuccessRatioRequest): {
2379
+ listRecords(listRecordsRequest?: ListRecordsRequest): {
1468
2380
  method: string;
1469
2381
  url: string;
1470
2382
  contentType: string;
@@ -1473,11 +2385,11 @@ export declare const ParamCreater: () => {
1473
2385
  headers: {};
1474
2386
  };
1475
2387
  /**
1476
- * 查看系统预定义参数
2388
+ * 获取任务构建记录列表
1477
2389
  *
1478
2390
  * Please refer to HUAWEI cloud API Explorer for details.
1479
2391
  */
1480
- showJobSystemParameters(): {
2392
+ showBuildInfoRecord(showBuildInfoRecordRequest?: ShowBuildInfoRecordRequest): {
1481
2393
  method: string;
1482
2394
  url: string;
1483
2395
  contentType: string;
@@ -1486,11 +2398,11 @@ export declare const ParamCreater: () => {
1486
2398
  headers: {};
1487
2399
  };
1488
2400
  /**
1489
- * 文件管理查询权限
2401
+ * 查询指定构建记录详情
1490
2402
  *
1491
2403
  * Please refer to HUAWEI cloud API Explorer for details.
1492
2404
  */
1493
- showKeystorePermission(showKeystorePermissionRequest?: ShowKeystorePermissionRequest): {
2405
+ showBuildRecord(showBuildRecordRequest?: ShowBuildRecordRequest): {
1494
2406
  method: string;
1495
2407
  url: string;
1496
2408
  contentType: string;
@@ -1499,11 +2411,11 @@ export declare const ParamCreater: () => {
1499
2411
  headers: {};
1500
2412
  };
1501
2413
  /**
1502
- * 查询指定代码仓库最近一次成功的构建历史
2414
+ * 获取构建记录的构建脚本
1503
2415
  *
1504
2416
  * Please refer to HUAWEI cloud API Explorer for details.
1505
2417
  */
1506
- showLastHistory(showLastHistoryRequest?: ShowLastHistoryRequest): {
2418
+ showBuildRecordBuildScript(showBuildRecordBuildScriptRequest?: ShowBuildRecordBuildScriptRequest): {
1507
2419
  method: string;
1508
2420
  url: string;
1509
2421
  contentType: string;
@@ -1512,11 +2424,11 @@ export declare const ParamCreater: () => {
1512
2424
  headers: {};
1513
2425
  };
1514
2426
  /**
1515
- * 查看构建任务的构建历史列表
2427
+ * 获取构建记录的有向无环图
1516
2428
  *
1517
2429
  * Please refer to HUAWEI cloud API Explorer for details.
1518
2430
  */
1519
- showListHistory(showListHistoryRequest?: ShowListHistoryRequest): {
2431
+ showBuildRecordFlowGraph(showBuildRecordFlowGraphRequest?: ShowBuildRecordFlowGraphRequest): {
1520
2432
  method: string;
1521
2433
  url: string;
1522
2434
  contentType: string;
@@ -1525,11 +2437,11 @@ export declare const ParamCreater: () => {
1525
2437
  headers: {};
1526
2438
  };
1527
2439
  /**
1528
- * 根据开始时间和结束时间查看构建任务的构建历史列表
2440
+ * 获取任务各阶段信息
1529
2441
  *
1530
2442
  * Please refer to HUAWEI cloud API Explorer for details.
1531
2443
  */
1532
- showListPeriodHistory(showListPeriodHistoryRequest?: ShowListPeriodHistoryRequest): {
2444
+ showBuildRecordFullStages(showBuildRecordFullStagesRequest?: ShowBuildRecordFullStagesRequest): {
1533
2445
  method: string;
1534
2446
  url: string;
1535
2447
  contentType: string;
@@ -1538,11 +2450,11 @@ export declare const ParamCreater: () => {
1538
2450
  headers: {};
1539
2451
  };
1540
2452
  /**
1541
- * 获取构建产物详情信息
2453
+ * 获取构建记录信息
1542
2454
  *
1543
2455
  * Please refer to HUAWEI cloud API Explorer for details.
1544
2456
  */
1545
- showOutputInfo(showOutputInfoRequest?: ShowOutputInfoRequest): {
2457
+ showJobBuildRecordDetail(showJobBuildRecordDetailRequest?: ShowJobBuildRecordDetailRequest): {
1546
2458
  method: string;
1547
2459
  url: string;
1548
2460
  contentType: string;
@@ -1551,11 +2463,11 @@ export declare const ParamCreater: () => {
1551
2463
  headers: {};
1552
2464
  };
1553
2465
  /**
1554
- * 获取用户权限
2466
+ * 构建历史页获取构建次数
1555
2467
  *
1556
2468
  * Please refer to HUAWEI cloud API Explorer for details.
1557
2469
  */
1558
- showProjectPermission(showProjectPermissionRequest?: ShowProjectPermissionRequest): {
2470
+ showJobTotal(showJobTotalRequest?: ShowJobTotalRequest): {
1559
2471
  method: string;
1560
2472
  url: string;
1561
2473
  contentType: string;
@@ -1564,11 +2476,11 @@ export declare const ParamCreater: () => {
1564
2476
  headers: {};
1565
2477
  };
1566
2478
  /**
1567
- * 获取构建记录信息
2479
+ * 获取单元测试覆盖率报告压缩包
1568
2480
  *
1569
2481
  * Please refer to HUAWEI cloud API Explorer for details.
1570
2482
  */
1571
- showRecordDetail(showRecordDetailRequest?: ShowRecordDetailRequest): {
2483
+ downloadJunitCoverageZip(downloadJunitCoverageZipRequest?: DownloadJunitCoverageZipRequest): {
1572
2484
  method: string;
1573
2485
  url: string;
1574
2486
  contentType: string;
@@ -1577,11 +2489,11 @@ export declare const ParamCreater: () => {
1577
2489
  headers: {};
1578
2490
  };
1579
2491
  /**
1580
- * 获取当前用户的项目信息列表
2492
+ * 获取单元测试覆盖率报告列表
1581
2493
  *
1582
2494
  * Please refer to HUAWEI cloud API Explorer for details.
1583
2495
  */
1584
- showRelatedProject(): {
2496
+ listJunitCoverageSummary(listJunitCoverageSummaryRequest?: ListJunitCoverageSummaryRequest): {
1585
2497
  method: string;
1586
2498
  url: string;
1587
2499
  contentType: string;
@@ -1590,11 +2502,11 @@ export declare const ParamCreater: () => {
1590
2502
  headers: {};
1591
2503
  };
1592
2504
  /**
1593
- * 获取覆盖率接口
2505
+ * 获取该任务所有分支信息
1594
2506
  *
1595
2507
  * Please refer to HUAWEI cloud API Explorer for details.
1596
2508
  */
1597
- showReportSummary(showReportSummaryRequest?: ShowReportSummaryRequest): {
2509
+ listRepoBranch(listRepoBranchRequest?: ListRepoBranchRequest): {
1598
2510
  method: string;
1599
2511
  url: string;
1600
2512
  contentType: string;
@@ -1603,11 +2515,11 @@ export declare const ParamCreater: () => {
1603
2515
  headers: {};
1604
2516
  };
1605
2517
  /**
1606
- * 查看任务是否在构建
2518
+ * 查看仓库
1607
2519
  *
1608
2520
  * Please refer to HUAWEI cloud API Explorer for details.
1609
2521
  */
1610
- showRunningStatus(showRunningStatusRequest?: ShowRunningStatusRequest): {
2522
+ listRepository(listRepositoryRequest?: ListRepositoryRequest): {
1611
2523
  method: string;
1612
2524
  url: string;
1613
2525
  contentType: string;
@@ -1616,11 +2528,11 @@ export declare const ParamCreater: () => {
1616
2528
  headers: {};
1617
2529
  };
1618
2530
  /**
1619
- * 获取代码化构建默认模板
2531
+ * 查询构建成功率
1620
2532
  *
1621
2533
  * Please refer to HUAWEI cloud API Explorer for details.
1622
2534
  */
1623
- showYamlTemplate(showYamlTemplateRequest?: ShowYamlTemplateRequest): {
2535
+ showJobBuildSuccessRatio(showJobBuildSuccessRatioRequest?: ShowJobBuildSuccessRatioRequest): {
1624
2536
  method: string;
1625
2537
  url: string;
1626
2538
  contentType: string;
@@ -1629,11 +2541,11 @@ export declare const ParamCreater: () => {
1629
2541
  headers: {};
1630
2542
  };
1631
2543
  /**
1632
- * 停止构建任务
2544
+ * 洞察构建时长
1633
2545
  *
1634
2546
  * Please refer to HUAWEI cloud API Explorer for details.
1635
2547
  */
1636
- stopBuildJob(stopBuildJobRequest?: StopBuildJobRequest): {
2548
+ showJobBuildTime(showJobBuildTimeRequest?: ShowJobBuildTimeRequest): {
1637
2549
  method: string;
1638
2550
  url: string;
1639
2551
  contentType: string;
@@ -1642,39 +2554,37 @@ export declare const ParamCreater: () => {
1642
2554
  headers: {};
1643
2555
  };
1644
2556
  /**
1645
- * 更新构建任务
2557
+ * 获取覆盖率接口
1646
2558
  *
1647
2559
  * Please refer to HUAWEI cloud API Explorer for details.
1648
2560
  */
1649
- updateBuildJob(updateBuildJobRequest?: UpdateBuildJobRequest): {
2561
+ showReportSummary(showReportSummaryRequest?: ShowReportSummaryRequest): {
1650
2562
  method: string;
1651
2563
  url: string;
1652
2564
  contentType: string;
1653
2565
  queryParams: {};
1654
2566
  pathParams: {};
1655
2567
  headers: {};
1656
- data: {};
1657
2568
  };
1658
2569
  /**
1659
- * 更新通知
2570
+ * 删除构建模板
1660
2571
  *
1661
2572
  * Please refer to HUAWEI cloud API Explorer for details.
1662
2573
  */
1663
- updateNotice(updateNoticeRequest?: UpdateNoticeRequest): {
2574
+ deleteTemplate(deleteTemplateRequest?: DeleteTemplateRequest): {
1664
2575
  method: string;
1665
2576
  url: string;
1666
2577
  contentType: string;
1667
2578
  queryParams: {};
1668
2579
  pathParams: {};
1669
2580
  headers: {};
1670
- data: {};
1671
2581
  };
1672
2582
  /**
1673
- * 下载构建日志(待下线)
2583
+ * 根据条件查询特定模板
1674
2584
  *
1675
2585
  * Please refer to HUAWEI cloud API Explorer for details.
1676
2586
  */
1677
- downloadLogByRecordId(downloadLogByRecordIdRequest?: DownloadLogByRecordIdRequest): {
2587
+ listCustomTemplate(listCustomTemplateRequest?: ListCustomTemplateRequest): {
1678
2588
  method: string;
1679
2589
  url: string;
1680
2590
  contentType: string;
@@ -1683,11 +2593,11 @@ export declare const ParamCreater: () => {
1683
2593
  headers: {};
1684
2594
  };
1685
2595
  /**
1686
- * 获取构建记录的有向无环图(待下线)
2596
+ * 查询官方模版
1687
2597
  *
1688
2598
  * Please refer to HUAWEI cloud API Explorer for details.
1689
2599
  */
1690
- showFlowGraph(showFlowGraphRequest?: ShowFlowGraphRequest): {
2600
+ listOfficialTemplate(listOfficialTemplateRequest?: ListOfficialTemplateRequest): {
1691
2601
  method: string;
1692
2602
  url: string;
1693
2603
  contentType: string;
@@ -1696,31 +2606,31 @@ export declare const ParamCreater: () => {
1696
2606
  headers: {};
1697
2607
  };
1698
2608
  /**
1699
- * 获取构建记录信息(待下线)
2609
+ * 获取官方推荐模板
1700
2610
  *
1701
2611
  * Please refer to HUAWEI cloud API Explorer for details.
1702
2612
  */
1703
- showRecordInfo(showRecordInfoRequest?: ShowRecordInfoRequest): {
2613
+ listRecommendOfficialTemplate(listRecommendOfficialTemplateRequest?: ListRecommendOfficialTemplateRequest): {
1704
2614
  method: string;
1705
2615
  url: string;
1706
2616
  contentType: string;
1707
2617
  queryParams: {};
1708
2618
  pathParams: {};
1709
2619
  headers: {};
2620
+ data: {};
1710
2621
  };
1711
2622
  /**
1712
- * 停止构建任务(待下线)
2623
+ * 获取代码化构建默认模板
1713
2624
  *
1714
2625
  * Please refer to HUAWEI cloud API Explorer for details.
1715
2626
  */
1716
- stopJob(stopJobRequest?: StopJobRequest): {
2627
+ showYamlTemplate(showYamlTemplateRequest?: ShowYamlTemplateRequest): {
1717
2628
  method: string;
1718
2629
  url: string;
1719
2630
  contentType: string;
1720
2631
  queryParams: {};
1721
2632
  pathParams: {};
1722
2633
  headers: {};
1723
- data: {};
1724
2634
  };
1725
2635
  };
1726
2636
  /**