huaweicloudsdkcodeartsbuild 3.1.142__py2.py3-none-any.whl → 3.1.144__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.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/METADATA +2 -2
  101. huaweicloudsdkcodeartsbuild-3.1.144.dist-info/RECORD +109 -0
  102. huaweicloudsdkcodeartsbuild-3.1.142.dist-info/RECORD +0 -109
  103. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/LICENSE +0 -0
  104. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/WHEEL +0 -0
  105. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class ShowRecordInfoRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, job_id=None, build_no=None):
30
- """ShowRecordInfoRequest
30
+ r"""ShowRecordInfoRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ShowRecordInfoRequest:
48
48
 
49
49
  @property
50
50
  def job_id(self):
51
- """Gets the job_id of this ShowRecordInfoRequest.
51
+ r"""Gets the job_id of this ShowRecordInfoRequest.
52
52
 
53
53
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
54
54
 
@@ -59,7 +59,7 @@ class ShowRecordInfoRequest:
59
59
 
60
60
  @job_id.setter
61
61
  def job_id(self, job_id):
62
- """Sets the job_id of this ShowRecordInfoRequest.
62
+ r"""Sets the job_id of this ShowRecordInfoRequest.
63
63
 
64
64
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
65
65
 
@@ -70,7 +70,7 @@ class ShowRecordInfoRequest:
70
70
 
71
71
  @property
72
72
  def build_no(self):
73
- """Gets the build_no of this ShowRecordInfoRequest.
73
+ r"""Gets the build_no of this ShowRecordInfoRequest.
74
74
 
75
75
  构建任务的构建编号,从1开始,每次构建递增1
76
76
 
@@ -81,7 +81,7 @@ class ShowRecordInfoRequest:
81
81
 
82
82
  @build_no.setter
83
83
  def build_no(self, build_no):
84
- """Sets the build_no of this ShowRecordInfoRequest.
84
+ r"""Sets the build_no of this ShowRecordInfoRequest.
85
85
 
86
86
  构建任务的构建编号,从1开始,每次构建递增1
87
87
 
@@ -32,7 +32,7 @@ class ShowRecordInfoResponse(SdkResponse):
32
32
  }
33
33
 
34
34
  def __init__(self, success=None, message=None, err_code=None, result=None):
35
- """ShowRecordInfoResponse
35
+ r"""ShowRecordInfoResponse
36
36
 
37
37
  The model defined in huaweicloud sdk
38
38
 
@@ -65,7 +65,7 @@ class ShowRecordInfoResponse(SdkResponse):
65
65
 
66
66
  @property
67
67
  def success(self):
68
- """Gets the success of this ShowRecordInfoResponse.
68
+ r"""Gets the success of this ShowRecordInfoResponse.
69
69
 
70
70
  状态
71
71
 
@@ -76,7 +76,7 @@ class ShowRecordInfoResponse(SdkResponse):
76
76
 
77
77
  @success.setter
78
78
  def success(self, success):
79
- """Sets the success of this ShowRecordInfoResponse.
79
+ r"""Sets the success of this ShowRecordInfoResponse.
80
80
 
81
81
  状态
82
82
 
@@ -87,7 +87,7 @@ class ShowRecordInfoResponse(SdkResponse):
87
87
 
88
88
  @property
89
89
  def message(self):
90
- """Gets the message of this ShowRecordInfoResponse.
90
+ r"""Gets the message of this ShowRecordInfoResponse.
91
91
 
92
92
  消息
93
93
 
@@ -98,7 +98,7 @@ class ShowRecordInfoResponse(SdkResponse):
98
98
 
99
99
  @message.setter
100
100
  def message(self, message):
101
- """Sets the message of this ShowRecordInfoResponse.
101
+ r"""Sets the message of this ShowRecordInfoResponse.
102
102
 
103
103
  消息
104
104
 
@@ -109,7 +109,7 @@ class ShowRecordInfoResponse(SdkResponse):
109
109
 
110
110
  @property
111
111
  def err_code(self):
112
- """Gets the err_code of this ShowRecordInfoResponse.
112
+ r"""Gets the err_code of this ShowRecordInfoResponse.
113
113
 
114
114
  错误码
115
115
 
@@ -120,7 +120,7 @@ class ShowRecordInfoResponse(SdkResponse):
120
120
 
121
121
  @err_code.setter
122
122
  def err_code(self, err_code):
123
- """Sets the err_code of this ShowRecordInfoResponse.
123
+ r"""Sets the err_code of this ShowRecordInfoResponse.
124
124
 
125
125
  错误码
126
126
 
@@ -131,7 +131,7 @@ class ShowRecordInfoResponse(SdkResponse):
131
131
 
132
132
  @property
133
133
  def result(self):
134
- """Gets the result of this ShowRecordInfoResponse.
134
+ r"""Gets the result of this ShowRecordInfoResponse.
135
135
 
136
136
  :return: The result of this ShowRecordInfoResponse.
137
137
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.RecordInfoResult`
@@ -140,7 +140,7 @@ class ShowRecordInfoResponse(SdkResponse):
140
140
 
141
141
  @result.setter
142
142
  def result(self, result):
143
- """Sets the result of this ShowRecordInfoResponse.
143
+ r"""Sets the result of this ShowRecordInfoResponse.
144
144
 
145
145
  :param result: The result of this ShowRecordInfoResponse.
146
146
  :type result: :class:`huaweicloudsdkcodeartsbuild.v3.RecordInfoResult`
@@ -27,7 +27,7 @@ class StopBuildJobRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, job_id=None, build_no=None):
30
- """StopBuildJobRequest
30
+ r"""StopBuildJobRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class StopBuildJobRequest:
48
48
 
49
49
  @property
50
50
  def job_id(self):
51
- """Gets the job_id of this StopBuildJobRequest.
51
+ r"""Gets the job_id of this StopBuildJobRequest.
52
52
 
53
53
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
54
54
 
@@ -59,7 +59,7 @@ class StopBuildJobRequest:
59
59
 
60
60
  @job_id.setter
61
61
  def job_id(self, job_id):
62
- """Sets the job_id of this StopBuildJobRequest.
62
+ r"""Sets the job_id of this StopBuildJobRequest.
63
63
 
64
64
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
65
65
 
@@ -70,7 +70,7 @@ class StopBuildJobRequest:
70
70
 
71
71
  @property
72
72
  def build_no(self):
73
- """Gets the build_no of this StopBuildJobRequest.
73
+ r"""Gets the build_no of this StopBuildJobRequest.
74
74
 
75
75
  构建任务的构建编号,从1开始,每次构建递增1
76
76
 
@@ -81,7 +81,7 @@ class StopBuildJobRequest:
81
81
 
82
82
  @build_no.setter
83
83
  def build_no(self, build_no):
84
- """Sets the build_no of this StopBuildJobRequest.
84
+ r"""Sets the build_no of this StopBuildJobRequest.
85
85
 
86
86
  构建任务的构建编号,从1开始,每次构建递增1
87
87
 
@@ -28,7 +28,7 @@ class StopBuildJobResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, success=None, result=None):
31
- """StopBuildJobResponse
31
+ r"""StopBuildJobResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class StopBuildJobResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def success(self):
54
- """Gets the success of this StopBuildJobResponse.
54
+ r"""Gets the success of this StopBuildJobResponse.
55
55
 
56
56
  是否停止成功
57
57
 
@@ -62,7 +62,7 @@ class StopBuildJobResponse(SdkResponse):
62
62
 
63
63
  @success.setter
64
64
  def success(self, success):
65
- """Sets the success of this StopBuildJobResponse.
65
+ r"""Sets the success of this StopBuildJobResponse.
66
66
 
67
67
  是否停止成功
68
68
 
@@ -73,7 +73,7 @@ class StopBuildJobResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def result(self):
76
- """Gets the result of this StopBuildJobResponse.
76
+ r"""Gets the result of this StopBuildJobResponse.
77
77
 
78
78
  返回结果
79
79
 
@@ -84,7 +84,7 @@ class StopBuildJobResponse(SdkResponse):
84
84
 
85
85
  @result.setter
86
86
  def result(self, result):
87
- """Sets the result of this StopBuildJobResponse.
87
+ r"""Sets the result of this StopBuildJobResponse.
88
88
 
89
89
  返回结果
90
90
 
@@ -25,7 +25,7 @@ class StopJobRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """StopJobRequest
28
+ r"""StopJobRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class StopJobRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this StopJobRequest.
46
+ r"""Gets the body of this StopJobRequest.
47
47
 
48
48
  :return: The body of this StopJobRequest.
49
49
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.StopJobRequestBody`
@@ -52,7 +52,7 @@ class StopJobRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this StopJobRequest.
55
+ r"""Sets the body of this StopJobRequest.
56
56
 
57
57
  :param body: The body of this StopJobRequest.
58
58
  :type body: :class:`huaweicloudsdkcodeartsbuild.v3.StopJobRequestBody`
@@ -27,7 +27,7 @@ class StopJobRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, job_id=None, build_no=None):
30
- """StopJobRequestBody
30
+ r"""StopJobRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class StopJobRequestBody:
48
48
 
49
49
  @property
50
50
  def job_id(self):
51
- """Gets the job_id of this StopJobRequestBody.
51
+ r"""Gets the job_id of this StopJobRequestBody.
52
52
 
53
53
  构建任务ID;编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串
54
54
 
@@ -59,7 +59,7 @@ class StopJobRequestBody:
59
59
 
60
60
  @job_id.setter
61
61
  def job_id(self, job_id):
62
- """Sets the job_id of this StopJobRequestBody.
62
+ r"""Sets the job_id of this StopJobRequestBody.
63
63
 
64
64
  构建任务ID;编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串
65
65
 
@@ -70,7 +70,7 @@ class StopJobRequestBody:
70
70
 
71
71
  @property
72
72
  def build_no(self):
73
- """Gets the build_no of this StopJobRequestBody.
73
+ r"""Gets the build_no of this StopJobRequestBody.
74
74
 
75
75
  构建任务的构建编号,从1开始,每次构建递增1
76
76
 
@@ -81,7 +81,7 @@ class StopJobRequestBody:
81
81
 
82
82
  @build_no.setter
83
83
  def build_no(self, build_no):
84
- """Sets the build_no of this StopJobRequestBody.
84
+ r"""Sets the build_no of this StopJobRequestBody.
85
85
 
86
86
  构建任务的构建编号,从1开始,每次构建递增1
87
87
 
@@ -26,7 +26,7 @@ class StopJobResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, result=None):
29
- """StopJobResponse
29
+ r"""StopJobResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class StopJobResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def result(self):
47
- """Gets the result of this StopJobResponse.
47
+ r"""Gets the result of this StopJobResponse.
48
48
 
49
49
  构建停止结果
50
50
 
@@ -55,7 +55,7 @@ class StopJobResponse(SdkResponse):
55
55
 
56
56
  @result.setter
57
57
  def result(self, result):
58
- """Sets the result of this StopJobResponse.
58
+ r"""Sets the result of this StopJobResponse.
59
59
 
60
60
  构建停止结果
61
61
 
@@ -27,7 +27,7 @@ class UpdateBuildJobParameter:
27
27
  }
28
28
 
29
29
  def __init__(self, name=None, params=None):
30
- """UpdateBuildJobParameter
30
+ r"""UpdateBuildJobParameter
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class UpdateBuildJobParameter:
50
50
 
51
51
  @property
52
52
  def name(self):
53
- """Gets the name of this UpdateBuildJobParameter.
53
+ r"""Gets the name of this UpdateBuildJobParameter.
54
54
 
55
55
  参数定义名,默认为hudson.model.StringParameterDefinition
56
56
 
@@ -61,7 +61,7 @@ class UpdateBuildJobParameter:
61
61
 
62
62
  @name.setter
63
63
  def name(self, name):
64
- """Sets the name of this UpdateBuildJobParameter.
64
+ r"""Sets the name of this UpdateBuildJobParameter.
65
65
 
66
66
  参数定义名,默认为hudson.model.StringParameterDefinition
67
67
 
@@ -72,7 +72,7 @@ class UpdateBuildJobParameter:
72
72
 
73
73
  @property
74
74
  def params(self):
75
- """Gets the params of this UpdateBuildJobParameter.
75
+ r"""Gets the params of this UpdateBuildJobParameter.
76
76
 
77
77
  构建执行参数子参数
78
78
 
@@ -83,7 +83,7 @@ class UpdateBuildJobParameter:
83
83
 
84
84
  @params.setter
85
85
  def params(self, params):
86
- """Sets the params of this UpdateBuildJobParameter.
86
+ r"""Sets the params of this UpdateBuildJobParameter.
87
87
 
88
88
  构建执行参数子参数
89
89
 
@@ -29,7 +29,7 @@ class UpdateBuildJobParameterParam:
29
29
  }
30
30
 
31
31
  def __init__(self, name=None, value=None, limits=None):
32
- """UpdateBuildJobParameterParam
32
+ r"""UpdateBuildJobParameterParam
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class UpdateBuildJobParameterParam:
57
57
 
58
58
  @property
59
59
  def name(self):
60
- """Gets the name of this UpdateBuildJobParameterParam.
60
+ r"""Gets the name of this UpdateBuildJobParameterParam.
61
61
 
62
62
  参数字段名
63
63
 
@@ -68,7 +68,7 @@ class UpdateBuildJobParameterParam:
68
68
 
69
69
  @name.setter
70
70
  def name(self, name):
71
- """Sets the name of this UpdateBuildJobParameterParam.
71
+ r"""Sets the name of this UpdateBuildJobParameterParam.
72
72
 
73
73
  参数字段名
74
74
 
@@ -79,7 +79,7 @@ class UpdateBuildJobParameterParam:
79
79
 
80
80
  @property
81
81
  def value(self):
82
- """Gets the value of this UpdateBuildJobParameterParam.
82
+ r"""Gets the value of this UpdateBuildJobParameterParam.
83
83
 
84
84
  参数字段值
85
85
 
@@ -90,7 +90,7 @@ class UpdateBuildJobParameterParam:
90
90
 
91
91
  @value.setter
92
92
  def value(self, value):
93
- """Sets the value of this UpdateBuildJobParameterParam.
93
+ r"""Sets the value of this UpdateBuildJobParameterParam.
94
94
 
95
95
  参数字段值
96
96
 
@@ -101,7 +101,7 @@ class UpdateBuildJobParameterParam:
101
101
 
102
102
  @property
103
103
  def limits(self):
104
- """Gets the limits of this UpdateBuildJobParameterParam.
104
+ r"""Gets the limits of this UpdateBuildJobParameterParam.
105
105
 
106
106
  枚举类参数限制
107
107
 
@@ -112,7 +112,7 @@ class UpdateBuildJobParameterParam:
112
112
 
113
113
  @limits.setter
114
114
  def limits(self, limits):
115
- """Sets the limits of this UpdateBuildJobParameterParam.
115
+ r"""Sets the limits of this UpdateBuildJobParameterParam.
116
116
 
117
117
  枚举类参数限制
118
118
 
@@ -25,7 +25,7 @@ class UpdateBuildJobRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """UpdateBuildJobRequest
28
+ r"""UpdateBuildJobRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class UpdateBuildJobRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this UpdateBuildJobRequest.
46
+ r"""Gets the body of this UpdateBuildJobRequest.
47
47
 
48
48
  :return: The body of this UpdateBuildJobRequest.
49
49
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateBuildJobRequestBody`
@@ -52,7 +52,7 @@ class UpdateBuildJobRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this UpdateBuildJobRequest.
55
+ r"""Sets the body of this UpdateBuildJobRequest.
56
56
 
57
57
  :param body: The body of this UpdateBuildJobRequest.
58
58
  :type body: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateBuildJobRequestBody`
@@ -45,7 +45,7 @@ class UpdateBuildJobRequestBody:
45
45
  }
46
46
 
47
47
  def __init__(self, arch=None, project_id=None, job_name=None, job_id=None, auto_update_sub_module=None, flavor=None, parameters=None, scms=None, steps=None, host_type=None, build_config_type=None):
48
- """UpdateBuildJobRequestBody
48
+ r"""UpdateBuildJobRequestBody
49
49
 
50
50
  The model defined in huaweicloud sdk
51
51
 
@@ -108,7 +108,7 @@ class UpdateBuildJobRequestBody:
108
108
 
109
109
  @property
110
110
  def arch(self):
111
- """Gets the arch of this UpdateBuildJobRequestBody.
111
+ r"""Gets the arch of this UpdateBuildJobRequestBody.
112
112
 
113
113
  使用机器的架构
114
114
 
@@ -119,7 +119,7 @@ class UpdateBuildJobRequestBody:
119
119
 
120
120
  @arch.setter
121
121
  def arch(self, arch):
122
- """Sets the arch of this UpdateBuildJobRequestBody.
122
+ r"""Sets the arch of this UpdateBuildJobRequestBody.
123
123
 
124
124
  使用机器的架构
125
125
 
@@ -130,7 +130,7 @@ class UpdateBuildJobRequestBody:
130
130
 
131
131
  @property
132
132
  def project_id(self):
133
- """Gets the project_id of this UpdateBuildJobRequestBody.
133
+ r"""Gets the project_id of this UpdateBuildJobRequestBody.
134
134
 
135
135
  构建任务所在项目的ID
136
136
 
@@ -141,7 +141,7 @@ class UpdateBuildJobRequestBody:
141
141
 
142
142
  @project_id.setter
143
143
  def project_id(self, project_id):
144
- """Sets the project_id of this UpdateBuildJobRequestBody.
144
+ r"""Sets the project_id of this UpdateBuildJobRequestBody.
145
145
 
146
146
  构建任务所在项目的ID
147
147
 
@@ -152,7 +152,7 @@ class UpdateBuildJobRequestBody:
152
152
 
153
153
  @property
154
154
  def job_name(self):
155
- """Gets the job_name of this UpdateBuildJobRequestBody.
155
+ r"""Gets the job_name of this UpdateBuildJobRequestBody.
156
156
 
157
157
  任务名称
158
158
 
@@ -163,7 +163,7 @@ class UpdateBuildJobRequestBody:
163
163
 
164
164
  @job_name.setter
165
165
  def job_name(self, job_name):
166
- """Sets the job_name of this UpdateBuildJobRequestBody.
166
+ r"""Sets the job_name of this UpdateBuildJobRequestBody.
167
167
 
168
168
  任务名称
169
169
 
@@ -174,7 +174,7 @@ class UpdateBuildJobRequestBody:
174
174
 
175
175
  @property
176
176
  def job_id(self):
177
- """Gets the job_id of this UpdateBuildJobRequestBody.
177
+ r"""Gets the job_id of this UpdateBuildJobRequestBody.
178
178
 
179
179
  构建任务ID
180
180
 
@@ -185,7 +185,7 @@ class UpdateBuildJobRequestBody:
185
185
 
186
186
  @job_id.setter
187
187
  def job_id(self, job_id):
188
- """Sets the job_id of this UpdateBuildJobRequestBody.
188
+ r"""Sets the job_id of this UpdateBuildJobRequestBody.
189
189
 
190
190
  构建任务ID
191
191
 
@@ -196,7 +196,7 @@ class UpdateBuildJobRequestBody:
196
196
 
197
197
  @property
198
198
  def auto_update_sub_module(self):
199
- """Gets the auto_update_sub_module of this UpdateBuildJobRequestBody.
199
+ r"""Gets the auto_update_sub_module of this UpdateBuildJobRequestBody.
200
200
 
201
201
  是否自动更新子模块
202
202
 
@@ -207,7 +207,7 @@ class UpdateBuildJobRequestBody:
207
207
 
208
208
  @auto_update_sub_module.setter
209
209
  def auto_update_sub_module(self, auto_update_sub_module):
210
- """Sets the auto_update_sub_module of this UpdateBuildJobRequestBody.
210
+ r"""Sets the auto_update_sub_module of this UpdateBuildJobRequestBody.
211
211
 
212
212
  是否自动更新子模块
213
213
 
@@ -218,7 +218,7 @@ class UpdateBuildJobRequestBody:
218
218
 
219
219
  @property
220
220
  def flavor(self):
221
- """Gets the flavor of this UpdateBuildJobRequestBody.
221
+ r"""Gets the flavor of this UpdateBuildJobRequestBody.
222
222
 
223
223
  执行机规格
224
224
 
@@ -229,7 +229,7 @@ class UpdateBuildJobRequestBody:
229
229
 
230
230
  @flavor.setter
231
231
  def flavor(self, flavor):
232
- """Sets the flavor of this UpdateBuildJobRequestBody.
232
+ r"""Sets the flavor of this UpdateBuildJobRequestBody.
233
233
 
234
234
  执行机规格
235
235
 
@@ -240,7 +240,7 @@ class UpdateBuildJobRequestBody:
240
240
 
241
241
  @property
242
242
  def parameters(self):
243
- """Gets the parameters of this UpdateBuildJobRequestBody.
243
+ r"""Gets the parameters of this UpdateBuildJobRequestBody.
244
244
 
245
245
  构建执行参数列表
246
246
 
@@ -251,7 +251,7 @@ class UpdateBuildJobRequestBody:
251
251
 
252
252
  @parameters.setter
253
253
  def parameters(self, parameters):
254
- """Sets the parameters of this UpdateBuildJobRequestBody.
254
+ r"""Sets the parameters of this UpdateBuildJobRequestBody.
255
255
 
256
256
  构建执行参数列表
257
257
 
@@ -262,7 +262,7 @@ class UpdateBuildJobRequestBody:
262
262
 
263
263
  @property
264
264
  def scms(self):
265
- """Gets the scms of this UpdateBuildJobRequestBody.
265
+ r"""Gets the scms of this UpdateBuildJobRequestBody.
266
266
 
267
267
  构建执行SCM
268
268
 
@@ -273,7 +273,7 @@ class UpdateBuildJobRequestBody:
273
273
 
274
274
  @scms.setter
275
275
  def scms(self, scms):
276
- """Sets the scms of this UpdateBuildJobRequestBody.
276
+ r"""Sets the scms of this UpdateBuildJobRequestBody.
277
277
 
278
278
  构建执行SCM
279
279
 
@@ -284,7 +284,7 @@ class UpdateBuildJobRequestBody:
284
284
 
285
285
  @property
286
286
  def steps(self):
287
- """Gets the steps of this UpdateBuildJobRequestBody.
287
+ r"""Gets the steps of this UpdateBuildJobRequestBody.
288
288
 
289
289
  构建执行的步骤
290
290
 
@@ -295,7 +295,7 @@ class UpdateBuildJobRequestBody:
295
295
 
296
296
  @steps.setter
297
297
  def steps(self, steps):
298
- """Sets the steps of this UpdateBuildJobRequestBody.
298
+ r"""Sets the steps of this UpdateBuildJobRequestBody.
299
299
 
300
300
  构建执行的步骤
301
301
 
@@ -306,7 +306,7 @@ class UpdateBuildJobRequestBody:
306
306
 
307
307
  @property
308
308
  def host_type(self):
309
- """Gets the host_type of this UpdateBuildJobRequestBody.
309
+ r"""Gets the host_type of this UpdateBuildJobRequestBody.
310
310
 
311
311
  host类型
312
312
 
@@ -317,7 +317,7 @@ class UpdateBuildJobRequestBody:
317
317
 
318
318
  @host_type.setter
319
319
  def host_type(self, host_type):
320
- """Sets the host_type of this UpdateBuildJobRequestBody.
320
+ r"""Sets the host_type of this UpdateBuildJobRequestBody.
321
321
 
322
322
  host类型
323
323
 
@@ -328,7 +328,7 @@ class UpdateBuildJobRequestBody:
328
328
 
329
329
  @property
330
330
  def build_config_type(self):
331
- """Gets the build_config_type of this UpdateBuildJobRequestBody.
331
+ r"""Gets the build_config_type of this UpdateBuildJobRequestBody.
332
332
 
333
333
  构建的配置类型
334
334
 
@@ -339,7 +339,7 @@ class UpdateBuildJobRequestBody:
339
339
 
340
340
  @build_config_type.setter
341
341
  def build_config_type(self, build_config_type):
342
- """Sets the build_config_type of this UpdateBuildJobRequestBody.
342
+ r"""Sets the build_config_type of this UpdateBuildJobRequestBody.
343
343
 
344
344
  构建的配置类型
345
345