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
@@ -30,7 +30,7 @@ class UpdateBuildJobResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, result=None, status=None, error=None):
|
33
|
-
"""UpdateBuildJobResponse
|
33
|
+
r"""UpdateBuildJobResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class UpdateBuildJobResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def result(self):
|
61
|
-
"""Gets the result of this UpdateBuildJobResponse.
|
61
|
+
r"""Gets the result of this UpdateBuildJobResponse.
|
62
62
|
|
63
63
|
:return: The result of this UpdateBuildJobResponse.
|
64
64
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobResponseBodyResult`
|
@@ -67,7 +67,7 @@ class UpdateBuildJobResponse(SdkResponse):
|
|
67
67
|
|
68
68
|
@result.setter
|
69
69
|
def result(self, result):
|
70
|
-
"""Sets the result of this UpdateBuildJobResponse.
|
70
|
+
r"""Sets the result of this UpdateBuildJobResponse.
|
71
71
|
|
72
72
|
:param result: The result of this UpdateBuildJobResponse.
|
73
73
|
:type result: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobResponseBodyResult`
|
@@ -76,7 +76,7 @@ class UpdateBuildJobResponse(SdkResponse):
|
|
76
76
|
|
77
77
|
@property
|
78
78
|
def status(self):
|
79
|
-
"""Gets the status of this UpdateBuildJobResponse.
|
79
|
+
r"""Gets the status of this UpdateBuildJobResponse.
|
80
80
|
|
81
81
|
状态信息
|
82
82
|
|
@@ -87,7 +87,7 @@ class UpdateBuildJobResponse(SdkResponse):
|
|
87
87
|
|
88
88
|
@status.setter
|
89
89
|
def status(self, status):
|
90
|
-
"""Sets the status of this UpdateBuildJobResponse.
|
90
|
+
r"""Sets the status of this UpdateBuildJobResponse.
|
91
91
|
|
92
92
|
状态信息
|
93
93
|
|
@@ -98,7 +98,7 @@ class UpdateBuildJobResponse(SdkResponse):
|
|
98
98
|
|
99
99
|
@property
|
100
100
|
def error(self):
|
101
|
-
"""Gets the error of this UpdateBuildJobResponse.
|
101
|
+
r"""Gets the error of this UpdateBuildJobResponse.
|
102
102
|
|
103
103
|
错误信息
|
104
104
|
|
@@ -109,7 +109,7 @@ class UpdateBuildJobResponse(SdkResponse):
|
|
109
109
|
|
110
110
|
@error.setter
|
111
111
|
def error(self, error):
|
112
|
-
"""Sets the error of this UpdateBuildJobResponse.
|
112
|
+
r"""Sets the error of this UpdateBuildJobResponse.
|
113
113
|
|
114
114
|
错误信息
|
115
115
|
|
@@ -43,7 +43,7 @@ class UpdateBuildJobScm:
|
|
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
|
-
"""UpdateBuildJobScm
|
46
|
+
r"""UpdateBuildJobScm
|
47
47
|
|
48
48
|
The model defined in huaweicloud sdk
|
49
49
|
|
@@ -104,7 +104,7 @@ class UpdateBuildJobScm:
|
|
104
104
|
|
105
105
|
@property
|
106
106
|
def branch(self):
|
107
|
-
"""Gets the branch of this UpdateBuildJobScm.
|
107
|
+
r"""Gets the branch of this UpdateBuildJobScm.
|
108
108
|
|
109
109
|
代码分支
|
110
110
|
|
@@ -115,7 +115,7 @@ class UpdateBuildJobScm:
|
|
115
115
|
|
116
116
|
@branch.setter
|
117
117
|
def branch(self, branch):
|
118
|
-
"""Sets the branch of this UpdateBuildJobScm.
|
118
|
+
r"""Sets the branch of this UpdateBuildJobScm.
|
119
119
|
|
120
120
|
代码分支
|
121
121
|
|
@@ -126,7 +126,7 @@ class UpdateBuildJobScm:
|
|
126
126
|
|
127
127
|
@property
|
128
128
|
def url(self):
|
129
|
-
"""Gets the url of this UpdateBuildJobScm.
|
129
|
+
r"""Gets the url of this UpdateBuildJobScm.
|
130
130
|
|
131
131
|
代码仓地址
|
132
132
|
|
@@ -137,7 +137,7 @@ class UpdateBuildJobScm:
|
|
137
137
|
|
138
138
|
@url.setter
|
139
139
|
def url(self, url):
|
140
|
-
"""Sets the url of this UpdateBuildJobScm.
|
140
|
+
r"""Sets the url of this UpdateBuildJobScm.
|
141
141
|
|
142
142
|
代码仓地址
|
143
143
|
|
@@ -148,7 +148,7 @@ class UpdateBuildJobScm:
|
|
148
148
|
|
149
149
|
@property
|
150
150
|
def repo_id(self):
|
151
|
-
"""Gets the repo_id of this UpdateBuildJobScm.
|
151
|
+
r"""Gets the repo_id of this UpdateBuildJobScm.
|
152
152
|
|
153
153
|
repo的id
|
154
154
|
|
@@ -159,7 +159,7 @@ class UpdateBuildJobScm:
|
|
159
159
|
|
160
160
|
@repo_id.setter
|
161
161
|
def repo_id(self, repo_id):
|
162
|
-
"""Sets the repo_id of this UpdateBuildJobScm.
|
162
|
+
r"""Sets the repo_id of this UpdateBuildJobScm.
|
163
163
|
|
164
164
|
repo的id
|
165
165
|
|
@@ -170,7 +170,7 @@ class UpdateBuildJobScm:
|
|
170
170
|
|
171
171
|
@property
|
172
172
|
def web_url(self):
|
173
|
-
"""Gets the web_url of this UpdateBuildJobScm.
|
173
|
+
r"""Gets the web_url of this UpdateBuildJobScm.
|
174
174
|
|
175
175
|
代码仓http地址
|
176
176
|
|
@@ -181,7 +181,7 @@ class UpdateBuildJobScm:
|
|
181
181
|
|
182
182
|
@web_url.setter
|
183
183
|
def web_url(self, web_url):
|
184
|
-
"""Sets the web_url of this UpdateBuildJobScm.
|
184
|
+
r"""Sets the web_url of this UpdateBuildJobScm.
|
185
185
|
|
186
186
|
代码仓http地址
|
187
187
|
|
@@ -192,7 +192,7 @@ class UpdateBuildJobScm:
|
|
192
192
|
|
193
193
|
@property
|
194
194
|
def scm_type(self):
|
195
|
-
"""Gets the scm_type of this UpdateBuildJobScm.
|
195
|
+
r"""Gets the scm_type of this UpdateBuildJobScm.
|
196
196
|
|
197
197
|
仓库类别,Repo、Github等
|
198
198
|
|
@@ -203,7 +203,7 @@ class UpdateBuildJobScm:
|
|
203
203
|
|
204
204
|
@scm_type.setter
|
205
205
|
def scm_type(self, scm_type):
|
206
|
-
"""Sets the scm_type of this UpdateBuildJobScm.
|
206
|
+
r"""Sets the scm_type of this UpdateBuildJobScm.
|
207
207
|
|
208
208
|
仓库类别,Repo、Github等
|
209
209
|
|
@@ -214,7 +214,7 @@ class UpdateBuildJobScm:
|
|
214
214
|
|
215
215
|
@property
|
216
216
|
def is_auto_build(self):
|
217
|
-
"""Gets the is_auto_build of this UpdateBuildJobScm.
|
217
|
+
r"""Gets the is_auto_build of this UpdateBuildJobScm.
|
218
218
|
|
219
219
|
是否自动构建
|
220
220
|
|
@@ -225,7 +225,7 @@ class UpdateBuildJobScm:
|
|
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 UpdateBuildJobScm.
|
228
|
+
r"""Sets the is_auto_build of this UpdateBuildJobScm.
|
229
229
|
|
230
230
|
是否自动构建
|
231
231
|
|
@@ -236,7 +236,7 @@ class UpdateBuildJobScm:
|
|
236
236
|
|
237
237
|
@property
|
238
238
|
def build_type(self):
|
239
|
-
"""Gets the build_type of this UpdateBuildJobScm.
|
239
|
+
r"""Gets the build_type of this UpdateBuildJobScm.
|
240
240
|
|
241
241
|
构建类别
|
242
242
|
|
@@ -247,7 +247,7 @@ class UpdateBuildJobScm:
|
|
247
247
|
|
248
248
|
@build_type.setter
|
249
249
|
def build_type(self, build_type):
|
250
|
-
"""Sets the build_type of this UpdateBuildJobScm.
|
250
|
+
r"""Sets the build_type of this UpdateBuildJobScm.
|
251
251
|
|
252
252
|
构建类别
|
253
253
|
|
@@ -258,7 +258,7 @@ class UpdateBuildJobScm:
|
|
258
258
|
|
259
259
|
@property
|
260
260
|
def depth(self):
|
261
|
-
"""Gets the depth of this UpdateBuildJobScm.
|
261
|
+
r"""Gets the depth of this UpdateBuildJobScm.
|
262
262
|
|
263
263
|
克隆深度
|
264
264
|
|
@@ -269,7 +269,7 @@ class UpdateBuildJobScm:
|
|
269
269
|
|
270
270
|
@depth.setter
|
271
271
|
def depth(self, depth):
|
272
|
-
"""Sets the depth of this UpdateBuildJobScm.
|
272
|
+
r"""Sets the depth of this UpdateBuildJobScm.
|
273
273
|
|
274
274
|
克隆深度
|
275
275
|
|
@@ -280,7 +280,7 @@ class UpdateBuildJobScm:
|
|
280
280
|
|
281
281
|
@property
|
282
282
|
def end_point_id(self):
|
283
|
-
"""Gets the end_point_id of this UpdateBuildJobScm.
|
283
|
+
r"""Gets the end_point_id of this UpdateBuildJobScm.
|
284
284
|
|
285
285
|
endpointId
|
286
286
|
|
@@ -291,7 +291,7 @@ class UpdateBuildJobScm:
|
|
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 UpdateBuildJobScm.
|
294
|
+
r"""Sets the end_point_id of this UpdateBuildJobScm.
|
295
295
|
|
296
296
|
endpointId
|
297
297
|
|
@@ -302,7 +302,7 @@ class UpdateBuildJobScm:
|
|
302
302
|
|
303
303
|
@property
|
304
304
|
def source(self):
|
305
|
-
"""Gets the source of this UpdateBuildJobScm.
|
305
|
+
r"""Gets the source of this UpdateBuildJobScm.
|
306
306
|
|
307
307
|
source
|
308
308
|
|
@@ -313,7 +313,7 @@ class UpdateBuildJobScm:
|
|
313
313
|
|
314
314
|
@source.setter
|
315
315
|
def source(self, source):
|
316
|
-
"""Sets the source of this UpdateBuildJobScm.
|
316
|
+
r"""Sets the source of this UpdateBuildJobScm.
|
317
317
|
|
318
318
|
source
|
319
319
|
|
@@ -33,7 +33,7 @@ class UpdateBuildJobSteps:
|
|
33
33
|
}
|
34
34
|
|
35
35
|
def __init__(self, properties=None, module_id=None, name=None, version=None, enable=None):
|
36
|
-
"""UpdateBuildJobSteps
|
36
|
+
r"""UpdateBuildJobSteps
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
@@ -69,7 +69,7 @@ class UpdateBuildJobSteps:
|
|
69
69
|
|
70
70
|
@property
|
71
71
|
def properties(self):
|
72
|
-
"""Gets the properties of this UpdateBuildJobSteps.
|
72
|
+
r"""Gets the properties of this UpdateBuildJobSteps.
|
73
73
|
|
74
74
|
具体的构建步骤
|
75
75
|
|
@@ -80,7 +80,7 @@ class UpdateBuildJobSteps:
|
|
80
80
|
|
81
81
|
@properties.setter
|
82
82
|
def properties(self, properties):
|
83
|
-
"""Sets the properties of this UpdateBuildJobSteps.
|
83
|
+
r"""Sets the properties of this UpdateBuildJobSteps.
|
84
84
|
|
85
85
|
具体的构建步骤
|
86
86
|
|
@@ -91,7 +91,7 @@ class UpdateBuildJobSteps:
|
|
91
91
|
|
92
92
|
@property
|
93
93
|
def module_id(self):
|
94
|
-
"""Gets the module_id of this UpdateBuildJobSteps.
|
94
|
+
r"""Gets the module_id of this UpdateBuildJobSteps.
|
95
95
|
|
96
96
|
构建模块id
|
97
97
|
|
@@ -102,7 +102,7 @@ class UpdateBuildJobSteps:
|
|
102
102
|
|
103
103
|
@module_id.setter
|
104
104
|
def module_id(self, module_id):
|
105
|
-
"""Sets the module_id of this UpdateBuildJobSteps.
|
105
|
+
r"""Sets the module_id of this UpdateBuildJobSteps.
|
106
106
|
|
107
107
|
构建模块id
|
108
108
|
|
@@ -113,7 +113,7 @@ class UpdateBuildJobSteps:
|
|
113
113
|
|
114
114
|
@property
|
115
115
|
def name(self):
|
116
|
-
"""Gets the name of this UpdateBuildJobSteps.
|
116
|
+
r"""Gets the name of this UpdateBuildJobSteps.
|
117
117
|
|
118
118
|
构建模块名称
|
119
119
|
|
@@ -124,7 +124,7 @@ class UpdateBuildJobSteps:
|
|
124
124
|
|
125
125
|
@name.setter
|
126
126
|
def name(self, name):
|
127
|
-
"""Sets the name of this UpdateBuildJobSteps.
|
127
|
+
r"""Sets the name of this UpdateBuildJobSteps.
|
128
128
|
|
129
129
|
构建模块名称
|
130
130
|
|
@@ -135,7 +135,7 @@ class UpdateBuildJobSteps:
|
|
135
135
|
|
136
136
|
@property
|
137
137
|
def version(self):
|
138
|
-
"""Gets the version of this UpdateBuildJobSteps.
|
138
|
+
r"""Gets the version of this UpdateBuildJobSteps.
|
139
139
|
|
140
140
|
构建版本
|
141
141
|
|
@@ -146,7 +146,7 @@ class UpdateBuildJobSteps:
|
|
146
146
|
|
147
147
|
@version.setter
|
148
148
|
def version(self, version):
|
149
|
-
"""Sets the version of this UpdateBuildJobSteps.
|
149
|
+
r"""Sets the version of this UpdateBuildJobSteps.
|
150
150
|
|
151
151
|
构建版本
|
152
152
|
|
@@ -157,7 +157,7 @@ class UpdateBuildJobSteps:
|
|
157
157
|
|
158
158
|
@property
|
159
159
|
def enable(self):
|
160
|
-
"""Gets the enable of this UpdateBuildJobSteps.
|
160
|
+
r"""Gets the enable of this UpdateBuildJobSteps.
|
161
161
|
|
162
162
|
是否开启
|
163
163
|
|
@@ -168,7 +168,7 @@ class UpdateBuildJobSteps:
|
|
168
168
|
|
169
169
|
@enable.setter
|
170
170
|
def enable(self, enable):
|
171
|
-
"""Sets the enable of this UpdateBuildJobSteps.
|
171
|
+
r"""Sets the enable of this UpdateBuildJobSteps.
|
172
172
|
|
173
173
|
是否开启
|
174
174
|
|
@@ -27,7 +27,7 @@ class UpdateNoticeRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, job_id=None, body=None):
|
30
|
-
"""UpdateNoticeRequest
|
30
|
+
r"""UpdateNoticeRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -49,7 +49,7 @@ class UpdateNoticeRequest:
|
|
49
49
|
|
50
50
|
@property
|
51
51
|
def job_id(self):
|
52
|
-
"""Gets the job_id of this UpdateNoticeRequest.
|
52
|
+
r"""Gets the job_id of this UpdateNoticeRequest.
|
53
53
|
|
54
54
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
55
55
|
|
@@ -60,7 +60,7 @@ class UpdateNoticeRequest:
|
|
60
60
|
|
61
61
|
@job_id.setter
|
62
62
|
def job_id(self, job_id):
|
63
|
-
"""Sets the job_id of this UpdateNoticeRequest.
|
63
|
+
r"""Sets the job_id of this UpdateNoticeRequest.
|
64
64
|
|
65
65
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
66
66
|
|
@@ -71,7 +71,7 @@ class UpdateNoticeRequest:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def body(self):
|
74
|
-
"""Gets the body of this UpdateNoticeRequest.
|
74
|
+
r"""Gets the body of this UpdateNoticeRequest.
|
75
75
|
|
76
76
|
:return: The body of this UpdateNoticeRequest.
|
77
77
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateNoticeRequestBody`
|
@@ -80,7 +80,7 @@ class UpdateNoticeRequest:
|
|
80
80
|
|
81
81
|
@body.setter
|
82
82
|
def body(self, body):
|
83
|
-
"""Sets the body of this UpdateNoticeRequest.
|
83
|
+
r"""Sets the body of this UpdateNoticeRequest.
|
84
84
|
|
85
85
|
:param body: The body of this UpdateNoticeRequest.
|
86
86
|
:type body: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateNoticeRequestBody`
|
@@ -29,7 +29,7 @@ class UpdateNoticeRequestBody:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, notice_type=None, enabled_event_type_names=None, param_config=None):
|
32
|
-
"""UpdateNoticeRequestBody
|
32
|
+
r"""UpdateNoticeRequestBody
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -55,7 +55,7 @@ class UpdateNoticeRequestBody:
|
|
55
55
|
|
56
56
|
@property
|
57
57
|
def notice_type(self):
|
58
|
-
"""Gets the notice_type of this UpdateNoticeRequestBody.
|
58
|
+
r"""Gets the notice_type of this UpdateNoticeRequestBody.
|
59
59
|
|
60
60
|
通知类型
|
61
61
|
|
@@ -66,7 +66,7 @@ class UpdateNoticeRequestBody:
|
|
66
66
|
|
67
67
|
@notice_type.setter
|
68
68
|
def notice_type(self, notice_type):
|
69
|
-
"""Sets the notice_type of this UpdateNoticeRequestBody.
|
69
|
+
r"""Sets the notice_type of this UpdateNoticeRequestBody.
|
70
70
|
|
71
71
|
通知类型
|
72
72
|
|
@@ -77,7 +77,7 @@ class UpdateNoticeRequestBody:
|
|
77
77
|
|
78
78
|
@property
|
79
79
|
def enabled_event_type_names(self):
|
80
|
-
"""Gets the enabled_event_type_names of this UpdateNoticeRequestBody.
|
80
|
+
r"""Gets the enabled_event_type_names of this UpdateNoticeRequestBody.
|
81
81
|
|
82
82
|
开启的通知的种类
|
83
83
|
|
@@ -88,7 +88,7 @@ class UpdateNoticeRequestBody:
|
|
88
88
|
|
89
89
|
@enabled_event_type_names.setter
|
90
90
|
def enabled_event_type_names(self, enabled_event_type_names):
|
91
|
-
"""Sets the enabled_event_type_names of this UpdateNoticeRequestBody.
|
91
|
+
r"""Sets the enabled_event_type_names of this UpdateNoticeRequestBody.
|
92
92
|
|
93
93
|
开启的通知的种类
|
94
94
|
|
@@ -99,7 +99,7 @@ class UpdateNoticeRequestBody:
|
|
99
99
|
|
100
100
|
@property
|
101
101
|
def param_config(self):
|
102
|
-
"""Gets the param_config of this UpdateNoticeRequestBody.
|
102
|
+
r"""Gets the param_config of this UpdateNoticeRequestBody.
|
103
103
|
|
104
104
|
通知参数配置
|
105
105
|
|
@@ -110,7 +110,7 @@ class UpdateNoticeRequestBody:
|
|
110
110
|
|
111
111
|
@param_config.setter
|
112
112
|
def param_config(self, param_config):
|
113
|
-
"""Sets the param_config of this UpdateNoticeRequestBody.
|
113
|
+
r"""Sets the param_config of this UpdateNoticeRequestBody.
|
114
114
|
|
115
115
|
通知参数配置
|
116
116
|
|
@@ -30,7 +30,7 @@ class UpdateNoticeResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, result=None, error=None, status=None):
|
33
|
-
"""UpdateNoticeResponse
|
33
|
+
r"""UpdateNoticeResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class UpdateNoticeResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def result(self):
|
61
|
-
"""Gets the result of this UpdateNoticeResponse.
|
61
|
+
r"""Gets the result of this UpdateNoticeResponse.
|
62
62
|
|
63
63
|
返回错误信息
|
64
64
|
|
@@ -69,7 +69,7 @@ class UpdateNoticeResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@result.setter
|
71
71
|
def result(self, result):
|
72
|
-
"""Sets the result of this UpdateNoticeResponse.
|
72
|
+
r"""Sets the result of this UpdateNoticeResponse.
|
73
73
|
|
74
74
|
返回错误信息
|
75
75
|
|
@@ -80,7 +80,7 @@ class UpdateNoticeResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def error(self):
|
83
|
-
"""Gets the error of this UpdateNoticeResponse.
|
83
|
+
r"""Gets the error of this UpdateNoticeResponse.
|
84
84
|
|
85
85
|
返回错误信息
|
86
86
|
|
@@ -91,7 +91,7 @@ class UpdateNoticeResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@error.setter
|
93
93
|
def error(self, error):
|
94
|
-
"""Sets the error of this UpdateNoticeResponse.
|
94
|
+
r"""Sets the error of this UpdateNoticeResponse.
|
95
95
|
|
96
96
|
返回错误信息
|
97
97
|
|
@@ -102,7 +102,7 @@ class UpdateNoticeResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def status(self):
|
105
|
-
"""Gets the status of this UpdateNoticeResponse.
|
105
|
+
r"""Gets the status of this UpdateNoticeResponse.
|
106
106
|
|
107
107
|
返回状态信息
|
108
108
|
|
@@ -113,7 +113,7 @@ class UpdateNoticeResponse(SdkResponse):
|
|
113
113
|
|
114
114
|
@status.setter
|
115
115
|
def status(self, status):
|
116
|
-
"""Sets the status of this UpdateNoticeResponse.
|
116
|
+
r"""Sets the status of this UpdateNoticeResponse.
|
117
117
|
|
118
118
|
返回状态信息
|
119
119
|
|
@@ -37,7 +37,7 @@ class Vertices:
|
|
37
37
|
}
|
38
38
|
|
39
39
|
def __init__(self, id=None, status=None, display_name=None, build_duration=None, start_time=None, finish_time=None, build_no=None):
|
40
|
-
"""Vertices
|
40
|
+
r"""Vertices
|
41
41
|
|
42
42
|
The model defined in huaweicloud sdk
|
43
43
|
|
@@ -85,7 +85,7 @@ class Vertices:
|
|
85
85
|
|
86
86
|
@property
|
87
87
|
def id(self):
|
88
|
-
"""Gets the id of this Vertices.
|
88
|
+
r"""Gets the id of this Vertices.
|
89
89
|
|
90
90
|
子任务构建记录ID
|
91
91
|
|
@@ -96,7 +96,7 @@ class Vertices:
|
|
96
96
|
|
97
97
|
@id.setter
|
98
98
|
def id(self, id):
|
99
|
-
"""Sets the id of this Vertices.
|
99
|
+
r"""Sets the id of this Vertices.
|
100
100
|
|
101
101
|
子任务构建记录ID
|
102
102
|
|
@@ -107,7 +107,7 @@ class Vertices:
|
|
107
107
|
|
108
108
|
@property
|
109
109
|
def status(self):
|
110
|
-
"""Gets the status of this Vertices.
|
110
|
+
r"""Gets the status of this Vertices.
|
111
111
|
|
112
112
|
子任务执行状态
|
113
113
|
|
@@ -118,7 +118,7 @@ class Vertices:
|
|
118
118
|
|
119
119
|
@status.setter
|
120
120
|
def status(self, status):
|
121
|
-
"""Sets the status of this Vertices.
|
121
|
+
r"""Sets the status of this Vertices.
|
122
122
|
|
123
123
|
子任务执行状态
|
124
124
|
|
@@ -129,7 +129,7 @@ class Vertices:
|
|
129
129
|
|
130
130
|
@property
|
131
131
|
def display_name(self):
|
132
|
-
"""Gets the display_name of this Vertices.
|
132
|
+
r"""Gets the display_name of this Vertices.
|
133
133
|
|
134
134
|
子任务名称
|
135
135
|
|
@@ -140,7 +140,7 @@ class Vertices:
|
|
140
140
|
|
141
141
|
@display_name.setter
|
142
142
|
def display_name(self, display_name):
|
143
|
-
"""Sets the display_name of this Vertices.
|
143
|
+
r"""Sets the display_name of this Vertices.
|
144
144
|
|
145
145
|
子任务名称
|
146
146
|
|
@@ -151,7 +151,7 @@ class Vertices:
|
|
151
151
|
|
152
152
|
@property
|
153
153
|
def build_duration(self):
|
154
|
-
"""Gets the build_duration of this Vertices.
|
154
|
+
r"""Gets the build_duration of this Vertices.
|
155
155
|
|
156
156
|
子任务构建耗时
|
157
157
|
|
@@ -162,7 +162,7 @@ class Vertices:
|
|
162
162
|
|
163
163
|
@build_duration.setter
|
164
164
|
def build_duration(self, build_duration):
|
165
|
-
"""Sets the build_duration of this Vertices.
|
165
|
+
r"""Sets the build_duration of this Vertices.
|
166
166
|
|
167
167
|
子任务构建耗时
|
168
168
|
|
@@ -173,7 +173,7 @@ class Vertices:
|
|
173
173
|
|
174
174
|
@property
|
175
175
|
def start_time(self):
|
176
|
-
"""Gets the start_time of this Vertices.
|
176
|
+
r"""Gets the start_time of this Vertices.
|
177
177
|
|
178
178
|
子任务开始时间
|
179
179
|
|
@@ -184,7 +184,7 @@ class Vertices:
|
|
184
184
|
|
185
185
|
@start_time.setter
|
186
186
|
def start_time(self, start_time):
|
187
|
-
"""Sets the start_time of this Vertices.
|
187
|
+
r"""Sets the start_time of this Vertices.
|
188
188
|
|
189
189
|
子任务开始时间
|
190
190
|
|
@@ -195,7 +195,7 @@ class Vertices:
|
|
195
195
|
|
196
196
|
@property
|
197
197
|
def finish_time(self):
|
198
|
-
"""Gets the finish_time of this Vertices.
|
198
|
+
r"""Gets the finish_time of this Vertices.
|
199
199
|
|
200
200
|
子任务结束时间
|
201
201
|
|
@@ -206,7 +206,7 @@ class Vertices:
|
|
206
206
|
|
207
207
|
@finish_time.setter
|
208
208
|
def finish_time(self, finish_time):
|
209
|
-
"""Sets the finish_time of this Vertices.
|
209
|
+
r"""Sets the finish_time of this Vertices.
|
210
210
|
|
211
211
|
子任务结束时间
|
212
212
|
|
@@ -217,7 +217,7 @@ class Vertices:
|
|
217
217
|
|
218
218
|
@property
|
219
219
|
def build_no(self):
|
220
|
-
"""Gets the build_no of this Vertices.
|
220
|
+
r"""Gets the build_no of this Vertices.
|
221
221
|
|
222
222
|
子任务构建编号
|
223
223
|
|
@@ -228,7 +228,7 @@ class Vertices:
|
|
228
228
|
|
229
229
|
@build_no.setter
|
230
230
|
def build_no(self, build_no):
|
231
|
-
"""Sets the build_no of this Vertices.
|
231
|
+
r"""Sets the build_no of this Vertices.
|
232
232
|
|
233
233
|
子任务构建编号
|
234
234
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkcodeartsbuild
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.143
|
4
4
|
Summary: CodeArtsBuild
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
6
6
|
Author: HuaweiCloud SDK
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
License-File: LICENSE
|
25
|
-
Requires-Dist: huaweicloudsdkcore>=3.1.
|
25
|
+
Requires-Dist: huaweicloudsdkcore>=3.1.143
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|