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.
- 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.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/METADATA +2 -2
- huaweicloudsdkcodeartsbuild-3.1.144.dist-info/RECORD +109 -0
- huaweicloudsdkcodeartsbuild-3.1.142.dist-info/RECORD +0 -109
- {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/top_level.txt +0 -0
@@ -35,7 +35,7 @@ class HistoryRecord:
|
|
35
35
|
}
|
36
36
|
|
37
37
|
def __init__(self, record_id=None, job_id=None, build_number=None, start_time=None, end_time=None, result=None):
|
38
|
-
"""HistoryRecord
|
38
|
+
r"""HistoryRecord
|
39
39
|
|
40
40
|
The model defined in huaweicloud sdk
|
41
41
|
|
@@ -78,7 +78,7 @@ class HistoryRecord:
|
|
78
78
|
|
79
79
|
@property
|
80
80
|
def record_id(self):
|
81
|
-
"""Gets the record_id of this HistoryRecord.
|
81
|
+
r"""Gets the record_id of this HistoryRecord.
|
82
82
|
|
83
83
|
构建记录id--唯一key
|
84
84
|
|
@@ -89,7 +89,7 @@ class HistoryRecord:
|
|
89
89
|
|
90
90
|
@record_id.setter
|
91
91
|
def record_id(self, record_id):
|
92
|
-
"""Sets the record_id of this HistoryRecord.
|
92
|
+
r"""Sets the record_id of this HistoryRecord.
|
93
93
|
|
94
94
|
构建记录id--唯一key
|
95
95
|
|
@@ -100,7 +100,7 @@ class HistoryRecord:
|
|
100
100
|
|
101
101
|
@property
|
102
102
|
def job_id(self):
|
103
|
-
"""Gets the job_id of this HistoryRecord.
|
103
|
+
r"""Gets the job_id of this HistoryRecord.
|
104
104
|
|
105
105
|
任务id
|
106
106
|
|
@@ -111,7 +111,7 @@ class HistoryRecord:
|
|
111
111
|
|
112
112
|
@job_id.setter
|
113
113
|
def job_id(self, job_id):
|
114
|
-
"""Sets the job_id of this HistoryRecord.
|
114
|
+
r"""Sets the job_id of this HistoryRecord.
|
115
115
|
|
116
116
|
任务id
|
117
117
|
|
@@ -122,7 +122,7 @@ class HistoryRecord:
|
|
122
122
|
|
123
123
|
@property
|
124
124
|
def build_number(self):
|
125
|
-
"""Gets the build_number of this HistoryRecord.
|
125
|
+
r"""Gets the build_number of this HistoryRecord.
|
126
126
|
|
127
127
|
构建编号
|
128
128
|
|
@@ -133,7 +133,7 @@ class HistoryRecord:
|
|
133
133
|
|
134
134
|
@build_number.setter
|
135
135
|
def build_number(self, build_number):
|
136
|
-
"""Sets the build_number of this HistoryRecord.
|
136
|
+
r"""Sets the build_number of this HistoryRecord.
|
137
137
|
|
138
138
|
构建编号
|
139
139
|
|
@@ -144,7 +144,7 @@ class HistoryRecord:
|
|
144
144
|
|
145
145
|
@property
|
146
146
|
def start_time(self):
|
147
|
-
"""Gets the start_time of this HistoryRecord.
|
147
|
+
r"""Gets the start_time of this HistoryRecord.
|
148
148
|
|
149
149
|
构建开始时间
|
150
150
|
|
@@ -155,7 +155,7 @@ class HistoryRecord:
|
|
155
155
|
|
156
156
|
@start_time.setter
|
157
157
|
def start_time(self, start_time):
|
158
|
-
"""Sets the start_time of this HistoryRecord.
|
158
|
+
r"""Sets the start_time of this HistoryRecord.
|
159
159
|
|
160
160
|
构建开始时间
|
161
161
|
|
@@ -166,7 +166,7 @@ class HistoryRecord:
|
|
166
166
|
|
167
167
|
@property
|
168
168
|
def end_time(self):
|
169
|
-
"""Gets the end_time of this HistoryRecord.
|
169
|
+
r"""Gets the end_time of this HistoryRecord.
|
170
170
|
|
171
171
|
构建结束时间
|
172
172
|
|
@@ -177,7 +177,7 @@ class HistoryRecord:
|
|
177
177
|
|
178
178
|
@end_time.setter
|
179
179
|
def end_time(self, end_time):
|
180
|
-
"""Sets the end_time of this HistoryRecord.
|
180
|
+
r"""Sets the end_time of this HistoryRecord.
|
181
181
|
|
182
182
|
构建结束时间
|
183
183
|
|
@@ -188,7 +188,7 @@ class HistoryRecord:
|
|
188
188
|
|
189
189
|
@property
|
190
190
|
def result(self):
|
191
|
-
"""Gets the result of this HistoryRecord.
|
191
|
+
r"""Gets the result of this HistoryRecord.
|
192
192
|
|
193
193
|
构建结果
|
194
194
|
|
@@ -199,7 +199,7 @@ class HistoryRecord:
|
|
199
199
|
|
200
200
|
@result.setter
|
201
201
|
def result(self, result):
|
202
|
-
"""Sets the result of this HistoryRecord.
|
202
|
+
r"""Sets the result of this HistoryRecord.
|
203
203
|
|
204
204
|
构建结果
|
205
205
|
|
@@ -45,7 +45,7 @@ class HistoryRecord1:
|
|
45
45
|
}
|
46
46
|
|
47
47
|
def __init__(self, record_id=None, job_id=None, build_number=None, start_time=None, end_time=None, result=None, branch=None, commit_id=None, commit_message=None, executor=None, trigger_type=None):
|
48
|
-
"""HistoryRecord1
|
48
|
+
r"""HistoryRecord1
|
49
49
|
|
50
50
|
The model defined in huaweicloud sdk
|
51
51
|
|
@@ -113,7 +113,7 @@ class HistoryRecord1:
|
|
113
113
|
|
114
114
|
@property
|
115
115
|
def record_id(self):
|
116
|
-
"""Gets the record_id of this HistoryRecord1.
|
116
|
+
r"""Gets the record_id of this HistoryRecord1.
|
117
117
|
|
118
118
|
构建记录id--唯一key
|
119
119
|
|
@@ -124,7 +124,7 @@ class HistoryRecord1:
|
|
124
124
|
|
125
125
|
@record_id.setter
|
126
126
|
def record_id(self, record_id):
|
127
|
-
"""Sets the record_id of this HistoryRecord1.
|
127
|
+
r"""Sets the record_id of this HistoryRecord1.
|
128
128
|
|
129
129
|
构建记录id--唯一key
|
130
130
|
|
@@ -135,7 +135,7 @@ class HistoryRecord1:
|
|
135
135
|
|
136
136
|
@property
|
137
137
|
def job_id(self):
|
138
|
-
"""Gets the job_id of this HistoryRecord1.
|
138
|
+
r"""Gets the job_id of this HistoryRecord1.
|
139
139
|
|
140
140
|
任务id
|
141
141
|
|
@@ -146,7 +146,7 @@ class HistoryRecord1:
|
|
146
146
|
|
147
147
|
@job_id.setter
|
148
148
|
def job_id(self, job_id):
|
149
|
-
"""Sets the job_id of this HistoryRecord1.
|
149
|
+
r"""Sets the job_id of this HistoryRecord1.
|
150
150
|
|
151
151
|
任务id
|
152
152
|
|
@@ -157,7 +157,7 @@ class HistoryRecord1:
|
|
157
157
|
|
158
158
|
@property
|
159
159
|
def build_number(self):
|
160
|
-
"""Gets the build_number of this HistoryRecord1.
|
160
|
+
r"""Gets the build_number of this HistoryRecord1.
|
161
161
|
|
162
162
|
构建编号
|
163
163
|
|
@@ -168,7 +168,7 @@ class HistoryRecord1:
|
|
168
168
|
|
169
169
|
@build_number.setter
|
170
170
|
def build_number(self, build_number):
|
171
|
-
"""Sets the build_number of this HistoryRecord1.
|
171
|
+
r"""Sets the build_number of this HistoryRecord1.
|
172
172
|
|
173
173
|
构建编号
|
174
174
|
|
@@ -179,7 +179,7 @@ class HistoryRecord1:
|
|
179
179
|
|
180
180
|
@property
|
181
181
|
def start_time(self):
|
182
|
-
"""Gets the start_time of this HistoryRecord1.
|
182
|
+
r"""Gets the start_time of this HistoryRecord1.
|
183
183
|
|
184
184
|
构建开始时间
|
185
185
|
|
@@ -190,7 +190,7 @@ class HistoryRecord1:
|
|
190
190
|
|
191
191
|
@start_time.setter
|
192
192
|
def start_time(self, start_time):
|
193
|
-
"""Sets the start_time of this HistoryRecord1.
|
193
|
+
r"""Sets the start_time of this HistoryRecord1.
|
194
194
|
|
195
195
|
构建开始时间
|
196
196
|
|
@@ -201,7 +201,7 @@ class HistoryRecord1:
|
|
201
201
|
|
202
202
|
@property
|
203
203
|
def end_time(self):
|
204
|
-
"""Gets the end_time of this HistoryRecord1.
|
204
|
+
r"""Gets the end_time of this HistoryRecord1.
|
205
205
|
|
206
206
|
构建结束时间
|
207
207
|
|
@@ -212,7 +212,7 @@ class HistoryRecord1:
|
|
212
212
|
|
213
213
|
@end_time.setter
|
214
214
|
def end_time(self, end_time):
|
215
|
-
"""Sets the end_time of this HistoryRecord1.
|
215
|
+
r"""Sets the end_time of this HistoryRecord1.
|
216
216
|
|
217
217
|
构建结束时间
|
218
218
|
|
@@ -223,7 +223,7 @@ class HistoryRecord1:
|
|
223
223
|
|
224
224
|
@property
|
225
225
|
def result(self):
|
226
|
-
"""Gets the result of this HistoryRecord1.
|
226
|
+
r"""Gets the result of this HistoryRecord1.
|
227
227
|
|
228
228
|
构建结果
|
229
229
|
|
@@ -234,7 +234,7 @@ class HistoryRecord1:
|
|
234
234
|
|
235
235
|
@result.setter
|
236
236
|
def result(self, result):
|
237
|
-
"""Sets the result of this HistoryRecord1.
|
237
|
+
r"""Sets the result of this HistoryRecord1.
|
238
238
|
|
239
239
|
构建结果
|
240
240
|
|
@@ -245,7 +245,7 @@ class HistoryRecord1:
|
|
245
245
|
|
246
246
|
@property
|
247
247
|
def branch(self):
|
248
|
-
"""Gets the branch of this HistoryRecord1.
|
248
|
+
r"""Gets the branch of this HistoryRecord1.
|
249
249
|
|
250
250
|
代码分支
|
251
251
|
|
@@ -256,7 +256,7 @@ class HistoryRecord1:
|
|
256
256
|
|
257
257
|
@branch.setter
|
258
258
|
def branch(self, branch):
|
259
|
-
"""Sets the branch of this HistoryRecord1.
|
259
|
+
r"""Sets the branch of this HistoryRecord1.
|
260
260
|
|
261
261
|
代码分支
|
262
262
|
|
@@ -267,7 +267,7 @@ class HistoryRecord1:
|
|
267
267
|
|
268
268
|
@property
|
269
269
|
def commit_id(self):
|
270
|
-
"""Gets the commit_id of this HistoryRecord1.
|
270
|
+
r"""Gets the commit_id of this HistoryRecord1.
|
271
271
|
|
272
272
|
代码提交的commit id
|
273
273
|
|
@@ -278,7 +278,7 @@ class HistoryRecord1:
|
|
278
278
|
|
279
279
|
@commit_id.setter
|
280
280
|
def commit_id(self, commit_id):
|
281
|
-
"""Sets the commit_id of this HistoryRecord1.
|
281
|
+
r"""Sets the commit_id of this HistoryRecord1.
|
282
282
|
|
283
283
|
代码提交的commit id
|
284
284
|
|
@@ -289,7 +289,7 @@ class HistoryRecord1:
|
|
289
289
|
|
290
290
|
@property
|
291
291
|
def commit_message(self):
|
292
|
-
"""Gets the commit_message of this HistoryRecord1.
|
292
|
+
r"""Gets the commit_message of this HistoryRecord1.
|
293
293
|
|
294
294
|
代码提交时用户输入的提交信息,只有使用codehub仓库时有值
|
295
295
|
|
@@ -300,7 +300,7 @@ class HistoryRecord1:
|
|
300
300
|
|
301
301
|
@commit_message.setter
|
302
302
|
def commit_message(self, commit_message):
|
303
|
-
"""Sets the commit_message of this HistoryRecord1.
|
303
|
+
r"""Sets the commit_message of this HistoryRecord1.
|
304
304
|
|
305
305
|
代码提交时用户输入的提交信息,只有使用codehub仓库时有值
|
306
306
|
|
@@ -311,7 +311,7 @@ class HistoryRecord1:
|
|
311
311
|
|
312
312
|
@property
|
313
313
|
def executor(self):
|
314
|
-
"""Gets the executor of this HistoryRecord1.
|
314
|
+
r"""Gets the executor of this HistoryRecord1.
|
315
315
|
|
316
316
|
执行构建任务的用户的用户名
|
317
317
|
|
@@ -322,7 +322,7 @@ class HistoryRecord1:
|
|
322
322
|
|
323
323
|
@executor.setter
|
324
324
|
def executor(self, executor):
|
325
|
-
"""Sets the executor of this HistoryRecord1.
|
325
|
+
r"""Sets the executor of this HistoryRecord1.
|
326
326
|
|
327
327
|
执行构建任务的用户的用户名
|
328
328
|
|
@@ -333,7 +333,7 @@ class HistoryRecord1:
|
|
333
333
|
|
334
334
|
@property
|
335
335
|
def trigger_type(self):
|
336
|
-
"""Gets the trigger_type of this HistoryRecord1.
|
336
|
+
r"""Gets the trigger_type of this HistoryRecord1.
|
337
337
|
|
338
338
|
触发方式,可选值:手工触发,定时触发,代码更新触发,流水线触发
|
339
339
|
|
@@ -344,7 +344,7 @@ class HistoryRecord1:
|
|
344
344
|
|
345
345
|
@trigger_type.setter
|
346
346
|
def trigger_type(self, trigger_type):
|
347
|
-
"""Sets the trigger_type of this HistoryRecord1.
|
347
|
+
r"""Sets the trigger_type of this HistoryRecord1.
|
348
348
|
|
349
349
|
触发方式,可选值:手工触发,定时触发,代码更新触发,流水线触发
|
350
350
|
|
@@ -57,7 +57,7 @@ class Job:
|
|
57
57
|
}
|
58
58
|
|
59
59
|
def __init__(self, id=None, job_name=None, job_creator=None, user_name=None, last_build_time=None, health_score=None, source_code=None, last_build_status=None, is_finished=None, disabled=None, favorite=None, is_modify=None, is_delete=None, is_execute=None, is_copy=None, is_forbidden=None, is_view=None):
|
60
|
-
"""Job
|
60
|
+
r"""Job
|
61
61
|
|
62
62
|
The model defined in huaweicloud sdk
|
63
63
|
|
@@ -155,7 +155,7 @@ class Job:
|
|
155
155
|
|
156
156
|
@property
|
157
157
|
def id(self):
|
158
|
-
"""Gets the id of this Job.
|
158
|
+
r"""Gets the id of this Job.
|
159
159
|
|
160
160
|
任务ID
|
161
161
|
|
@@ -166,7 +166,7 @@ class Job:
|
|
166
166
|
|
167
167
|
@id.setter
|
168
168
|
def id(self, id):
|
169
|
-
"""Sets the id of this Job.
|
169
|
+
r"""Sets the id of this Job.
|
170
170
|
|
171
171
|
任务ID
|
172
172
|
|
@@ -177,7 +177,7 @@ class Job:
|
|
177
177
|
|
178
178
|
@property
|
179
179
|
def job_name(self):
|
180
|
-
"""Gets the job_name of this Job.
|
180
|
+
r"""Gets the job_name of this Job.
|
181
181
|
|
182
182
|
任务名称
|
183
183
|
|
@@ -188,7 +188,7 @@ class Job:
|
|
188
188
|
|
189
189
|
@job_name.setter
|
190
190
|
def job_name(self, job_name):
|
191
|
-
"""Sets the job_name of this Job.
|
191
|
+
r"""Sets the job_name of this Job.
|
192
192
|
|
193
193
|
任务名称
|
194
194
|
|
@@ -199,7 +199,7 @@ class Job:
|
|
199
199
|
|
200
200
|
@property
|
201
201
|
def job_creator(self):
|
202
|
-
"""Gets the job_creator of this Job.
|
202
|
+
r"""Gets the job_creator of this Job.
|
203
203
|
|
204
204
|
任务创建者
|
205
205
|
|
@@ -210,7 +210,7 @@ class Job:
|
|
210
210
|
|
211
211
|
@job_creator.setter
|
212
212
|
def job_creator(self, job_creator):
|
213
|
-
"""Sets the job_creator of this Job.
|
213
|
+
r"""Sets the job_creator of this Job.
|
214
214
|
|
215
215
|
任务创建者
|
216
216
|
|
@@ -221,7 +221,7 @@ class Job:
|
|
221
221
|
|
222
222
|
@property
|
223
223
|
def user_name(self):
|
224
|
-
"""Gets the user_name of this Job.
|
224
|
+
r"""Gets the user_name of this Job.
|
225
225
|
|
226
226
|
用户名称
|
227
227
|
|
@@ -232,7 +232,7 @@ class Job:
|
|
232
232
|
|
233
233
|
@user_name.setter
|
234
234
|
def user_name(self, user_name):
|
235
|
-
"""Sets the user_name of this Job.
|
235
|
+
r"""Sets the user_name of this Job.
|
236
236
|
|
237
237
|
用户名称
|
238
238
|
|
@@ -243,7 +243,7 @@ class Job:
|
|
243
243
|
|
244
244
|
@property
|
245
245
|
def last_build_time(self):
|
246
|
-
"""Gets the last_build_time of this Job.
|
246
|
+
r"""Gets the last_build_time of this Job.
|
247
247
|
|
248
248
|
最新执行时间
|
249
249
|
|
@@ -254,7 +254,7 @@ class Job:
|
|
254
254
|
|
255
255
|
@last_build_time.setter
|
256
256
|
def last_build_time(self, last_build_time):
|
257
|
-
"""Sets the last_build_time of this Job.
|
257
|
+
r"""Sets the last_build_time of this Job.
|
258
258
|
|
259
259
|
最新执行时间
|
260
260
|
|
@@ -265,7 +265,7 @@ class Job:
|
|
265
265
|
|
266
266
|
@property
|
267
267
|
def health_score(self):
|
268
|
-
"""Gets the health_score of this Job.
|
268
|
+
r"""Gets the health_score of this Job.
|
269
269
|
|
270
270
|
健康分值
|
271
271
|
|
@@ -276,7 +276,7 @@ class Job:
|
|
276
276
|
|
277
277
|
@health_score.setter
|
278
278
|
def health_score(self, health_score):
|
279
|
-
"""Sets the health_score of this Job.
|
279
|
+
r"""Sets the health_score of this Job.
|
280
280
|
|
281
281
|
健康分值
|
282
282
|
|
@@ -287,7 +287,7 @@ class Job:
|
|
287
287
|
|
288
288
|
@property
|
289
289
|
def source_code(self):
|
290
|
-
"""Gets the source_code of this Job.
|
290
|
+
r"""Gets the source_code of this Job.
|
291
291
|
|
292
292
|
代码来源
|
293
293
|
|
@@ -298,7 +298,7 @@ class Job:
|
|
298
298
|
|
299
299
|
@source_code.setter
|
300
300
|
def source_code(self, source_code):
|
301
|
-
"""Sets the source_code of this Job.
|
301
|
+
r"""Sets the source_code of this Job.
|
302
302
|
|
303
303
|
代码来源
|
304
304
|
|
@@ -309,7 +309,7 @@ class Job:
|
|
309
309
|
|
310
310
|
@property
|
311
311
|
def last_build_status(self):
|
312
|
-
"""Gets the last_build_status of this Job.
|
312
|
+
r"""Gets the last_build_status of this Job.
|
313
313
|
|
314
314
|
最新构建状态
|
315
315
|
|
@@ -320,7 +320,7 @@ class Job:
|
|
320
320
|
|
321
321
|
@last_build_status.setter
|
322
322
|
def last_build_status(self, last_build_status):
|
323
|
-
"""Sets the last_build_status of this Job.
|
323
|
+
r"""Sets the last_build_status of this Job.
|
324
324
|
|
325
325
|
最新构建状态
|
326
326
|
|
@@ -331,7 +331,7 @@ class Job:
|
|
331
331
|
|
332
332
|
@property
|
333
333
|
def is_finished(self):
|
334
|
-
"""Gets the is_finished of this Job.
|
334
|
+
r"""Gets the is_finished of this Job.
|
335
335
|
|
336
336
|
是否已结束
|
337
337
|
|
@@ -342,7 +342,7 @@ class Job:
|
|
342
342
|
|
343
343
|
@is_finished.setter
|
344
344
|
def is_finished(self, is_finished):
|
345
|
-
"""Sets the is_finished of this Job.
|
345
|
+
r"""Sets the is_finished of this Job.
|
346
346
|
|
347
347
|
是否已结束
|
348
348
|
|
@@ -353,7 +353,7 @@ class Job:
|
|
353
353
|
|
354
354
|
@property
|
355
355
|
def disabled(self):
|
356
|
-
"""Gets the disabled of this Job.
|
356
|
+
r"""Gets the disabled of this Job.
|
357
357
|
|
358
358
|
是否已禁用
|
359
359
|
|
@@ -364,7 +364,7 @@ class Job:
|
|
364
364
|
|
365
365
|
@disabled.setter
|
366
366
|
def disabled(self, disabled):
|
367
|
-
"""Sets the disabled of this Job.
|
367
|
+
r"""Sets the disabled of this Job.
|
368
368
|
|
369
369
|
是否已禁用
|
370
370
|
|
@@ -375,7 +375,7 @@ class Job:
|
|
375
375
|
|
376
376
|
@property
|
377
377
|
def favorite(self):
|
378
|
-
"""Gets the favorite of this Job.
|
378
|
+
r"""Gets the favorite of this Job.
|
379
379
|
|
380
380
|
是否已收藏
|
381
381
|
|
@@ -386,7 +386,7 @@ class Job:
|
|
386
386
|
|
387
387
|
@favorite.setter
|
388
388
|
def favorite(self, favorite):
|
389
|
-
"""Sets the favorite of this Job.
|
389
|
+
r"""Sets the favorite of this Job.
|
390
390
|
|
391
391
|
是否已收藏
|
392
392
|
|
@@ -397,7 +397,7 @@ class Job:
|
|
397
397
|
|
398
398
|
@property
|
399
399
|
def is_modify(self):
|
400
|
-
"""Gets the is_modify of this Job.
|
400
|
+
r"""Gets the is_modify of this Job.
|
401
401
|
|
402
402
|
是否有修改任务权限
|
403
403
|
|
@@ -408,7 +408,7 @@ class Job:
|
|
408
408
|
|
409
409
|
@is_modify.setter
|
410
410
|
def is_modify(self, is_modify):
|
411
|
-
"""Sets the is_modify of this Job.
|
411
|
+
r"""Sets the is_modify of this Job.
|
412
412
|
|
413
413
|
是否有修改任务权限
|
414
414
|
|
@@ -419,7 +419,7 @@ class Job:
|
|
419
419
|
|
420
420
|
@property
|
421
421
|
def is_delete(self):
|
422
|
-
"""Gets the is_delete of this Job.
|
422
|
+
r"""Gets the is_delete of this Job.
|
423
423
|
|
424
424
|
是否有删除任务权限
|
425
425
|
|
@@ -430,7 +430,7 @@ class Job:
|
|
430
430
|
|
431
431
|
@is_delete.setter
|
432
432
|
def is_delete(self, is_delete):
|
433
|
-
"""Sets the is_delete of this Job.
|
433
|
+
r"""Sets the is_delete of this Job.
|
434
434
|
|
435
435
|
是否有删除任务权限
|
436
436
|
|
@@ -441,7 +441,7 @@ class Job:
|
|
441
441
|
|
442
442
|
@property
|
443
443
|
def is_execute(self):
|
444
|
-
"""Gets the is_execute of this Job.
|
444
|
+
r"""Gets the is_execute of this Job.
|
445
445
|
|
446
446
|
是否有执行任务权限
|
447
447
|
|
@@ -452,7 +452,7 @@ class Job:
|
|
452
452
|
|
453
453
|
@is_execute.setter
|
454
454
|
def is_execute(self, is_execute):
|
455
|
-
"""Sets the is_execute of this Job.
|
455
|
+
r"""Sets the is_execute of this Job.
|
456
456
|
|
457
457
|
是否有执行任务权限
|
458
458
|
|
@@ -463,7 +463,7 @@ class Job:
|
|
463
463
|
|
464
464
|
@property
|
465
465
|
def is_copy(self):
|
466
|
-
"""Gets the is_copy of this Job.
|
466
|
+
r"""Gets the is_copy of this Job.
|
467
467
|
|
468
468
|
是否有复制任务权限
|
469
469
|
|
@@ -474,7 +474,7 @@ class Job:
|
|
474
474
|
|
475
475
|
@is_copy.setter
|
476
476
|
def is_copy(self, is_copy):
|
477
|
-
"""Sets the is_copy of this Job.
|
477
|
+
r"""Sets the is_copy of this Job.
|
478
478
|
|
479
479
|
是否有复制任务权限
|
480
480
|
|
@@ -485,7 +485,7 @@ class Job:
|
|
485
485
|
|
486
486
|
@property
|
487
487
|
def is_forbidden(self):
|
488
|
-
"""Gets the is_forbidden of this Job.
|
488
|
+
r"""Gets the is_forbidden of this Job.
|
489
489
|
|
490
490
|
是否有禁用任务权限
|
491
491
|
|
@@ -496,7 +496,7 @@ class Job:
|
|
496
496
|
|
497
497
|
@is_forbidden.setter
|
498
498
|
def is_forbidden(self, is_forbidden):
|
499
|
-
"""Sets the is_forbidden of this Job.
|
499
|
+
r"""Sets the is_forbidden of this Job.
|
500
500
|
|
501
501
|
是否有禁用任务权限
|
502
502
|
|
@@ -507,7 +507,7 @@ class Job:
|
|
507
507
|
|
508
508
|
@property
|
509
509
|
def is_view(self):
|
510
|
-
"""Gets the is_view of this Job.
|
510
|
+
r"""Gets the is_view of this Job.
|
511
511
|
|
512
512
|
是否有查看任务权限
|
513
513
|
|
@@ -518,7 +518,7 @@ class Job:
|
|
518
518
|
|
519
519
|
@is_view.setter
|
520
520
|
def is_view(self, is_view):
|
521
|
-
"""Sets the is_view of this Job.
|
521
|
+
r"""Sets the is_view of this Job.
|
522
522
|
|
523
523
|
是否有查看任务权限
|
524
524
|
|
@@ -29,7 +29,7 @@ class LimitsParam:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, disable=None, display_name=None, name=None):
|
32
|
-
"""LimitsParam
|
32
|
+
r"""LimitsParam
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -57,7 +57,7 @@ class LimitsParam:
|
|
57
57
|
|
58
58
|
@property
|
59
59
|
def disable(self):
|
60
|
-
"""Gets the disable of this LimitsParam.
|
60
|
+
r"""Gets the disable of this LimitsParam.
|
61
61
|
|
62
62
|
是否生效,默认为\"0\",为生效状态
|
63
63
|
|
@@ -68,7 +68,7 @@ class LimitsParam:
|
|
68
68
|
|
69
69
|
@disable.setter
|
70
70
|
def disable(self, disable):
|
71
|
-
"""Sets the disable of this LimitsParam.
|
71
|
+
r"""Sets the disable of this LimitsParam.
|
72
72
|
|
73
73
|
是否生效,默认为\"0\",为生效状态
|
74
74
|
|
@@ -79,7 +79,7 @@ class LimitsParam:
|
|
79
79
|
|
80
80
|
@property
|
81
81
|
def display_name(self):
|
82
|
-
"""Gets the display_name of this LimitsParam.
|
82
|
+
r"""Gets the display_name of this LimitsParam.
|
83
83
|
|
84
84
|
参数展示的名字
|
85
85
|
|
@@ -90,7 +90,7 @@ class LimitsParam:
|
|
90
90
|
|
91
91
|
@display_name.setter
|
92
92
|
def display_name(self, display_name):
|
93
|
-
"""Sets the display_name of this LimitsParam.
|
93
|
+
r"""Sets the display_name of this LimitsParam.
|
94
94
|
|
95
95
|
参数展示的名字
|
96
96
|
|
@@ -101,7 +101,7 @@ class LimitsParam:
|
|
101
101
|
|
102
102
|
@property
|
103
103
|
def name(self):
|
104
|
-
"""Gets the name of this LimitsParam.
|
104
|
+
r"""Gets the name of this LimitsParam.
|
105
105
|
|
106
106
|
参数名字
|
107
107
|
|
@@ -112,7 +112,7 @@ class LimitsParam:
|
|
112
112
|
|
113
113
|
@name.setter
|
114
114
|
def name(self, name):
|
115
|
-
"""Sets the name of this LimitsParam.
|
115
|
+
r"""Sets the name of this LimitsParam.
|
116
116
|
|
117
117
|
参数名字
|
118
118
|
|