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
@@ -25,7 +25,7 @@ class CreateBuildJobRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """CreateBuildJobRequest
28
+ r"""CreateBuildJobRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class CreateBuildJobRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this CreateBuildJobRequest.
46
+ r"""Gets the body of this CreateBuildJobRequest.
47
47
 
48
48
  :return: The body of this CreateBuildJobRequest.
49
49
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobRequestBody`
@@ -52,7 +52,7 @@ class CreateBuildJobRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this CreateBuildJobRequest.
55
+ r"""Sets the body of this CreateBuildJobRequest.
56
56
 
57
57
  :param body: The body of this CreateBuildJobRequest.
58
58
  :type body: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobRequestBody`
@@ -43,7 +43,7 @@ class CreateBuildJobRequestBody:
43
43
  }
44
44
 
45
45
  def __init__(self, arch=None, project_id=None, job_name=None, auto_update_sub_module=None, flavor=None, parameters=None, scms=None, steps=None, host_type=None, build_config_type=None):
46
- """CreateBuildJobRequestBody
46
+ r"""CreateBuildJobRequestBody
47
47
 
48
48
  The model defined in huaweicloud sdk
49
49
 
@@ -102,7 +102,7 @@ class CreateBuildJobRequestBody:
102
102
 
103
103
  @property
104
104
  def arch(self):
105
- """Gets the arch of this CreateBuildJobRequestBody.
105
+ r"""Gets the arch of this CreateBuildJobRequestBody.
106
106
 
107
107
  使用机器的架构
108
108
 
@@ -113,7 +113,7 @@ class CreateBuildJobRequestBody:
113
113
 
114
114
  @arch.setter
115
115
  def arch(self, arch):
116
- """Sets the arch of this CreateBuildJobRequestBody.
116
+ r"""Sets the arch of this CreateBuildJobRequestBody.
117
117
 
118
118
  使用机器的架构
119
119
 
@@ -124,7 +124,7 @@ class CreateBuildJobRequestBody:
124
124
 
125
125
  @property
126
126
  def project_id(self):
127
- """Gets the project_id of this CreateBuildJobRequestBody.
127
+ r"""Gets the project_id of this CreateBuildJobRequestBody.
128
128
 
129
129
  构建任务所在项目的ID
130
130
 
@@ -135,7 +135,7 @@ class CreateBuildJobRequestBody:
135
135
 
136
136
  @project_id.setter
137
137
  def project_id(self, project_id):
138
- """Sets the project_id of this CreateBuildJobRequestBody.
138
+ r"""Sets the project_id of this CreateBuildJobRequestBody.
139
139
 
140
140
  构建任务所在项目的ID
141
141
 
@@ -146,7 +146,7 @@ class CreateBuildJobRequestBody:
146
146
 
147
147
  @property
148
148
  def job_name(self):
149
- """Gets the job_name of this CreateBuildJobRequestBody.
149
+ r"""Gets the job_name of this CreateBuildJobRequestBody.
150
150
 
151
151
  任务名称
152
152
 
@@ -157,7 +157,7 @@ class CreateBuildJobRequestBody:
157
157
 
158
158
  @job_name.setter
159
159
  def job_name(self, job_name):
160
- """Sets the job_name of this CreateBuildJobRequestBody.
160
+ r"""Sets the job_name of this CreateBuildJobRequestBody.
161
161
 
162
162
  任务名称
163
163
 
@@ -168,7 +168,7 @@ class CreateBuildJobRequestBody:
168
168
 
169
169
  @property
170
170
  def auto_update_sub_module(self):
171
- """Gets the auto_update_sub_module of this CreateBuildJobRequestBody.
171
+ r"""Gets the auto_update_sub_module of this CreateBuildJobRequestBody.
172
172
 
173
173
  是否自动更新子模块
174
174
 
@@ -179,7 +179,7 @@ class CreateBuildJobRequestBody:
179
179
 
180
180
  @auto_update_sub_module.setter
181
181
  def auto_update_sub_module(self, auto_update_sub_module):
182
- """Sets the auto_update_sub_module of this CreateBuildJobRequestBody.
182
+ r"""Sets the auto_update_sub_module of this CreateBuildJobRequestBody.
183
183
 
184
184
  是否自动更新子模块
185
185
 
@@ -190,7 +190,7 @@ class CreateBuildJobRequestBody:
190
190
 
191
191
  @property
192
192
  def flavor(self):
193
- """Gets the flavor of this CreateBuildJobRequestBody.
193
+ r"""Gets the flavor of this CreateBuildJobRequestBody.
194
194
 
195
195
  执行机规格
196
196
 
@@ -201,7 +201,7 @@ class CreateBuildJobRequestBody:
201
201
 
202
202
  @flavor.setter
203
203
  def flavor(self, flavor):
204
- """Sets the flavor of this CreateBuildJobRequestBody.
204
+ r"""Sets the flavor of this CreateBuildJobRequestBody.
205
205
 
206
206
  执行机规格
207
207
 
@@ -212,7 +212,7 @@ class CreateBuildJobRequestBody:
212
212
 
213
213
  @property
214
214
  def parameters(self):
215
- """Gets the parameters of this CreateBuildJobRequestBody.
215
+ r"""Gets the parameters of this CreateBuildJobRequestBody.
216
216
 
217
217
  构建执行参数列表
218
218
 
@@ -223,7 +223,7 @@ class CreateBuildJobRequestBody:
223
223
 
224
224
  @parameters.setter
225
225
  def parameters(self, parameters):
226
- """Sets the parameters of this CreateBuildJobRequestBody.
226
+ r"""Sets the parameters of this CreateBuildJobRequestBody.
227
227
 
228
228
  构建执行参数列表
229
229
 
@@ -234,7 +234,7 @@ class CreateBuildJobRequestBody:
234
234
 
235
235
  @property
236
236
  def scms(self):
237
- """Gets the scms of this CreateBuildJobRequestBody.
237
+ r"""Gets the scms of this CreateBuildJobRequestBody.
238
238
 
239
239
  构建执行SCM
240
240
 
@@ -245,7 +245,7 @@ class CreateBuildJobRequestBody:
245
245
 
246
246
  @scms.setter
247
247
  def scms(self, scms):
248
- """Sets the scms of this CreateBuildJobRequestBody.
248
+ r"""Sets the scms of this CreateBuildJobRequestBody.
249
249
 
250
250
  构建执行SCM
251
251
 
@@ -256,7 +256,7 @@ class CreateBuildJobRequestBody:
256
256
 
257
257
  @property
258
258
  def steps(self):
259
- """Gets the steps of this CreateBuildJobRequestBody.
259
+ r"""Gets the steps of this CreateBuildJobRequestBody.
260
260
 
261
261
  构建执行的步骤
262
262
 
@@ -267,7 +267,7 @@ class CreateBuildJobRequestBody:
267
267
 
268
268
  @steps.setter
269
269
  def steps(self, steps):
270
- """Sets the steps of this CreateBuildJobRequestBody.
270
+ r"""Sets the steps of this CreateBuildJobRequestBody.
271
271
 
272
272
  构建执行的步骤
273
273
 
@@ -278,7 +278,7 @@ class CreateBuildJobRequestBody:
278
278
 
279
279
  @property
280
280
  def host_type(self):
281
- """Gets the host_type of this CreateBuildJobRequestBody.
281
+ r"""Gets the host_type of this CreateBuildJobRequestBody.
282
282
 
283
283
  host类型
284
284
 
@@ -289,7 +289,7 @@ class CreateBuildJobRequestBody:
289
289
 
290
290
  @host_type.setter
291
291
  def host_type(self, host_type):
292
- """Sets the host_type of this CreateBuildJobRequestBody.
292
+ r"""Sets the host_type of this CreateBuildJobRequestBody.
293
293
 
294
294
  host类型
295
295
 
@@ -300,7 +300,7 @@ class CreateBuildJobRequestBody:
300
300
 
301
301
  @property
302
302
  def build_config_type(self):
303
- """Gets the build_config_type of this CreateBuildJobRequestBody.
303
+ r"""Gets the build_config_type of this CreateBuildJobRequestBody.
304
304
 
305
305
  构建的配置类型
306
306
 
@@ -311,7 +311,7 @@ class CreateBuildJobRequestBody:
311
311
 
312
312
  @build_config_type.setter
313
313
  def build_config_type(self, build_config_type):
314
- """Sets the build_config_type of this CreateBuildJobRequestBody.
314
+ r"""Sets the build_config_type of this CreateBuildJobRequestBody.
315
315
 
316
316
  构建的配置类型
317
317
 
@@ -30,7 +30,7 @@ class CreateBuildJobResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, result=None, status=None, error=None):
33
- """CreateBuildJobResponse
33
+ r"""CreateBuildJobResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class CreateBuildJobResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def result(self):
61
- """Gets the result of this CreateBuildJobResponse.
61
+ r"""Gets the result of this CreateBuildJobResponse.
62
62
 
63
63
  :return: The result of this CreateBuildJobResponse.
64
64
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobResponseBodyResult`
@@ -67,7 +67,7 @@ class CreateBuildJobResponse(SdkResponse):
67
67
 
68
68
  @result.setter
69
69
  def result(self, result):
70
- """Sets the result of this CreateBuildJobResponse.
70
+ r"""Sets the result of this CreateBuildJobResponse.
71
71
 
72
72
  :param result: The result of this CreateBuildJobResponse.
73
73
  :type result: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobResponseBodyResult`
@@ -76,7 +76,7 @@ class CreateBuildJobResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def status(self):
79
- """Gets the status of this CreateBuildJobResponse.
79
+ r"""Gets the status of this CreateBuildJobResponse.
80
80
 
81
81
  状态信息
82
82
 
@@ -87,7 +87,7 @@ class CreateBuildJobResponse(SdkResponse):
87
87
 
88
88
  @status.setter
89
89
  def status(self, status):
90
- """Sets the status of this CreateBuildJobResponse.
90
+ r"""Sets the status of this CreateBuildJobResponse.
91
91
 
92
92
  状态信息
93
93
 
@@ -98,7 +98,7 @@ class CreateBuildJobResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def error(self):
101
- """Gets the error of this CreateBuildJobResponse.
101
+ r"""Gets the error of this CreateBuildJobResponse.
102
102
 
103
103
  错误信息
104
104
 
@@ -109,7 +109,7 @@ class CreateBuildJobResponse(SdkResponse):
109
109
 
110
110
  @error.setter
111
111
  def error(self, error):
112
- """Sets the error of this CreateBuildJobResponse.
112
+ r"""Sets the error of this CreateBuildJobResponse.
113
113
 
114
114
  错误信息
115
115
 
@@ -25,7 +25,7 @@ class CreateBuildJobResponseBodyResult:
25
25
  }
26
26
 
27
27
  def __init__(self, job_id=None):
28
- """CreateBuildJobResponseBodyResult
28
+ r"""CreateBuildJobResponseBodyResult
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class CreateBuildJobResponseBodyResult:
43
43
 
44
44
  @property
45
45
  def job_id(self):
46
- """Gets the job_id of this CreateBuildJobResponseBodyResult.
46
+ r"""Gets the job_id of this CreateBuildJobResponseBodyResult.
47
47
 
48
48
  构建任务ID
49
49
 
@@ -54,7 +54,7 @@ class CreateBuildJobResponseBodyResult:
54
54
 
55
55
  @job_id.setter
56
56
  def job_id(self, job_id):
57
- """Sets the job_id of this CreateBuildJobResponseBodyResult.
57
+ r"""Sets the job_id of this CreateBuildJobResponseBodyResult.
58
58
 
59
59
  构建任务ID
60
60
 
@@ -43,7 +43,7 @@ class CreateBuildJobScm:
43
43
  }
44
44
 
45
45
  def __init__(self, branch=None, url=None, repo_id=None, web_url=None, scm_type=None, is_auto_build=None, build_type=None, depth=None, end_point_id=None, source=None):
46
- """CreateBuildJobScm
46
+ r"""CreateBuildJobScm
47
47
 
48
48
  The model defined in huaweicloud sdk
49
49
 
@@ -104,7 +104,7 @@ class CreateBuildJobScm:
104
104
 
105
105
  @property
106
106
  def branch(self):
107
- """Gets the branch of this CreateBuildJobScm.
107
+ r"""Gets the branch of this CreateBuildJobScm.
108
108
 
109
109
  代码分支
110
110
 
@@ -115,7 +115,7 @@ class CreateBuildJobScm:
115
115
 
116
116
  @branch.setter
117
117
  def branch(self, branch):
118
- """Sets the branch of this CreateBuildJobScm.
118
+ r"""Sets the branch of this CreateBuildJobScm.
119
119
 
120
120
  代码分支
121
121
 
@@ -126,7 +126,7 @@ class CreateBuildJobScm:
126
126
 
127
127
  @property
128
128
  def url(self):
129
- """Gets the url of this CreateBuildJobScm.
129
+ r"""Gets the url of this CreateBuildJobScm.
130
130
 
131
131
  代码仓地址
132
132
 
@@ -137,7 +137,7 @@ class CreateBuildJobScm:
137
137
 
138
138
  @url.setter
139
139
  def url(self, url):
140
- """Sets the url of this CreateBuildJobScm.
140
+ r"""Sets the url of this CreateBuildJobScm.
141
141
 
142
142
  代码仓地址
143
143
 
@@ -148,7 +148,7 @@ class CreateBuildJobScm:
148
148
 
149
149
  @property
150
150
  def repo_id(self):
151
- """Gets the repo_id of this CreateBuildJobScm.
151
+ r"""Gets the repo_id of this CreateBuildJobScm.
152
152
 
153
153
  repo的id
154
154
 
@@ -159,7 +159,7 @@ class CreateBuildJobScm:
159
159
 
160
160
  @repo_id.setter
161
161
  def repo_id(self, repo_id):
162
- """Sets the repo_id of this CreateBuildJobScm.
162
+ r"""Sets the repo_id of this CreateBuildJobScm.
163
163
 
164
164
  repo的id
165
165
 
@@ -170,7 +170,7 @@ class CreateBuildJobScm:
170
170
 
171
171
  @property
172
172
  def web_url(self):
173
- """Gets the web_url of this CreateBuildJobScm.
173
+ r"""Gets the web_url of this CreateBuildJobScm.
174
174
 
175
175
  代码仓http地址
176
176
 
@@ -181,7 +181,7 @@ class CreateBuildJobScm:
181
181
 
182
182
  @web_url.setter
183
183
  def web_url(self, web_url):
184
- """Sets the web_url of this CreateBuildJobScm.
184
+ r"""Sets the web_url of this CreateBuildJobScm.
185
185
 
186
186
  代码仓http地址
187
187
 
@@ -192,7 +192,7 @@ class CreateBuildJobScm:
192
192
 
193
193
  @property
194
194
  def scm_type(self):
195
- """Gets the scm_type of this CreateBuildJobScm.
195
+ r"""Gets the scm_type of this CreateBuildJobScm.
196
196
 
197
197
  仓库类别,Repo、Github等
198
198
 
@@ -203,7 +203,7 @@ class CreateBuildJobScm:
203
203
 
204
204
  @scm_type.setter
205
205
  def scm_type(self, scm_type):
206
- """Sets the scm_type of this CreateBuildJobScm.
206
+ r"""Sets the scm_type of this CreateBuildJobScm.
207
207
 
208
208
  仓库类别,Repo、Github等
209
209
 
@@ -214,7 +214,7 @@ class CreateBuildJobScm:
214
214
 
215
215
  @property
216
216
  def is_auto_build(self):
217
- """Gets the is_auto_build of this CreateBuildJobScm.
217
+ r"""Gets the is_auto_build of this CreateBuildJobScm.
218
218
 
219
219
  是否自动构建
220
220
 
@@ -225,7 +225,7 @@ class CreateBuildJobScm:
225
225
 
226
226
  @is_auto_build.setter
227
227
  def is_auto_build(self, is_auto_build):
228
- """Sets the is_auto_build of this CreateBuildJobScm.
228
+ r"""Sets the is_auto_build of this CreateBuildJobScm.
229
229
 
230
230
  是否自动构建
231
231
 
@@ -236,7 +236,7 @@ class CreateBuildJobScm:
236
236
 
237
237
  @property
238
238
  def build_type(self):
239
- """Gets the build_type of this CreateBuildJobScm.
239
+ r"""Gets the build_type of this CreateBuildJobScm.
240
240
 
241
241
  构建类别
242
242
 
@@ -247,7 +247,7 @@ class CreateBuildJobScm:
247
247
 
248
248
  @build_type.setter
249
249
  def build_type(self, build_type):
250
- """Sets the build_type of this CreateBuildJobScm.
250
+ r"""Sets the build_type of this CreateBuildJobScm.
251
251
 
252
252
  构建类别
253
253
 
@@ -258,7 +258,7 @@ class CreateBuildJobScm:
258
258
 
259
259
  @property
260
260
  def depth(self):
261
- """Gets the depth of this CreateBuildJobScm.
261
+ r"""Gets the depth of this CreateBuildJobScm.
262
262
 
263
263
  克隆深度
264
264
 
@@ -269,7 +269,7 @@ class CreateBuildJobScm:
269
269
 
270
270
  @depth.setter
271
271
  def depth(self, depth):
272
- """Sets the depth of this CreateBuildJobScm.
272
+ r"""Sets the depth of this CreateBuildJobScm.
273
273
 
274
274
  克隆深度
275
275
 
@@ -280,7 +280,7 @@ class CreateBuildJobScm:
280
280
 
281
281
  @property
282
282
  def end_point_id(self):
283
- """Gets the end_point_id of this CreateBuildJobScm.
283
+ r"""Gets the end_point_id of this CreateBuildJobScm.
284
284
 
285
285
  endpointId
286
286
 
@@ -291,7 +291,7 @@ class CreateBuildJobScm:
291
291
 
292
292
  @end_point_id.setter
293
293
  def end_point_id(self, end_point_id):
294
- """Sets the end_point_id of this CreateBuildJobScm.
294
+ r"""Sets the end_point_id of this CreateBuildJobScm.
295
295
 
296
296
  endpointId
297
297
 
@@ -302,7 +302,7 @@ class CreateBuildJobScm:
302
302
 
303
303
  @property
304
304
  def source(self):
305
- """Gets the source of this CreateBuildJobScm.
305
+ r"""Gets the source of this CreateBuildJobScm.
306
306
 
307
307
  source
308
308
 
@@ -313,7 +313,7 @@ class CreateBuildJobScm:
313
313
 
314
314
  @source.setter
315
315
  def source(self, source):
316
- """Sets the source of this CreateBuildJobScm.
316
+ r"""Sets the source of this CreateBuildJobScm.
317
317
 
318
318
  source
319
319
 
@@ -33,7 +33,7 @@ class CreateBuildJobSteps:
33
33
  }
34
34
 
35
35
  def __init__(self, properties=None, module_id=None, name=None, version=None, enable=None):
36
- """CreateBuildJobSteps
36
+ r"""CreateBuildJobSteps
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -69,7 +69,7 @@ class CreateBuildJobSteps:
69
69
 
70
70
  @property
71
71
  def properties(self):
72
- """Gets the properties of this CreateBuildJobSteps.
72
+ r"""Gets the properties of this CreateBuildJobSteps.
73
73
 
74
74
  具体的构建步骤
75
75
 
@@ -80,7 +80,7 @@ class CreateBuildJobSteps:
80
80
 
81
81
  @properties.setter
82
82
  def properties(self, properties):
83
- """Sets the properties of this CreateBuildJobSteps.
83
+ r"""Sets the properties of this CreateBuildJobSteps.
84
84
 
85
85
  具体的构建步骤
86
86
 
@@ -91,7 +91,7 @@ class CreateBuildJobSteps:
91
91
 
92
92
  @property
93
93
  def module_id(self):
94
- """Gets the module_id of this CreateBuildJobSteps.
94
+ r"""Gets the module_id of this CreateBuildJobSteps.
95
95
 
96
96
  构建模块id
97
97
 
@@ -102,7 +102,7 @@ class CreateBuildJobSteps:
102
102
 
103
103
  @module_id.setter
104
104
  def module_id(self, module_id):
105
- """Sets the module_id of this CreateBuildJobSteps.
105
+ r"""Sets the module_id of this CreateBuildJobSteps.
106
106
 
107
107
  构建模块id
108
108
 
@@ -113,7 +113,7 @@ class CreateBuildJobSteps:
113
113
 
114
114
  @property
115
115
  def name(self):
116
- """Gets the name of this CreateBuildJobSteps.
116
+ r"""Gets the name of this CreateBuildJobSteps.
117
117
 
118
118
  构建模块名称
119
119
 
@@ -124,7 +124,7 @@ class CreateBuildJobSteps:
124
124
 
125
125
  @name.setter
126
126
  def name(self, name):
127
- """Sets the name of this CreateBuildJobSteps.
127
+ r"""Sets the name of this CreateBuildJobSteps.
128
128
 
129
129
  构建模块名称
130
130
 
@@ -135,7 +135,7 @@ class CreateBuildJobSteps:
135
135
 
136
136
  @property
137
137
  def version(self):
138
- """Gets the version of this CreateBuildJobSteps.
138
+ r"""Gets the version of this CreateBuildJobSteps.
139
139
 
140
140
  构建版本
141
141
 
@@ -146,7 +146,7 @@ class CreateBuildJobSteps:
146
146
 
147
147
  @version.setter
148
148
  def version(self, version):
149
- """Sets the version of this CreateBuildJobSteps.
149
+ r"""Sets the version of this CreateBuildJobSteps.
150
150
 
151
151
  构建版本
152
152
 
@@ -157,7 +157,7 @@ class CreateBuildJobSteps:
157
157
 
158
158
  @property
159
159
  def enable(self):
160
- """Gets the enable of this CreateBuildJobSteps.
160
+ r"""Gets the enable of this CreateBuildJobSteps.
161
161
 
162
162
  是否开启
163
163
 
@@ -168,7 +168,7 @@ class CreateBuildJobSteps:
168
168
 
169
169
  @enable.setter
170
170
  def enable(self, enable):
171
- """Sets the enable of this CreateBuildJobSteps.
171
+ r"""Sets the enable of this CreateBuildJobSteps.
172
172
 
173
173
  是否开启
174
174
 
@@ -25,7 +25,7 @@ class CreateTemplate:
25
25
  }
26
26
 
27
27
  def __init__(self, steps=None):
28
- """CreateTemplate
28
+ r"""CreateTemplate
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class CreateTemplate:
42
42
 
43
43
  @property
44
44
  def steps(self):
45
- """Gets the steps of this CreateTemplate.
45
+ r"""Gets the steps of this CreateTemplate.
46
46
 
47
47
  构建执行的步骤
48
48
 
@@ -53,7 +53,7 @@ class CreateTemplate:
53
53
 
54
54
  @steps.setter
55
55
  def steps(self, steps):
56
- """Sets the steps of this CreateTemplate.
56
+ r"""Sets the steps of this CreateTemplate.
57
57
 
58
58
  构建执行的步骤
59
59
 
@@ -33,7 +33,7 @@ class CreateTemplateSteps:
33
33
  }
34
34
 
35
35
  def __init__(self, properties=None, module_id=None, name=None, version=None, enable=None):
36
- """CreateTemplateSteps
36
+ r"""CreateTemplateSteps
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -70,7 +70,7 @@ class CreateTemplateSteps:
70
70
 
71
71
  @property
72
72
  def properties(self):
73
- """Gets the properties of this CreateTemplateSteps.
73
+ r"""Gets the properties of this CreateTemplateSteps.
74
74
 
75
75
  具体的构建步骤
76
76
 
@@ -81,7 +81,7 @@ class CreateTemplateSteps:
81
81
 
82
82
  @properties.setter
83
83
  def properties(self, properties):
84
- """Sets the properties of this CreateTemplateSteps.
84
+ r"""Sets the properties of this CreateTemplateSteps.
85
85
 
86
86
  具体的构建步骤
87
87
 
@@ -92,7 +92,7 @@ class CreateTemplateSteps:
92
92
 
93
93
  @property
94
94
  def module_id(self):
95
- """Gets the module_id of this CreateTemplateSteps.
95
+ r"""Gets the module_id of this CreateTemplateSteps.
96
96
 
97
97
  构建模块id
98
98
 
@@ -103,7 +103,7 @@ class CreateTemplateSteps:
103
103
 
104
104
  @module_id.setter
105
105
  def module_id(self, module_id):
106
- """Sets the module_id of this CreateTemplateSteps.
106
+ r"""Sets the module_id of this CreateTemplateSteps.
107
107
 
108
108
  构建模块id
109
109
 
@@ -114,7 +114,7 @@ class CreateTemplateSteps:
114
114
 
115
115
  @property
116
116
  def name(self):
117
- """Gets the name of this CreateTemplateSteps.
117
+ r"""Gets the name of this CreateTemplateSteps.
118
118
 
119
119
  构建模块名称
120
120
 
@@ -125,7 +125,7 @@ class CreateTemplateSteps:
125
125
 
126
126
  @name.setter
127
127
  def name(self, name):
128
- """Sets the name of this CreateTemplateSteps.
128
+ r"""Sets the name of this CreateTemplateSteps.
129
129
 
130
130
  构建模块名称
131
131
 
@@ -136,7 +136,7 @@ class CreateTemplateSteps:
136
136
 
137
137
  @property
138
138
  def version(self):
139
- """Gets the version of this CreateTemplateSteps.
139
+ r"""Gets the version of this CreateTemplateSteps.
140
140
 
141
141
  构建版本
142
142
 
@@ -147,7 +147,7 @@ class CreateTemplateSteps:
147
147
 
148
148
  @version.setter
149
149
  def version(self, version):
150
- """Sets the version of this CreateTemplateSteps.
150
+ r"""Sets the version of this CreateTemplateSteps.
151
151
 
152
152
  构建版本
153
153
 
@@ -158,7 +158,7 @@ class CreateTemplateSteps:
158
158
 
159
159
  @property
160
160
  def enable(self):
161
- """Gets the enable of this CreateTemplateSteps.
161
+ r"""Gets the enable of this CreateTemplateSteps.
162
162
 
163
163
  是否开启
164
164
 
@@ -169,7 +169,7 @@ class CreateTemplateSteps:
169
169
 
170
170
  @enable.setter
171
171
  def enable(self, enable):
172
- """Sets the enable of this CreateTemplateSteps.
172
+ r"""Sets the enable of this CreateTemplateSteps.
173
173
 
174
174
  是否开启
175
175