huaweicloudsdkcodeartsbuild 3.1.141__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl

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 (105) hide show
  1. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +30 -30
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +30 -30
  3. huaweicloudsdkcodeartsbuild/v3/model/build_step.py +7 -7
  4. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter.py +5 -5
  5. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter_param.py +7 -7
  6. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request.py +3 -3
  7. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +21 -21
  8. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response.py +7 -7
  9. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response_body_result.py +3 -3
  10. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +21 -21
  11. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_steps.py +11 -11
  12. huaweicloudsdkcodeartsbuild/v3/model/create_template.py +3 -3
  13. huaweicloudsdkcodeartsbuild/v3/model/create_template_steps.py +11 -11
  14. huaweicloudsdkcodeartsbuild/v3/model/create_templates_items.py +39 -39
  15. huaweicloudsdkcodeartsbuild/v3/model/create_templates_request.py +3 -3
  16. huaweicloudsdkcodeartsbuild/v3/model/create_templates_request_body.py +11 -11
  17. huaweicloudsdkcodeartsbuild/v3/model/create_templates_response.py +7 -7
  18. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_request.py +3 -3
  19. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +5 -5
  20. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response_body_result.py +5 -5
  21. huaweicloudsdkcodeartsbuild/v3/model/delete_templates_request.py +3 -3
  22. huaweicloudsdkcodeartsbuild/v3/model/delete_templates_response.py +7 -7
  23. huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_request.py +3 -3
  24. huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_response.py +3 -3
  25. huaweicloudsdkcodeartsbuild/v3/model/disable_notice_request.py +5 -5
  26. huaweicloudsdkcodeartsbuild/v3/model/disable_notice_response.py +7 -7
  27. huaweicloudsdkcodeartsbuild/v3/model/download_build_log_request.py +5 -5
  28. huaweicloudsdkcodeartsbuild/v3/model/download_build_log_response.py +1 -1
  29. huaweicloudsdkcodeartsbuild/v3/model/download_keystore_request.py +5 -5
  30. huaweicloudsdkcodeartsbuild/v3/model/download_keystore_response.py +1 -1
  31. huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_request.py +3 -3
  32. huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_response.py +1 -1
  33. huaweicloudsdkcodeartsbuild/v3/model/download_task_log_request.py +7 -7
  34. huaweicloudsdkcodeartsbuild/v3/model/download_task_log_response.py +1 -1
  35. huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_request.py +3 -3
  36. huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_response.py +3 -3
  37. huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result.py +5 -5
  38. huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result_edges.py +5 -5
  39. huaweicloudsdkcodeartsbuild/v3/model/history_record.py +13 -13
  40. huaweicloudsdkcodeartsbuild/v3/model/history_record1.py +23 -23
  41. huaweicloudsdkcodeartsbuild/v3/model/job.py +35 -35
  42. huaweicloudsdkcodeartsbuild/v3/model/limits_param.py +7 -7
  43. huaweicloudsdkcodeartsbuild/v3/model/list_job_config_request.py +5 -5
  44. huaweicloudsdkcodeartsbuild/v3/model/list_job_config_response.py +7 -7
  45. huaweicloudsdkcodeartsbuild/v3/model/list_notice_request.py +3 -3
  46. huaweicloudsdkcodeartsbuild/v3/model/list_notice_response.py +7 -7
  47. huaweicloudsdkcodeartsbuild/v3/model/list_templates_request.py +7 -7
  48. huaweicloudsdkcodeartsbuild/v3/model/list_templates_response.py +7 -7
  49. huaweicloudsdkcodeartsbuild/v3/model/out_put_info_result.py +7 -7
  50. huaweicloudsdkcodeartsbuild/v3/model/out_put_result.py +15 -15
  51. huaweicloudsdkcodeartsbuild/v3/model/parameter_item.py +5 -5
  52. huaweicloudsdkcodeartsbuild/v3/model/query_job_notice_items.py +7 -7
  53. huaweicloudsdkcodeartsbuild/v3/model/query_template.py +3 -3
  54. huaweicloudsdkcodeartsbuild/v3/model/query_templates_items.py +41 -41
  55. huaweicloudsdkcodeartsbuild/v3/model/query_templates_result.py +5 -5
  56. huaweicloudsdkcodeartsbuild/v3/model/record_info2_result.py +67 -67
  57. huaweicloudsdkcodeartsbuild/v3/model/record_info_result.py +67 -67
  58. huaweicloudsdkcodeartsbuild/v3/model/run_job_request.py +3 -3
  59. huaweicloudsdkcodeartsbuild/v3/model/run_job_request_body.py +7 -7
  60. huaweicloudsdkcodeartsbuild/v3/model/run_job_response.py +7 -7
  61. huaweicloudsdkcodeartsbuild/v3/model/scm.py +5 -5
  62. huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_request.py +3 -3
  63. huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_response.py +9 -9
  64. huaweicloudsdkcodeartsbuild/v3/model/show_history_details_request.py +5 -5
  65. huaweicloudsdkcodeartsbuild/v3/model/show_history_details_response.py +13 -13
  66. huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_request.py +7 -7
  67. huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_response.py +5 -5
  68. huaweicloudsdkcodeartsbuild/v3/model/show_job_status_request.py +3 -3
  69. huaweicloudsdkcodeartsbuild/v3/model/show_job_status_response.py +3 -3
  70. huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_request.py +7 -7
  71. huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_response.py +7 -7
  72. huaweicloudsdkcodeartsbuild/v3/model/show_last_history_request.py +5 -5
  73. huaweicloudsdkcodeartsbuild/v3/model/show_last_history_response.py +17 -17
  74. huaweicloudsdkcodeartsbuild/v3/model/show_list_history_request.py +9 -9
  75. huaweicloudsdkcodeartsbuild/v3/model/show_list_history_response.py +5 -5
  76. huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_request.py +11 -11
  77. huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_response.py +5 -5
  78. huaweicloudsdkcodeartsbuild/v3/model/show_output_info_request.py +5 -5
  79. huaweicloudsdkcodeartsbuild/v3/model/show_output_info_response.py +7 -7
  80. huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_request.py +5 -5
  81. huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_response.py +7 -7
  82. huaweicloudsdkcodeartsbuild/v3/model/show_record_info_request.py +5 -5
  83. huaweicloudsdkcodeartsbuild/v3/model/show_record_info_response.py +9 -9
  84. huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_request.py +5 -5
  85. huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_response.py +5 -5
  86. huaweicloudsdkcodeartsbuild/v3/model/stop_job_request.py +3 -3
  87. huaweicloudsdkcodeartsbuild/v3/model/stop_job_request_body.py +5 -5
  88. huaweicloudsdkcodeartsbuild/v3/model/stop_job_response.py +3 -3
  89. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter.py +5 -5
  90. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter_param.py +7 -7
  91. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request.py +3 -3
  92. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request_body.py +23 -23
  93. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_response.py +7 -7
  94. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_scm.py +21 -21
  95. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_steps.py +11 -11
  96. huaweicloudsdkcodeartsbuild/v3/model/update_notice_request.py +5 -5
  97. huaweicloudsdkcodeartsbuild/v3/model/update_notice_request_body.py +7 -7
  98. huaweicloudsdkcodeartsbuild/v3/model/update_notice_response.py +7 -7
  99. huaweicloudsdkcodeartsbuild/v3/model/vertices.py +15 -15
  100. {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/METADATA +2 -2
  101. huaweicloudsdkcodeartsbuild-3.1.143.dist-info/RECORD +109 -0
  102. huaweicloudsdkcodeartsbuild-3.1.141.dist-info/RECORD +0 -109
  103. {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/LICENSE +0 -0
  104. {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/WHEEL +0 -0
  105. {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/top_level.txt +0 -0
@@ -89,7 +89,7 @@ class RecordInfoResult:
89
89
  }
90
90
 
91
91
  def __init__(self, id=None, build_project_id=None, build_record_id=None, parent_record_id=None, devcloud_project_id=None, codeci_job_id=None, user_id=None, build_no=None, daily_build_num=None, execution_id=None, repo_name=None, repo_id=None, branch=None, tag=None, commit=None, commit_message=None, commit_create_time=None, trigger_type=None, build_type=None, status=None, domain_id=None, create_time=None, schedule_time=None, queued_time=None, start_time=None, runnable_time=None, finish_time=None, duration=None, record_status=None, use_private_slave=None, region=None, err_msg=None, build_config_type=None):
92
- """RecordInfoResult
92
+ r"""RecordInfoResult
93
93
 
94
94
  The model defined in huaweicloud sdk
95
95
 
@@ -267,7 +267,7 @@ class RecordInfoResult:
267
267
 
268
268
  @property
269
269
  def id(self):
270
- """Gets the id of this RecordInfoResult.
270
+ r"""Gets the id of this RecordInfoResult.
271
271
 
272
272
  id
273
273
 
@@ -278,7 +278,7 @@ class RecordInfoResult:
278
278
 
279
279
  @id.setter
280
280
  def id(self, id):
281
- """Sets the id of this RecordInfoResult.
281
+ r"""Sets the id of this RecordInfoResult.
282
282
 
283
283
  id
284
284
 
@@ -289,7 +289,7 @@ class RecordInfoResult:
289
289
 
290
290
  @property
291
291
  def build_project_id(self):
292
- """Gets the build_project_id of this RecordInfoResult.
292
+ r"""Gets the build_project_id of this RecordInfoResult.
293
293
 
294
294
  构建工程ID,唯一对应codeci_job_id
295
295
 
@@ -300,7 +300,7 @@ class RecordInfoResult:
300
300
 
301
301
  @build_project_id.setter
302
302
  def build_project_id(self, build_project_id):
303
- """Sets the build_project_id of this RecordInfoResult.
303
+ r"""Sets the build_project_id of this RecordInfoResult.
304
304
 
305
305
  构建工程ID,唯一对应codeci_job_id
306
306
 
@@ -311,7 +311,7 @@ class RecordInfoResult:
311
311
 
312
312
  @property
313
313
  def build_record_id(self):
314
- """Gets the build_record_id of this RecordInfoResult.
314
+ r"""Gets the build_record_id of this RecordInfoResult.
315
315
 
316
316
  构建记录ID
317
317
 
@@ -322,7 +322,7 @@ class RecordInfoResult:
322
322
 
323
323
  @build_record_id.setter
324
324
  def build_record_id(self, build_record_id):
325
- """Sets the build_record_id of this RecordInfoResult.
325
+ r"""Sets the build_record_id of this RecordInfoResult.
326
326
 
327
327
  构建记录ID
328
328
 
@@ -333,7 +333,7 @@ class RecordInfoResult:
333
333
 
334
334
  @property
335
335
  def parent_record_id(self):
336
- """Gets the parent_record_id of this RecordInfoResult.
336
+ r"""Gets the parent_record_id of this RecordInfoResult.
337
337
 
338
338
  父构建记录ID
339
339
 
@@ -344,7 +344,7 @@ class RecordInfoResult:
344
344
 
345
345
  @parent_record_id.setter
346
346
  def parent_record_id(self, parent_record_id):
347
- """Sets the parent_record_id of this RecordInfoResult.
347
+ r"""Sets the parent_record_id of this RecordInfoResult.
348
348
 
349
349
  父构建记录ID
350
350
 
@@ -355,7 +355,7 @@ class RecordInfoResult:
355
355
 
356
356
  @property
357
357
  def devcloud_project_id(self):
358
- """Gets the devcloud_project_id of this RecordInfoResult.
358
+ r"""Gets the devcloud_project_id of this RecordInfoResult.
359
359
 
360
360
  项目ID
361
361
 
@@ -366,7 +366,7 @@ class RecordInfoResult:
366
366
 
367
367
  @devcloud_project_id.setter
368
368
  def devcloud_project_id(self, devcloud_project_id):
369
- """Sets the devcloud_project_id of this RecordInfoResult.
369
+ r"""Sets the devcloud_project_id of this RecordInfoResult.
370
370
 
371
371
  项目ID
372
372
 
@@ -377,7 +377,7 @@ class RecordInfoResult:
377
377
 
378
378
  @property
379
379
  def codeci_job_id(self):
380
- """Gets the codeci_job_id of this RecordInfoResult.
380
+ r"""Gets the codeci_job_id of this RecordInfoResult.
381
381
 
382
382
  codeci任务ID,唯一对应build_project_id
383
383
 
@@ -388,7 +388,7 @@ class RecordInfoResult:
388
388
 
389
389
  @codeci_job_id.setter
390
390
  def codeci_job_id(self, codeci_job_id):
391
- """Sets the codeci_job_id of this RecordInfoResult.
391
+ r"""Sets the codeci_job_id of this RecordInfoResult.
392
392
 
393
393
  codeci任务ID,唯一对应build_project_id
394
394
 
@@ -399,7 +399,7 @@ class RecordInfoResult:
399
399
 
400
400
  @property
401
401
  def user_id(self):
402
- """Gets the user_id of this RecordInfoResult.
402
+ r"""Gets the user_id of this RecordInfoResult.
403
403
 
404
404
  用户ID
405
405
 
@@ -410,7 +410,7 @@ class RecordInfoResult:
410
410
 
411
411
  @user_id.setter
412
412
  def user_id(self, user_id):
413
- """Sets the user_id of this RecordInfoResult.
413
+ r"""Sets the user_id of this RecordInfoResult.
414
414
 
415
415
  用户ID
416
416
 
@@ -421,7 +421,7 @@ class RecordInfoResult:
421
421
 
422
422
  @property
423
423
  def build_no(self):
424
- """Gets the build_no of this RecordInfoResult.
424
+ r"""Gets the build_no of this RecordInfoResult.
425
425
 
426
426
  构建编号
427
427
 
@@ -432,7 +432,7 @@ class RecordInfoResult:
432
432
 
433
433
  @build_no.setter
434
434
  def build_no(self, build_no):
435
- """Sets the build_no of this RecordInfoResult.
435
+ r"""Sets the build_no of this RecordInfoResult.
436
436
 
437
437
  构建编号
438
438
 
@@ -443,7 +443,7 @@ class RecordInfoResult:
443
443
 
444
444
  @property
445
445
  def daily_build_num(self):
446
- """Gets the daily_build_num of this RecordInfoResult.
446
+ r"""Gets the daily_build_num of this RecordInfoResult.
447
447
 
448
448
  每日构建编号,每日从1开始
449
449
 
@@ -454,7 +454,7 @@ class RecordInfoResult:
454
454
 
455
455
  @daily_build_num.setter
456
456
  def daily_build_num(self, daily_build_num):
457
- """Sets the daily_build_num of this RecordInfoResult.
457
+ r"""Sets the daily_build_num of this RecordInfoResult.
458
458
 
459
459
  每日构建编号,每日从1开始
460
460
 
@@ -465,7 +465,7 @@ class RecordInfoResult:
465
465
 
466
466
  @property
467
467
  def execution_id(self):
468
- """Gets the execution_id of this RecordInfoResult.
468
+ r"""Gets the execution_id of this RecordInfoResult.
469
469
 
470
470
  八爪鱼任务ID
471
471
 
@@ -476,7 +476,7 @@ class RecordInfoResult:
476
476
 
477
477
  @execution_id.setter
478
478
  def execution_id(self, execution_id):
479
- """Sets the execution_id of this RecordInfoResult.
479
+ r"""Sets the execution_id of this RecordInfoResult.
480
480
 
481
481
  八爪鱼任务ID
482
482
 
@@ -487,7 +487,7 @@ class RecordInfoResult:
487
487
 
488
488
  @property
489
489
  def repo_name(self):
490
- """Gets the repo_name of this RecordInfoResult.
490
+ r"""Gets the repo_name of this RecordInfoResult.
491
491
 
492
492
  仓库名称
493
493
 
@@ -498,7 +498,7 @@ class RecordInfoResult:
498
498
 
499
499
  @repo_name.setter
500
500
  def repo_name(self, repo_name):
501
- """Sets the repo_name of this RecordInfoResult.
501
+ r"""Sets the repo_name of this RecordInfoResult.
502
502
 
503
503
  仓库名称
504
504
 
@@ -509,7 +509,7 @@ class RecordInfoResult:
509
509
 
510
510
  @property
511
511
  def repo_id(self):
512
- """Gets the repo_id of this RecordInfoResult.
512
+ r"""Gets the repo_id of this RecordInfoResult.
513
513
 
514
514
  仓库id
515
515
 
@@ -520,7 +520,7 @@ class RecordInfoResult:
520
520
 
521
521
  @repo_id.setter
522
522
  def repo_id(self, repo_id):
523
- """Sets the repo_id of this RecordInfoResult.
523
+ r"""Sets the repo_id of this RecordInfoResult.
524
524
 
525
525
  仓库id
526
526
 
@@ -531,7 +531,7 @@ class RecordInfoResult:
531
531
 
532
532
  @property
533
533
  def branch(self):
534
- """Gets the branch of this RecordInfoResult.
534
+ r"""Gets the branch of this RecordInfoResult.
535
535
 
536
536
  仓库分支
537
537
 
@@ -542,7 +542,7 @@ class RecordInfoResult:
542
542
 
543
543
  @branch.setter
544
544
  def branch(self, branch):
545
- """Sets the branch of this RecordInfoResult.
545
+ r"""Sets the branch of this RecordInfoResult.
546
546
 
547
547
  仓库分支
548
548
 
@@ -553,7 +553,7 @@ class RecordInfoResult:
553
553
 
554
554
  @property
555
555
  def tag(self):
556
- """Gets the tag of this RecordInfoResult.
556
+ r"""Gets the tag of this RecordInfoResult.
557
557
 
558
558
  仓库tag
559
559
 
@@ -564,7 +564,7 @@ class RecordInfoResult:
564
564
 
565
565
  @tag.setter
566
566
  def tag(self, tag):
567
- """Sets the tag of this RecordInfoResult.
567
+ r"""Sets the tag of this RecordInfoResult.
568
568
 
569
569
  仓库tag
570
570
 
@@ -575,7 +575,7 @@ class RecordInfoResult:
575
575
 
576
576
  @property
577
577
  def commit(self):
578
- """Gets the commit of this RecordInfoResult.
578
+ r"""Gets the commit of this RecordInfoResult.
579
579
 
580
580
  仓库commit ID
581
581
 
@@ -586,7 +586,7 @@ class RecordInfoResult:
586
586
 
587
587
  @commit.setter
588
588
  def commit(self, commit):
589
- """Sets the commit of this RecordInfoResult.
589
+ r"""Sets the commit of this RecordInfoResult.
590
590
 
591
591
  仓库commit ID
592
592
 
@@ -597,7 +597,7 @@ class RecordInfoResult:
597
597
 
598
598
  @property
599
599
  def commit_message(self):
600
- """Gets the commit_message of this RecordInfoResult.
600
+ r"""Gets the commit_message of this RecordInfoResult.
601
601
 
602
602
  仓库commit提交信息
603
603
 
@@ -608,7 +608,7 @@ class RecordInfoResult:
608
608
 
609
609
  @commit_message.setter
610
610
  def commit_message(self, commit_message):
611
- """Sets the commit_message of this RecordInfoResult.
611
+ r"""Sets the commit_message of this RecordInfoResult.
612
612
 
613
613
  仓库commit提交信息
614
614
 
@@ -619,7 +619,7 @@ class RecordInfoResult:
619
619
 
620
620
  @property
621
621
  def commit_create_time(self):
622
- """Gets the commit_create_time of this RecordInfoResult.
622
+ r"""Gets the commit_create_time of this RecordInfoResult.
623
623
 
624
624
  commit创建时间
625
625
 
@@ -630,7 +630,7 @@ class RecordInfoResult:
630
630
 
631
631
  @commit_create_time.setter
632
632
  def commit_create_time(self, commit_create_time):
633
- """Sets the commit_create_time of this RecordInfoResult.
633
+ r"""Sets the commit_create_time of this RecordInfoResult.
634
634
 
635
635
  commit创建时间
636
636
 
@@ -641,7 +641,7 @@ class RecordInfoResult:
641
641
 
642
642
  @property
643
643
  def trigger_type(self):
644
- """Gets the trigger_type of this RecordInfoResult.
644
+ r"""Gets the trigger_type of this RecordInfoResult.
645
645
 
646
646
  触发类型
647
647
 
@@ -652,7 +652,7 @@ class RecordInfoResult:
652
652
 
653
653
  @trigger_type.setter
654
654
  def trigger_type(self, trigger_type):
655
- """Sets the trigger_type of this RecordInfoResult.
655
+ r"""Sets the trigger_type of this RecordInfoResult.
656
656
 
657
657
  触发类型
658
658
 
@@ -663,7 +663,7 @@ class RecordInfoResult:
663
663
 
664
664
  @property
665
665
  def build_type(self):
666
- """Gets the build_type of this RecordInfoResult.
666
+ r"""Gets the build_type of this RecordInfoResult.
667
667
 
668
668
  构建类型
669
669
 
@@ -674,7 +674,7 @@ class RecordInfoResult:
674
674
 
675
675
  @build_type.setter
676
676
  def build_type(self, build_type):
677
- """Sets the build_type of this RecordInfoResult.
677
+ r"""Sets the build_type of this RecordInfoResult.
678
678
 
679
679
  构建类型
680
680
 
@@ -685,7 +685,7 @@ class RecordInfoResult:
685
685
 
686
686
  @property
687
687
  def status(self):
688
- """Gets the status of this RecordInfoResult.
688
+ r"""Gets the status of this RecordInfoResult.
689
689
 
690
690
  构建状态
691
691
 
@@ -696,7 +696,7 @@ class RecordInfoResult:
696
696
 
697
697
  @status.setter
698
698
  def status(self, status):
699
- """Sets the status of this RecordInfoResult.
699
+ r"""Sets the status of this RecordInfoResult.
700
700
 
701
701
  构建状态
702
702
 
@@ -707,7 +707,7 @@ class RecordInfoResult:
707
707
 
708
708
  @property
709
709
  def domain_id(self):
710
- """Gets the domain_id of this RecordInfoResult.
710
+ r"""Gets the domain_id of this RecordInfoResult.
711
711
 
712
712
  租户ID
713
713
 
@@ -718,7 +718,7 @@ class RecordInfoResult:
718
718
 
719
719
  @domain_id.setter
720
720
  def domain_id(self, domain_id):
721
- """Sets the domain_id of this RecordInfoResult.
721
+ r"""Sets the domain_id of this RecordInfoResult.
722
722
 
723
723
  租户ID
724
724
 
@@ -729,7 +729,7 @@ class RecordInfoResult:
729
729
 
730
730
  @property
731
731
  def create_time(self):
732
- """Gets the create_time of this RecordInfoResult.
732
+ r"""Gets the create_time of this RecordInfoResult.
733
733
 
734
734
  任务创建时间
735
735
 
@@ -740,7 +740,7 @@ class RecordInfoResult:
740
740
 
741
741
  @create_time.setter
742
742
  def create_time(self, create_time):
743
- """Sets the create_time of this RecordInfoResult.
743
+ r"""Sets the create_time of this RecordInfoResult.
744
744
 
745
745
  任务创建时间
746
746
 
@@ -751,7 +751,7 @@ class RecordInfoResult:
751
751
 
752
752
  @property
753
753
  def schedule_time(self):
754
- """Gets the schedule_time of this RecordInfoResult.
754
+ r"""Gets the schedule_time of this RecordInfoResult.
755
755
 
756
756
  构建下发耗时
757
757
 
@@ -762,7 +762,7 @@ class RecordInfoResult:
762
762
 
763
763
  @schedule_time.setter
764
764
  def schedule_time(self, schedule_time):
765
- """Sets the schedule_time of this RecordInfoResult.
765
+ r"""Sets the schedule_time of this RecordInfoResult.
766
766
 
767
767
  构建下发耗时
768
768
 
@@ -773,7 +773,7 @@ class RecordInfoResult:
773
773
 
774
774
  @property
775
775
  def queued_time(self):
776
- """Gets the queued_time of this RecordInfoResult.
776
+ r"""Gets the queued_time of this RecordInfoResult.
777
777
 
778
778
  构建排队耗时
779
779
 
@@ -784,7 +784,7 @@ class RecordInfoResult:
784
784
 
785
785
  @queued_time.setter
786
786
  def queued_time(self, queued_time):
787
- """Sets the queued_time of this RecordInfoResult.
787
+ r"""Sets the queued_time of this RecordInfoResult.
788
788
 
789
789
  构建排队耗时
790
790
 
@@ -795,7 +795,7 @@ class RecordInfoResult:
795
795
 
796
796
  @property
797
797
  def start_time(self):
798
- """Gets the start_time of this RecordInfoResult.
798
+ r"""Gets the start_time of this RecordInfoResult.
799
799
 
800
800
  开始构建时间
801
801
 
@@ -806,7 +806,7 @@ class RecordInfoResult:
806
806
 
807
807
  @start_time.setter
808
808
  def start_time(self, start_time):
809
- """Sets the start_time of this RecordInfoResult.
809
+ r"""Sets the start_time of this RecordInfoResult.
810
810
 
811
811
  开始构建时间
812
812
 
@@ -817,7 +817,7 @@ class RecordInfoResult:
817
817
 
818
818
  @property
819
819
  def runnable_time(self):
820
- """Gets the runnable_time of this RecordInfoResult.
820
+ r"""Gets the runnable_time of this RecordInfoResult.
821
821
 
822
822
  八爪鱼真正开始构建时间
823
823
 
@@ -828,7 +828,7 @@ class RecordInfoResult:
828
828
 
829
829
  @runnable_time.setter
830
830
  def runnable_time(self, runnable_time):
831
- """Sets the runnable_time of this RecordInfoResult.
831
+ r"""Sets the runnable_time of this RecordInfoResult.
832
832
 
833
833
  八爪鱼真正开始构建时间
834
834
 
@@ -839,7 +839,7 @@ class RecordInfoResult:
839
839
 
840
840
  @property
841
841
  def finish_time(self):
842
- """Gets the finish_time of this RecordInfoResult.
842
+ r"""Gets the finish_time of this RecordInfoResult.
843
843
 
844
844
  构建结束时间
845
845
 
@@ -850,7 +850,7 @@ class RecordInfoResult:
850
850
 
851
851
  @finish_time.setter
852
852
  def finish_time(self, finish_time):
853
- """Sets the finish_time of this RecordInfoResult.
853
+ r"""Sets the finish_time of this RecordInfoResult.
854
854
 
855
855
  构建结束时间
856
856
 
@@ -861,7 +861,7 @@ class RecordInfoResult:
861
861
 
862
862
  @property
863
863
  def duration(self):
864
- """Gets the duration of this RecordInfoResult.
864
+ r"""Gets the duration of this RecordInfoResult.
865
865
 
866
866
  构建时长
867
867
 
@@ -872,7 +872,7 @@ class RecordInfoResult:
872
872
 
873
873
  @duration.setter
874
874
  def duration(self, duration):
875
- """Sets the duration of this RecordInfoResult.
875
+ r"""Sets the duration of this RecordInfoResult.
876
876
 
877
877
  构建时长
878
878
 
@@ -883,7 +883,7 @@ class RecordInfoResult:
883
883
 
884
884
  @property
885
885
  def record_status(self):
886
- """Gets the record_status of this RecordInfoResult.
886
+ r"""Gets the record_status of this RecordInfoResult.
887
887
 
888
888
  record状态
889
889
 
@@ -894,7 +894,7 @@ class RecordInfoResult:
894
894
 
895
895
  @record_status.setter
896
896
  def record_status(self, record_status):
897
- """Sets the record_status of this RecordInfoResult.
897
+ r"""Sets the record_status of this RecordInfoResult.
898
898
 
899
899
  record状态
900
900
 
@@ -905,7 +905,7 @@ class RecordInfoResult:
905
905
 
906
906
  @property
907
907
  def use_private_slave(self):
908
- """Gets the use_private_slave of this RecordInfoResult.
908
+ r"""Gets the use_private_slave of this RecordInfoResult.
909
909
 
910
910
  是否使用自定义执行机
911
911
 
@@ -916,7 +916,7 @@ class RecordInfoResult:
916
916
 
917
917
  @use_private_slave.setter
918
918
  def use_private_slave(self, use_private_slave):
919
- """Sets the use_private_slave of this RecordInfoResult.
919
+ r"""Sets the use_private_slave of this RecordInfoResult.
920
920
 
921
921
  是否使用自定义执行机
922
922
 
@@ -927,7 +927,7 @@ class RecordInfoResult:
927
927
 
928
928
  @property
929
929
  def region(self):
930
- """Gets the region of this RecordInfoResult.
930
+ r"""Gets the region of this RecordInfoResult.
931
931
 
932
932
  租户所在region
933
933
 
@@ -938,7 +938,7 @@ class RecordInfoResult:
938
938
 
939
939
  @region.setter
940
940
  def region(self, region):
941
- """Sets the region of this RecordInfoResult.
941
+ r"""Sets the region of this RecordInfoResult.
942
942
 
943
943
  租户所在region
944
944
 
@@ -949,7 +949,7 @@ class RecordInfoResult:
949
949
 
950
950
  @property
951
951
  def err_msg(self):
952
- """Gets the err_msg of this RecordInfoResult.
952
+ r"""Gets the err_msg of this RecordInfoResult.
953
953
 
954
954
  错误信息
955
955
 
@@ -960,7 +960,7 @@ class RecordInfoResult:
960
960
 
961
961
  @err_msg.setter
962
962
  def err_msg(self, err_msg):
963
- """Sets the err_msg of this RecordInfoResult.
963
+ r"""Sets the err_msg of this RecordInfoResult.
964
964
 
965
965
  错误信息
966
966
 
@@ -971,7 +971,7 @@ class RecordInfoResult:
971
971
 
972
972
  @property
973
973
  def build_config_type(self):
974
- """Gets the build_config_type of this RecordInfoResult.
974
+ r"""Gets the build_config_type of this RecordInfoResult.
975
975
 
976
976
  构建配置类型,YAML或ACTION
977
977
 
@@ -982,7 +982,7 @@ class RecordInfoResult:
982
982
 
983
983
  @build_config_type.setter
984
984
  def build_config_type(self, build_config_type):
985
- """Sets the build_config_type of this RecordInfoResult.
985
+ r"""Sets the build_config_type of this RecordInfoResult.
986
986
 
987
987
  构建配置类型,YAML或ACTION
988
988
 
@@ -25,7 +25,7 @@ class RunJobRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """RunJobRequest
28
+ r"""RunJobRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class RunJobRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this RunJobRequest.
46
+ r"""Gets the body of this RunJobRequest.
47
47
 
48
48
  :return: The body of this RunJobRequest.
49
49
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.RunJobRequestBody`
@@ -52,7 +52,7 @@ class RunJobRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this RunJobRequest.
55
+ r"""Sets the body of this RunJobRequest.
56
56
 
57
57
  :param body: The body of this RunJobRequest.
58
58
  :type body: :class:`huaweicloudsdkcodeartsbuild.v3.RunJobRequestBody`
@@ -29,7 +29,7 @@ class RunJobRequestBody:
29
29
  }
30
30
 
31
31
  def __init__(self, job_id=None, parameter=None, scm=None):
32
- """RunJobRequestBody
32
+ r"""RunJobRequestBody
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class RunJobRequestBody:
56
56
 
57
57
  @property
58
58
  def job_id(self):
59
- """Gets the job_id of this RunJobRequestBody.
59
+ r"""Gets the job_id of this RunJobRequestBody.
60
60
 
61
61
  构建任务ID;编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串
62
62
 
@@ -67,7 +67,7 @@ class RunJobRequestBody:
67
67
 
68
68
  @job_id.setter
69
69
  def job_id(self, job_id):
70
- """Sets the job_id of this RunJobRequestBody.
70
+ r"""Sets the job_id of this RunJobRequestBody.
71
71
 
72
72
  构建任务ID;编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串
73
73
 
@@ -78,7 +78,7 @@ class RunJobRequestBody:
78
78
 
79
79
  @property
80
80
  def parameter(self):
81
- """Gets the parameter of this RunJobRequestBody.
81
+ r"""Gets the parameter of this RunJobRequestBody.
82
82
 
83
83
  自定义参数
84
84
 
@@ -89,7 +89,7 @@ class RunJobRequestBody:
89
89
 
90
90
  @parameter.setter
91
91
  def parameter(self, parameter):
92
- """Sets the parameter of this RunJobRequestBody.
92
+ r"""Sets the parameter of this RunJobRequestBody.
93
93
 
94
94
  自定义参数
95
95
 
@@ -100,7 +100,7 @@ class RunJobRequestBody:
100
100
 
101
101
  @property
102
102
  def scm(self):
103
- """Gets the scm of this RunJobRequestBody.
103
+ r"""Gets the scm of this RunJobRequestBody.
104
104
 
105
105
  :return: The scm of this RunJobRequestBody.
106
106
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.Scm`
@@ -109,7 +109,7 @@ class RunJobRequestBody:
109
109
 
110
110
  @scm.setter
111
111
  def scm(self, scm):
112
- """Sets the scm of this RunJobRequestBody.
112
+ r"""Sets the scm of this RunJobRequestBody.
113
113
 
114
114
  :param scm: The scm of this RunJobRequestBody.
115
115
  :type scm: :class:`huaweicloudsdkcodeartsbuild.v3.Scm`