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.
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +30 -30
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +30 -30
- huaweicloudsdkcodeartsbuild/v3/model/build_step.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter_param.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +21 -21
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response_body_result.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +21 -21
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_steps.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/create_template.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_template_steps.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_items.py +39 -39
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_request_body.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response_body_result.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/delete_templates_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/delete_templates_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/disable_notice_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/disable_notice_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/download_build_log_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/download_build_log_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/download_keystore_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/download_keystore_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/download_task_log_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/download_task_log_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result_edges.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/history_record.py +13 -13
- huaweicloudsdkcodeartsbuild/v3/model/history_record1.py +23 -23
- huaweicloudsdkcodeartsbuild/v3/model/job.py +35 -35
- huaweicloudsdkcodeartsbuild/v3/model/limits_param.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_job_config_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/list_job_config_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_notice_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/list_notice_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_templates_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_templates_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/out_put_info_result.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/out_put_result.py +15 -15
- huaweicloudsdkcodeartsbuild/v3/model/parameter_item.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/query_job_notice_items.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/query_template.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/query_templates_items.py +41 -41
- huaweicloudsdkcodeartsbuild/v3/model/query_templates_result.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/record_info2_result.py +67 -67
- huaweicloudsdkcodeartsbuild/v3/model/record_info_result.py +67 -67
- huaweicloudsdkcodeartsbuild/v3/model/run_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/run_job_request_body.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/run_job_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/scm.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_response.py +9 -9
- huaweicloudsdkcodeartsbuild/v3/model/show_history_details_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_history_details_response.py +13 -13
- huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_job_status_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/show_job_status_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_last_history_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_last_history_response.py +17 -17
- huaweicloudsdkcodeartsbuild/v3/model/show_list_history_request.py +9 -9
- huaweicloudsdkcodeartsbuild/v3/model/show_list_history_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_request.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_output_info_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_output_info_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_record_info_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_record_info_response.py +9 -9
- huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/stop_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/stop_job_request_body.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/stop_job_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter_param.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request_body.py +23 -23
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_scm.py +21 -21
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_steps.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/update_notice_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/update_notice_request_body.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/update_notice_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/vertices.py +15 -15
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkcodeartsbuild-3.1.143.dist-info/RECORD +109 -0
- huaweicloudsdkcodeartsbuild-3.1.141.dist-info/RECORD +0 -109
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/top_level.txt +0 -0
@@ -61,7 +61,7 @@ class CreateTemplatesItems:
|
|
61
61
|
}
|
62
62
|
|
63
63
|
def __init__(self, favourite=None, id=None, uuid=None, template=None, type=None, public=None, name=None, create_time=None, domain_id=None, weight=None, user_id=None, user_name=None, domain_name=None, scope=None, description=None, tool_type=None, intl_description=None, parameters=None, i18n=None):
|
64
|
-
"""CreateTemplatesItems
|
64
|
+
r"""CreateTemplatesItems
|
65
65
|
|
66
66
|
The model defined in huaweicloud sdk
|
67
67
|
|
@@ -169,7 +169,7 @@ class CreateTemplatesItems:
|
|
169
169
|
|
170
170
|
@property
|
171
171
|
def favourite(self):
|
172
|
-
"""Gets the favourite of this CreateTemplatesItems.
|
172
|
+
r"""Gets the favourite of this CreateTemplatesItems.
|
173
173
|
|
174
174
|
是否收藏模板
|
175
175
|
|
@@ -180,7 +180,7 @@ class CreateTemplatesItems:
|
|
180
180
|
|
181
181
|
@favourite.setter
|
182
182
|
def favourite(self, favourite):
|
183
|
-
"""Sets the favourite of this CreateTemplatesItems.
|
183
|
+
r"""Sets the favourite of this CreateTemplatesItems.
|
184
184
|
|
185
185
|
是否收藏模板
|
186
186
|
|
@@ -191,7 +191,7 @@ class CreateTemplatesItems:
|
|
191
191
|
|
192
192
|
@property
|
193
193
|
def id(self):
|
194
|
-
"""Gets the id of this CreateTemplatesItems.
|
194
|
+
r"""Gets the id of this CreateTemplatesItems.
|
195
195
|
|
196
196
|
数据库中id
|
197
197
|
|
@@ -202,7 +202,7 @@ class CreateTemplatesItems:
|
|
202
202
|
|
203
203
|
@id.setter
|
204
204
|
def id(self, id):
|
205
|
-
"""Sets the id of this CreateTemplatesItems.
|
205
|
+
r"""Sets the id of this CreateTemplatesItems.
|
206
206
|
|
207
207
|
数据库中id
|
208
208
|
|
@@ -213,7 +213,7 @@ class CreateTemplatesItems:
|
|
213
213
|
|
214
214
|
@property
|
215
215
|
def uuid(self):
|
216
|
-
"""Gets the uuid of this CreateTemplatesItems.
|
216
|
+
r"""Gets the uuid of this CreateTemplatesItems.
|
217
217
|
|
218
218
|
uuid
|
219
219
|
|
@@ -224,7 +224,7 @@ class CreateTemplatesItems:
|
|
224
224
|
|
225
225
|
@uuid.setter
|
226
226
|
def uuid(self, uuid):
|
227
|
-
"""Sets the uuid of this CreateTemplatesItems.
|
227
|
+
r"""Sets the uuid of this CreateTemplatesItems.
|
228
228
|
|
229
229
|
uuid
|
230
230
|
|
@@ -235,7 +235,7 @@ class CreateTemplatesItems:
|
|
235
235
|
|
236
236
|
@property
|
237
237
|
def template(self):
|
238
|
-
"""Gets the template of this CreateTemplatesItems.
|
238
|
+
r"""Gets the template of this CreateTemplatesItems.
|
239
239
|
|
240
240
|
:return: The template of this CreateTemplatesItems.
|
241
241
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplate`
|
@@ -244,7 +244,7 @@ class CreateTemplatesItems:
|
|
244
244
|
|
245
245
|
@template.setter
|
246
246
|
def template(self, template):
|
247
|
-
"""Sets the template of this CreateTemplatesItems.
|
247
|
+
r"""Sets the template of this CreateTemplatesItems.
|
248
248
|
|
249
249
|
:param template: The template of this CreateTemplatesItems.
|
250
250
|
:type template: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplate`
|
@@ -253,7 +253,7 @@ class CreateTemplatesItems:
|
|
253
253
|
|
254
254
|
@property
|
255
255
|
def type(self):
|
256
|
-
"""Gets the type of this CreateTemplatesItems.
|
256
|
+
r"""Gets the type of this CreateTemplatesItems.
|
257
257
|
|
258
258
|
模板类别
|
259
259
|
|
@@ -264,7 +264,7 @@ class CreateTemplatesItems:
|
|
264
264
|
|
265
265
|
@type.setter
|
266
266
|
def type(self, type):
|
267
|
-
"""Sets the type of this CreateTemplatesItems.
|
267
|
+
r"""Sets the type of this CreateTemplatesItems.
|
268
268
|
|
269
269
|
模板类别
|
270
270
|
|
@@ -275,7 +275,7 @@ class CreateTemplatesItems:
|
|
275
275
|
|
276
276
|
@property
|
277
277
|
def public(self):
|
278
|
-
"""Gets the public of this CreateTemplatesItems.
|
278
|
+
r"""Gets the public of this CreateTemplatesItems.
|
279
279
|
|
280
280
|
模板是否公开
|
281
281
|
|
@@ -286,7 +286,7 @@ class CreateTemplatesItems:
|
|
286
286
|
|
287
287
|
@public.setter
|
288
288
|
def public(self, public):
|
289
|
-
"""Sets the public of this CreateTemplatesItems.
|
289
|
+
r"""Sets the public of this CreateTemplatesItems.
|
290
290
|
|
291
291
|
模板是否公开
|
292
292
|
|
@@ -297,7 +297,7 @@ class CreateTemplatesItems:
|
|
297
297
|
|
298
298
|
@property
|
299
299
|
def name(self):
|
300
|
-
"""Gets the name of this CreateTemplatesItems.
|
300
|
+
r"""Gets the name of this CreateTemplatesItems.
|
301
301
|
|
302
302
|
模板命名
|
303
303
|
|
@@ -308,7 +308,7 @@ class CreateTemplatesItems:
|
|
308
308
|
|
309
309
|
@name.setter
|
310
310
|
def name(self, name):
|
311
|
-
"""Sets the name of this CreateTemplatesItems.
|
311
|
+
r"""Sets the name of this CreateTemplatesItems.
|
312
312
|
|
313
313
|
模板命名
|
314
314
|
|
@@ -319,7 +319,7 @@ class CreateTemplatesItems:
|
|
319
319
|
|
320
320
|
@property
|
321
321
|
def create_time(self):
|
322
|
-
"""Gets the create_time of this CreateTemplatesItems.
|
322
|
+
r"""Gets the create_time of this CreateTemplatesItems.
|
323
323
|
|
324
324
|
创建时间
|
325
325
|
|
@@ -330,7 +330,7 @@ class CreateTemplatesItems:
|
|
330
330
|
|
331
331
|
@create_time.setter
|
332
332
|
def create_time(self, create_time):
|
333
|
-
"""Sets the create_time of this CreateTemplatesItems.
|
333
|
+
r"""Sets the create_time of this CreateTemplatesItems.
|
334
334
|
|
335
335
|
创建时间
|
336
336
|
|
@@ -341,7 +341,7 @@ class CreateTemplatesItems:
|
|
341
341
|
|
342
342
|
@property
|
343
343
|
def domain_id(self):
|
344
|
-
"""Gets the domain_id of this CreateTemplatesItems.
|
344
|
+
r"""Gets the domain_id of this CreateTemplatesItems.
|
345
345
|
|
346
346
|
domainId
|
347
347
|
|
@@ -352,7 +352,7 @@ class CreateTemplatesItems:
|
|
352
352
|
|
353
353
|
@domain_id.setter
|
354
354
|
def domain_id(self, domain_id):
|
355
|
-
"""Sets the domain_id of this CreateTemplatesItems.
|
355
|
+
r"""Sets the domain_id of this CreateTemplatesItems.
|
356
356
|
|
357
357
|
domainId
|
358
358
|
|
@@ -363,7 +363,7 @@ class CreateTemplatesItems:
|
|
363
363
|
|
364
364
|
@property
|
365
365
|
def weight(self):
|
366
|
-
"""Gets the weight of this CreateTemplatesItems.
|
366
|
+
r"""Gets the weight of this CreateTemplatesItems.
|
367
367
|
|
368
368
|
权重
|
369
369
|
|
@@ -374,7 +374,7 @@ class CreateTemplatesItems:
|
|
374
374
|
|
375
375
|
@weight.setter
|
376
376
|
def weight(self, weight):
|
377
|
-
"""Sets the weight of this CreateTemplatesItems.
|
377
|
+
r"""Sets the weight of this CreateTemplatesItems.
|
378
378
|
|
379
379
|
权重
|
380
380
|
|
@@ -385,7 +385,7 @@ class CreateTemplatesItems:
|
|
385
385
|
|
386
386
|
@property
|
387
387
|
def user_id(self):
|
388
|
-
"""Gets the user_id of this CreateTemplatesItems.
|
388
|
+
r"""Gets the user_id of this CreateTemplatesItems.
|
389
389
|
|
390
390
|
用户id
|
391
391
|
|
@@ -396,7 +396,7 @@ class CreateTemplatesItems:
|
|
396
396
|
|
397
397
|
@user_id.setter
|
398
398
|
def user_id(self, user_id):
|
399
|
-
"""Sets the user_id of this CreateTemplatesItems.
|
399
|
+
r"""Sets the user_id of this CreateTemplatesItems.
|
400
400
|
|
401
401
|
用户id
|
402
402
|
|
@@ -407,7 +407,7 @@ class CreateTemplatesItems:
|
|
407
407
|
|
408
408
|
@property
|
409
409
|
def user_name(self):
|
410
|
-
"""Gets the user_name of this CreateTemplatesItems.
|
410
|
+
r"""Gets the user_name of this CreateTemplatesItems.
|
411
411
|
|
412
412
|
用户名
|
413
413
|
|
@@ -418,7 +418,7 @@ class CreateTemplatesItems:
|
|
418
418
|
|
419
419
|
@user_name.setter
|
420
420
|
def user_name(self, user_name):
|
421
|
-
"""Sets the user_name of this CreateTemplatesItems.
|
421
|
+
r"""Sets the user_name of this CreateTemplatesItems.
|
422
422
|
|
423
423
|
用户名
|
424
424
|
|
@@ -429,7 +429,7 @@ class CreateTemplatesItems:
|
|
429
429
|
|
430
430
|
@property
|
431
431
|
def domain_name(self):
|
432
|
-
"""Gets the domain_name of this CreateTemplatesItems.
|
432
|
+
r"""Gets the domain_name of this CreateTemplatesItems.
|
433
433
|
|
434
434
|
domain名字
|
435
435
|
|
@@ -440,7 +440,7 @@ class CreateTemplatesItems:
|
|
440
440
|
|
441
441
|
@domain_name.setter
|
442
442
|
def domain_name(self, domain_name):
|
443
|
-
"""Sets the domain_name of this CreateTemplatesItems.
|
443
|
+
r"""Sets the domain_name of this CreateTemplatesItems.
|
444
444
|
|
445
445
|
domain名字
|
446
446
|
|
@@ -451,7 +451,7 @@ class CreateTemplatesItems:
|
|
451
451
|
|
452
452
|
@property
|
453
453
|
def scope(self):
|
454
|
-
"""Gets the scope of this CreateTemplatesItems.
|
454
|
+
r"""Gets the scope of this CreateTemplatesItems.
|
455
455
|
|
456
456
|
模板范围,自定义模板默认为custom
|
457
457
|
|
@@ -462,7 +462,7 @@ class CreateTemplatesItems:
|
|
462
462
|
|
463
463
|
@scope.setter
|
464
464
|
def scope(self, scope):
|
465
|
-
"""Sets the scope of this CreateTemplatesItems.
|
465
|
+
r"""Sets the scope of this CreateTemplatesItems.
|
466
466
|
|
467
467
|
模板范围,自定义模板默认为custom
|
468
468
|
|
@@ -473,7 +473,7 @@ class CreateTemplatesItems:
|
|
473
473
|
|
474
474
|
@property
|
475
475
|
def description(self):
|
476
|
-
"""Gets the description of this CreateTemplatesItems.
|
476
|
+
r"""Gets the description of this CreateTemplatesItems.
|
477
477
|
|
478
478
|
模板说明
|
479
479
|
|
@@ -484,7 +484,7 @@ class CreateTemplatesItems:
|
|
484
484
|
|
485
485
|
@description.setter
|
486
486
|
def description(self, description):
|
487
|
-
"""Sets the description of this CreateTemplatesItems.
|
487
|
+
r"""Sets the description of this CreateTemplatesItems.
|
488
488
|
|
489
489
|
模板说明
|
490
490
|
|
@@ -495,7 +495,7 @@ class CreateTemplatesItems:
|
|
495
495
|
|
496
496
|
@property
|
497
497
|
def tool_type(self):
|
498
|
-
"""Gets the tool_type of this CreateTemplatesItems.
|
498
|
+
r"""Gets the tool_type of this CreateTemplatesItems.
|
499
499
|
|
500
500
|
构建工具类型,yaml构建还是action构建
|
501
501
|
|
@@ -506,7 +506,7 @@ class CreateTemplatesItems:
|
|
506
506
|
|
507
507
|
@tool_type.setter
|
508
508
|
def tool_type(self, tool_type):
|
509
|
-
"""Sets the tool_type of this CreateTemplatesItems.
|
509
|
+
r"""Sets the tool_type of this CreateTemplatesItems.
|
510
510
|
|
511
511
|
构建工具类型,yaml构建还是action构建
|
512
512
|
|
@@ -517,7 +517,7 @@ class CreateTemplatesItems:
|
|
517
517
|
|
518
518
|
@property
|
519
519
|
def intl_description(self):
|
520
|
-
"""Gets the intl_description of this CreateTemplatesItems.
|
520
|
+
r"""Gets the intl_description of this CreateTemplatesItems.
|
521
521
|
|
522
522
|
intl说明
|
523
523
|
|
@@ -528,7 +528,7 @@ class CreateTemplatesItems:
|
|
528
528
|
|
529
529
|
@intl_description.setter
|
530
530
|
def intl_description(self, intl_description):
|
531
|
-
"""Sets the intl_description of this CreateTemplatesItems.
|
531
|
+
r"""Sets the intl_description of this CreateTemplatesItems.
|
532
532
|
|
533
533
|
intl说明
|
534
534
|
|
@@ -539,7 +539,7 @@ class CreateTemplatesItems:
|
|
539
539
|
|
540
540
|
@property
|
541
541
|
def parameters(self):
|
542
|
-
"""Gets the parameters of this CreateTemplatesItems.
|
542
|
+
r"""Gets the parameters of this CreateTemplatesItems.
|
543
543
|
|
544
544
|
构建执行参数列表
|
545
545
|
|
@@ -550,7 +550,7 @@ class CreateTemplatesItems:
|
|
550
550
|
|
551
551
|
@parameters.setter
|
552
552
|
def parameters(self, parameters):
|
553
|
-
"""Sets the parameters of this CreateTemplatesItems.
|
553
|
+
r"""Sets the parameters of this CreateTemplatesItems.
|
554
554
|
|
555
555
|
构建执行参数列表
|
556
556
|
|
@@ -561,7 +561,7 @@ class CreateTemplatesItems:
|
|
561
561
|
|
562
562
|
@property
|
563
563
|
def i18n(self):
|
564
|
-
"""Gets the i18n of this CreateTemplatesItems.
|
564
|
+
r"""Gets the i18n of this CreateTemplatesItems.
|
565
565
|
|
566
566
|
i18n
|
567
567
|
|
@@ -572,7 +572,7 @@ class CreateTemplatesItems:
|
|
572
572
|
|
573
573
|
@i18n.setter
|
574
574
|
def i18n(self, i18n):
|
575
|
-
"""Sets the i18n of this CreateTemplatesItems.
|
575
|
+
r"""Sets the i18n of this CreateTemplatesItems.
|
576
576
|
|
577
577
|
i18n
|
578
578
|
|
@@ -25,7 +25,7 @@ class CreateTemplatesRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, body=None):
|
28
|
-
"""CreateTemplatesRequest
|
28
|
+
r"""CreateTemplatesRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class CreateTemplatesRequest:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def body(self):
|
46
|
-
"""Gets the body of this CreateTemplatesRequest.
|
46
|
+
r"""Gets the body of this CreateTemplatesRequest.
|
47
47
|
|
48
48
|
:return: The body of this CreateTemplatesRequest.
|
49
49
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateTemplatesRequestBody`
|
@@ -52,7 +52,7 @@ class CreateTemplatesRequest:
|
|
52
52
|
|
53
53
|
@body.setter
|
54
54
|
def body(self, body):
|
55
|
-
"""Sets the body of this CreateTemplatesRequest.
|
55
|
+
r"""Sets the body of this CreateTemplatesRequest.
|
56
56
|
|
57
57
|
:param body: The body of this CreateTemplatesRequest.
|
58
58
|
:type body: :class:`huaweicloudsdkcodeartsbuild.v3.CreateTemplatesRequestBody`
|
@@ -33,7 +33,7 @@ class CreateTemplatesRequestBody:
|
|
33
33
|
}
|
34
34
|
|
35
35
|
def __init__(self, template=None, name=None, description=None, tool_type=None, parameters=None):
|
36
|
-
"""CreateTemplatesRequestBody
|
36
|
+
r"""CreateTemplatesRequestBody
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
@@ -69,7 +69,7 @@ class CreateTemplatesRequestBody:
|
|
69
69
|
|
70
70
|
@property
|
71
71
|
def template(self):
|
72
|
-
"""Gets the template of this CreateTemplatesRequestBody.
|
72
|
+
r"""Gets the template of this CreateTemplatesRequestBody.
|
73
73
|
|
74
74
|
:return: The template of this CreateTemplatesRequestBody.
|
75
75
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateTemplate`
|
@@ -78,7 +78,7 @@ class CreateTemplatesRequestBody:
|
|
78
78
|
|
79
79
|
@template.setter
|
80
80
|
def template(self, template):
|
81
|
-
"""Sets the template of this CreateTemplatesRequestBody.
|
81
|
+
r"""Sets the template of this CreateTemplatesRequestBody.
|
82
82
|
|
83
83
|
:param template: The template of this CreateTemplatesRequestBody.
|
84
84
|
:type template: :class:`huaweicloudsdkcodeartsbuild.v3.CreateTemplate`
|
@@ -87,7 +87,7 @@ class CreateTemplatesRequestBody:
|
|
87
87
|
|
88
88
|
@property
|
89
89
|
def name(self):
|
90
|
-
"""Gets the name of this CreateTemplatesRequestBody.
|
90
|
+
r"""Gets the name of this CreateTemplatesRequestBody.
|
91
91
|
|
92
92
|
模板命名
|
93
93
|
|
@@ -98,7 +98,7 @@ class CreateTemplatesRequestBody:
|
|
98
98
|
|
99
99
|
@name.setter
|
100
100
|
def name(self, name):
|
101
|
-
"""Sets the name of this CreateTemplatesRequestBody.
|
101
|
+
r"""Sets the name of this CreateTemplatesRequestBody.
|
102
102
|
|
103
103
|
模板命名
|
104
104
|
|
@@ -109,7 +109,7 @@ class CreateTemplatesRequestBody:
|
|
109
109
|
|
110
110
|
@property
|
111
111
|
def description(self):
|
112
|
-
"""Gets the description of this CreateTemplatesRequestBody.
|
112
|
+
r"""Gets the description of this CreateTemplatesRequestBody.
|
113
113
|
|
114
114
|
模板说明
|
115
115
|
|
@@ -120,7 +120,7 @@ class CreateTemplatesRequestBody:
|
|
120
120
|
|
121
121
|
@description.setter
|
122
122
|
def description(self, description):
|
123
|
-
"""Sets the description of this CreateTemplatesRequestBody.
|
123
|
+
r"""Sets the description of this CreateTemplatesRequestBody.
|
124
124
|
|
125
125
|
模板说明
|
126
126
|
|
@@ -131,7 +131,7 @@ class CreateTemplatesRequestBody:
|
|
131
131
|
|
132
132
|
@property
|
133
133
|
def tool_type(self):
|
134
|
-
"""Gets the tool_type of this CreateTemplatesRequestBody.
|
134
|
+
r"""Gets the tool_type of this CreateTemplatesRequestBody.
|
135
135
|
|
136
136
|
工具类型
|
137
137
|
|
@@ -142,7 +142,7 @@ class CreateTemplatesRequestBody:
|
|
142
142
|
|
143
143
|
@tool_type.setter
|
144
144
|
def tool_type(self, tool_type):
|
145
|
-
"""Sets the tool_type of this CreateTemplatesRequestBody.
|
145
|
+
r"""Sets the tool_type of this CreateTemplatesRequestBody.
|
146
146
|
|
147
147
|
工具类型
|
148
148
|
|
@@ -153,7 +153,7 @@ class CreateTemplatesRequestBody:
|
|
153
153
|
|
154
154
|
@property
|
155
155
|
def parameters(self):
|
156
|
-
"""Gets the parameters of this CreateTemplatesRequestBody.
|
156
|
+
r"""Gets the parameters of this CreateTemplatesRequestBody.
|
157
157
|
|
158
158
|
构建执行参数列表
|
159
159
|
|
@@ -164,7 +164,7 @@ class CreateTemplatesRequestBody:
|
|
164
164
|
|
165
165
|
@parameters.setter
|
166
166
|
def parameters(self, parameters):
|
167
|
-
"""Sets the parameters of this CreateTemplatesRequestBody.
|
167
|
+
r"""Sets the parameters of this CreateTemplatesRequestBody.
|
168
168
|
|
169
169
|
构建执行参数列表
|
170
170
|
|
@@ -30,7 +30,7 @@ class CreateTemplatesResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, result=None, error=None, status=None):
|
33
|
-
"""CreateTemplatesResponse
|
33
|
+
r"""CreateTemplatesResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class CreateTemplatesResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def result(self):
|
61
|
-
"""Gets the result of this CreateTemplatesResponse.
|
61
|
+
r"""Gets the result of this CreateTemplatesResponse.
|
62
62
|
|
63
63
|
:return: The result of this CreateTemplatesResponse.
|
64
64
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateTemplatesItems`
|
@@ -67,7 +67,7 @@ class CreateTemplatesResponse(SdkResponse):
|
|
67
67
|
|
68
68
|
@result.setter
|
69
69
|
def result(self, result):
|
70
|
-
"""Sets the result of this CreateTemplatesResponse.
|
70
|
+
r"""Sets the result of this CreateTemplatesResponse.
|
71
71
|
|
72
72
|
:param result: The result of this CreateTemplatesResponse.
|
73
73
|
:type result: :class:`huaweicloudsdkcodeartsbuild.v3.CreateTemplatesItems`
|
@@ -76,7 +76,7 @@ class CreateTemplatesResponse(SdkResponse):
|
|
76
76
|
|
77
77
|
@property
|
78
78
|
def error(self):
|
79
|
-
"""Gets the error of this CreateTemplatesResponse.
|
79
|
+
r"""Gets the error of this CreateTemplatesResponse.
|
80
80
|
|
81
81
|
返回错误信息
|
82
82
|
|
@@ -87,7 +87,7 @@ class CreateTemplatesResponse(SdkResponse):
|
|
87
87
|
|
88
88
|
@error.setter
|
89
89
|
def error(self, error):
|
90
|
-
"""Sets the error of this CreateTemplatesResponse.
|
90
|
+
r"""Sets the error of this CreateTemplatesResponse.
|
91
91
|
|
92
92
|
返回错误信息
|
93
93
|
|
@@ -98,7 +98,7 @@ class CreateTemplatesResponse(SdkResponse):
|
|
98
98
|
|
99
99
|
@property
|
100
100
|
def status(self):
|
101
|
-
"""Gets the status of this CreateTemplatesResponse.
|
101
|
+
r"""Gets the status of this CreateTemplatesResponse.
|
102
102
|
|
103
103
|
返回状态信息
|
104
104
|
|
@@ -109,7 +109,7 @@ class CreateTemplatesResponse(SdkResponse):
|
|
109
109
|
|
110
110
|
@status.setter
|
111
111
|
def status(self, status):
|
112
|
-
"""Sets the status of this CreateTemplatesResponse.
|
112
|
+
r"""Sets the status of this CreateTemplatesResponse.
|
113
113
|
|
114
114
|
返回状态信息
|
115
115
|
|
@@ -25,7 +25,7 @@ class DeleteBuildJobRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, job_id=None):
|
28
|
-
"""DeleteBuildJobRequest
|
28
|
+
r"""DeleteBuildJobRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class DeleteBuildJobRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def job_id(self):
|
45
|
-
"""Gets the job_id of this DeleteBuildJobRequest.
|
45
|
+
r"""Gets the job_id of this DeleteBuildJobRequest.
|
46
46
|
|
47
47
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
48
48
|
|
@@ -53,7 +53,7 @@ class DeleteBuildJobRequest:
|
|
53
53
|
|
54
54
|
@job_id.setter
|
55
55
|
def job_id(self, job_id):
|
56
|
-
"""Sets the job_id of this DeleteBuildJobRequest.
|
56
|
+
r"""Sets the job_id of this DeleteBuildJobRequest.
|
57
57
|
|
58
58
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
59
59
|
|
@@ -28,7 +28,7 @@ class DeleteBuildJobResponse(SdkResponse):
|
|
28
28
|
}
|
29
29
|
|
30
30
|
def __init__(self, result=None, status=None):
|
31
|
-
"""DeleteBuildJobResponse
|
31
|
+
r"""DeleteBuildJobResponse
|
32
32
|
|
33
33
|
The model defined in huaweicloud sdk
|
34
34
|
|
@@ -51,7 +51,7 @@ class DeleteBuildJobResponse(SdkResponse):
|
|
51
51
|
|
52
52
|
@property
|
53
53
|
def result(self):
|
54
|
-
"""Gets the result of this DeleteBuildJobResponse.
|
54
|
+
r"""Gets the result of this DeleteBuildJobResponse.
|
55
55
|
|
56
56
|
:return: The result of this DeleteBuildJobResponse.
|
57
57
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteBuildJobResponseBodyResult`
|
@@ -60,7 +60,7 @@ class DeleteBuildJobResponse(SdkResponse):
|
|
60
60
|
|
61
61
|
@result.setter
|
62
62
|
def result(self, result):
|
63
|
-
"""Sets the result of this DeleteBuildJobResponse.
|
63
|
+
r"""Sets the result of this DeleteBuildJobResponse.
|
64
64
|
|
65
65
|
:param result: The result of this DeleteBuildJobResponse.
|
66
66
|
:type result: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteBuildJobResponseBodyResult`
|
@@ -69,7 +69,7 @@ class DeleteBuildJobResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@property
|
71
71
|
def status(self):
|
72
|
-
"""Gets the status of this DeleteBuildJobResponse.
|
72
|
+
r"""Gets the status of this DeleteBuildJobResponse.
|
73
73
|
|
74
74
|
状态信息
|
75
75
|
|
@@ -80,7 +80,7 @@ class DeleteBuildJobResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@status.setter
|
82
82
|
def status(self, status):
|
83
|
-
"""Sets the status of this DeleteBuildJobResponse.
|
83
|
+
r"""Sets the status of this DeleteBuildJobResponse.
|
84
84
|
|
85
85
|
状态信息
|
86
86
|
|
@@ -27,7 +27,7 @@ class DeleteBuildJobResponseBodyResult:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, job_id=None, project_id=None):
|
30
|
-
"""DeleteBuildJobResponseBodyResult
|
30
|
+
r"""DeleteBuildJobResponseBodyResult
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class DeleteBuildJobResponseBodyResult:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def job_id(self):
|
53
|
-
"""Gets the job_id of this DeleteBuildJobResponseBodyResult.
|
53
|
+
r"""Gets the job_id of this DeleteBuildJobResponseBodyResult.
|
54
54
|
|
55
55
|
构建任务ID
|
56
56
|
|
@@ -61,7 +61,7 @@ class DeleteBuildJobResponseBodyResult:
|
|
61
61
|
|
62
62
|
@job_id.setter
|
63
63
|
def job_id(self, job_id):
|
64
|
-
"""Sets the job_id of this DeleteBuildJobResponseBodyResult.
|
64
|
+
r"""Sets the job_id of this DeleteBuildJobResponseBodyResult.
|
65
65
|
|
66
66
|
构建任务ID
|
67
67
|
|
@@ -72,7 +72,7 @@ class DeleteBuildJobResponseBodyResult:
|
|
72
72
|
|
73
73
|
@property
|
74
74
|
def project_id(self):
|
75
|
-
"""Gets the project_id of this DeleteBuildJobResponseBodyResult.
|
75
|
+
r"""Gets the project_id of this DeleteBuildJobResponseBodyResult.
|
76
76
|
|
77
77
|
构建任务所在项目的ID
|
78
78
|
|
@@ -83,7 +83,7 @@ class DeleteBuildJobResponseBodyResult:
|
|
83
83
|
|
84
84
|
@project_id.setter
|
85
85
|
def project_id(self, project_id):
|
86
|
-
"""Sets the project_id of this DeleteBuildJobResponseBodyResult.
|
86
|
+
r"""Sets the project_id of this DeleteBuildJobResponseBodyResult.
|
87
87
|
|
88
88
|
构建任务所在项目的ID
|
89
89
|
|
@@ -25,7 +25,7 @@ class DeleteTemplatesRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, uuid=None):
|
28
|
-
"""DeleteTemplatesRequest
|
28
|
+
r"""DeleteTemplatesRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class DeleteTemplatesRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def uuid(self):
|
45
|
-
"""Gets the uuid of this DeleteTemplatesRequest.
|
45
|
+
r"""Gets the uuid of this DeleteTemplatesRequest.
|
46
46
|
|
47
47
|
uuid
|
48
48
|
|
@@ -53,7 +53,7 @@ class DeleteTemplatesRequest:
|
|
53
53
|
|
54
54
|
@uuid.setter
|
55
55
|
def uuid(self, uuid):
|
56
|
-
"""Sets the uuid of this DeleteTemplatesRequest.
|
56
|
+
r"""Sets the uuid of this DeleteTemplatesRequest.
|
57
57
|
|
58
58
|
uuid
|
59
59
|
|