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
@@ -27,7 +27,7 @@ class ShowLastHistoryRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, project_id=None, repository_name=None):
|
30
|
-
"""ShowLastHistoryRequest
|
30
|
+
r"""ShowLastHistoryRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class ShowLastHistoryRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def project_id(self):
|
51
|
-
"""Gets the project_id of this ShowLastHistoryRequest.
|
51
|
+
r"""Gets the project_id of this ShowLastHistoryRequest.
|
52
52
|
|
53
53
|
CodeArts项目ID,32位数字、小写字母组合。
|
54
54
|
|
@@ -59,7 +59,7 @@ class ShowLastHistoryRequest:
|
|
59
59
|
|
60
60
|
@project_id.setter
|
61
61
|
def project_id(self, project_id):
|
62
|
-
"""Sets the project_id of this ShowLastHistoryRequest.
|
62
|
+
r"""Sets the project_id of this ShowLastHistoryRequest.
|
63
63
|
|
64
64
|
CodeArts项目ID,32位数字、小写字母组合。
|
65
65
|
|
@@ -70,7 +70,7 @@ class ShowLastHistoryRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def repository_name(self):
|
73
|
-
"""Gets the repository_name of this ShowLastHistoryRequest.
|
73
|
+
r"""Gets the repository_name of this ShowLastHistoryRequest.
|
74
74
|
|
75
75
|
代码仓库名,不支持中文
|
76
76
|
|
@@ -81,7 +81,7 @@ class ShowLastHistoryRequest:
|
|
81
81
|
|
82
82
|
@repository_name.setter
|
83
83
|
def repository_name(self, repository_name):
|
84
|
-
"""Sets the repository_name of this ShowLastHistoryRequest.
|
84
|
+
r"""Sets the repository_name of this ShowLastHistoryRequest.
|
85
85
|
|
86
86
|
代码仓库名,不支持中文
|
87
87
|
|
@@ -40,7 +40,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
40
40
|
}
|
41
41
|
|
42
42
|
def __init__(self, record_id=None, job_id=None, job_name=None, build_number=None, start_time=None, end_time=None, result=None, commit_id=None):
|
43
|
-
"""ShowLastHistoryResponse
|
43
|
+
r"""ShowLastHistoryResponse
|
44
44
|
|
45
45
|
The model defined in huaweicloud sdk
|
46
46
|
|
@@ -93,7 +93,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
93
93
|
|
94
94
|
@property
|
95
95
|
def record_id(self):
|
96
|
-
"""Gets the record_id of this ShowLastHistoryResponse.
|
96
|
+
r"""Gets the record_id of this ShowLastHistoryResponse.
|
97
97
|
|
98
98
|
构建记录id--唯一key
|
99
99
|
|
@@ -104,7 +104,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
104
104
|
|
105
105
|
@record_id.setter
|
106
106
|
def record_id(self, record_id):
|
107
|
-
"""Sets the record_id of this ShowLastHistoryResponse.
|
107
|
+
r"""Sets the record_id of this ShowLastHistoryResponse.
|
108
108
|
|
109
109
|
构建记录id--唯一key
|
110
110
|
|
@@ -115,7 +115,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
115
115
|
|
116
116
|
@property
|
117
117
|
def job_id(self):
|
118
|
-
"""Gets the job_id of this ShowLastHistoryResponse.
|
118
|
+
r"""Gets the job_id of this ShowLastHistoryResponse.
|
119
119
|
|
120
120
|
构建任务ID
|
121
121
|
|
@@ -126,7 +126,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
126
126
|
|
127
127
|
@job_id.setter
|
128
128
|
def job_id(self, job_id):
|
129
|
-
"""Sets the job_id of this ShowLastHistoryResponse.
|
129
|
+
r"""Sets the job_id of this ShowLastHistoryResponse.
|
130
130
|
|
131
131
|
构建任务ID
|
132
132
|
|
@@ -137,7 +137,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
137
137
|
|
138
138
|
@property
|
139
139
|
def job_name(self):
|
140
|
-
"""Gets the job_name of this ShowLastHistoryResponse.
|
140
|
+
r"""Gets the job_name of this ShowLastHistoryResponse.
|
141
141
|
|
142
142
|
构建任务名称
|
143
143
|
|
@@ -148,7 +148,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
148
148
|
|
149
149
|
@job_name.setter
|
150
150
|
def job_name(self, job_name):
|
151
|
-
"""Sets the job_name of this ShowLastHistoryResponse.
|
151
|
+
r"""Sets the job_name of this ShowLastHistoryResponse.
|
152
152
|
|
153
153
|
构建任务名称
|
154
154
|
|
@@ -159,7 +159,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
159
159
|
|
160
160
|
@property
|
161
161
|
def build_number(self):
|
162
|
-
"""Gets the build_number of this ShowLastHistoryResponse.
|
162
|
+
r"""Gets the build_number of this ShowLastHistoryResponse.
|
163
163
|
|
164
164
|
构建编号
|
165
165
|
|
@@ -170,7 +170,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
170
170
|
|
171
171
|
@build_number.setter
|
172
172
|
def build_number(self, build_number):
|
173
|
-
"""Sets the build_number of this ShowLastHistoryResponse.
|
173
|
+
r"""Sets the build_number of this ShowLastHistoryResponse.
|
174
174
|
|
175
175
|
构建编号
|
176
176
|
|
@@ -181,7 +181,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
181
181
|
|
182
182
|
@property
|
183
183
|
def start_time(self):
|
184
|
-
"""Gets the start_time of this ShowLastHistoryResponse.
|
184
|
+
r"""Gets the start_time of this ShowLastHistoryResponse.
|
185
185
|
|
186
186
|
构建开始时间
|
187
187
|
|
@@ -192,7 +192,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
192
192
|
|
193
193
|
@start_time.setter
|
194
194
|
def start_time(self, start_time):
|
195
|
-
"""Sets the start_time of this ShowLastHistoryResponse.
|
195
|
+
r"""Sets the start_time of this ShowLastHistoryResponse.
|
196
196
|
|
197
197
|
构建开始时间
|
198
198
|
|
@@ -203,7 +203,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
203
203
|
|
204
204
|
@property
|
205
205
|
def end_time(self):
|
206
|
-
"""Gets the end_time of this ShowLastHistoryResponse.
|
206
|
+
r"""Gets the end_time of this ShowLastHistoryResponse.
|
207
207
|
|
208
208
|
构建结束时间
|
209
209
|
|
@@ -214,7 +214,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
214
214
|
|
215
215
|
@end_time.setter
|
216
216
|
def end_time(self, end_time):
|
217
|
-
"""Sets the end_time of this ShowLastHistoryResponse.
|
217
|
+
r"""Sets the end_time of this ShowLastHistoryResponse.
|
218
218
|
|
219
219
|
构建结束时间
|
220
220
|
|
@@ -225,7 +225,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
225
225
|
|
226
226
|
@property
|
227
227
|
def result(self):
|
228
|
-
"""Gets the result of this ShowLastHistoryResponse.
|
228
|
+
r"""Gets the result of this ShowLastHistoryResponse.
|
229
229
|
|
230
230
|
构建执行结果
|
231
231
|
|
@@ -236,7 +236,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
236
236
|
|
237
237
|
@result.setter
|
238
238
|
def result(self, result):
|
239
|
-
"""Sets the result of this ShowLastHistoryResponse.
|
239
|
+
r"""Sets the result of this ShowLastHistoryResponse.
|
240
240
|
|
241
241
|
构建执行结果
|
242
242
|
|
@@ -247,7 +247,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
247
247
|
|
248
248
|
@property
|
249
249
|
def commit_id(self):
|
250
|
-
"""Gets the commit_id of this ShowLastHistoryResponse.
|
250
|
+
r"""Gets the commit_id of this ShowLastHistoryResponse.
|
251
251
|
|
252
252
|
commitId
|
253
253
|
|
@@ -258,7 +258,7 @@ class ShowLastHistoryResponse(SdkResponse):
|
|
258
258
|
|
259
259
|
@commit_id.setter
|
260
260
|
def commit_id(self, commit_id):
|
261
|
-
"""Sets the commit_id of this ShowLastHistoryResponse.
|
261
|
+
r"""Sets the commit_id of this ShowLastHistoryResponse.
|
262
262
|
|
263
263
|
commitId
|
264
264
|
|
@@ -31,7 +31,7 @@ class ShowListHistoryRequest:
|
|
31
31
|
}
|
32
32
|
|
33
33
|
def __init__(self, job_id=None, offset=None, limit=None, interval=None):
|
34
|
-
"""ShowListHistoryRequest
|
34
|
+
r"""ShowListHistoryRequest
|
35
35
|
|
36
36
|
The model defined in huaweicloud sdk
|
37
37
|
|
@@ -60,7 +60,7 @@ class ShowListHistoryRequest:
|
|
60
60
|
|
61
61
|
@property
|
62
62
|
def job_id(self):
|
63
|
-
"""Gets the job_id of this ShowListHistoryRequest.
|
63
|
+
r"""Gets the job_id of this ShowListHistoryRequest.
|
64
64
|
|
65
65
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
66
66
|
|
@@ -71,7 +71,7 @@ class ShowListHistoryRequest:
|
|
71
71
|
|
72
72
|
@job_id.setter
|
73
73
|
def job_id(self, job_id):
|
74
|
-
"""Sets the job_id of this ShowListHistoryRequest.
|
74
|
+
r"""Sets the job_id of this ShowListHistoryRequest.
|
75
75
|
|
76
76
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
77
77
|
|
@@ -82,7 +82,7 @@ class ShowListHistoryRequest:
|
|
82
82
|
|
83
83
|
@property
|
84
84
|
def offset(self):
|
85
|
-
"""Gets the offset of this ShowListHistoryRequest.
|
85
|
+
r"""Gets the offset of this ShowListHistoryRequest.
|
86
86
|
|
87
87
|
分页页码, 表示从此页开始查询, offset大于等于0
|
88
88
|
|
@@ -93,7 +93,7 @@ class ShowListHistoryRequest:
|
|
93
93
|
|
94
94
|
@offset.setter
|
95
95
|
def offset(self, offset):
|
96
|
-
"""Sets the offset of this ShowListHistoryRequest.
|
96
|
+
r"""Sets the offset of this ShowListHistoryRequest.
|
97
97
|
|
98
98
|
分页页码, 表示从此页开始查询, offset大于等于0
|
99
99
|
|
@@ -104,7 +104,7 @@ class ShowListHistoryRequest:
|
|
104
104
|
|
105
105
|
@property
|
106
106
|
def limit(self):
|
107
|
-
"""Gets the limit of this ShowListHistoryRequest.
|
107
|
+
r"""Gets the limit of this ShowListHistoryRequest.
|
108
108
|
|
109
109
|
每页显示的条目数量,limit小于等于100
|
110
110
|
|
@@ -115,7 +115,7 @@ class ShowListHistoryRequest:
|
|
115
115
|
|
116
116
|
@limit.setter
|
117
117
|
def limit(self, limit):
|
118
|
-
"""Sets the limit of this ShowListHistoryRequest.
|
118
|
+
r"""Sets the limit of this ShowListHistoryRequest.
|
119
119
|
|
120
120
|
每页显示的条目数量,limit小于等于100
|
121
121
|
|
@@ -126,7 +126,7 @@ class ShowListHistoryRequest:
|
|
126
126
|
|
127
127
|
@property
|
128
128
|
def interval(self):
|
129
|
-
"""Gets the interval of this ShowListHistoryRequest.
|
129
|
+
r"""Gets the interval of this ShowListHistoryRequest.
|
130
130
|
|
131
131
|
距今天的时间区间(单位:天),interval小于等于30
|
132
132
|
|
@@ -137,7 +137,7 @@ class ShowListHistoryRequest:
|
|
137
137
|
|
138
138
|
@interval.setter
|
139
139
|
def interval(self, interval):
|
140
|
-
"""Sets the interval of this ShowListHistoryRequest.
|
140
|
+
r"""Sets the interval of this ShowListHistoryRequest.
|
141
141
|
|
142
142
|
距今天的时间区间(单位:天),interval小于等于30
|
143
143
|
|
@@ -28,7 +28,7 @@ class ShowListHistoryResponse(SdkResponse):
|
|
28
28
|
}
|
29
29
|
|
30
30
|
def __init__(self, history_records=None, total=None):
|
31
|
-
"""ShowListHistoryResponse
|
31
|
+
r"""ShowListHistoryResponse
|
32
32
|
|
33
33
|
The model defined in huaweicloud sdk
|
34
34
|
|
@@ -51,7 +51,7 @@ class ShowListHistoryResponse(SdkResponse):
|
|
51
51
|
|
52
52
|
@property
|
53
53
|
def history_records(self):
|
54
|
-
"""Gets the history_records of this ShowListHistoryResponse.
|
54
|
+
r"""Gets the history_records of this ShowListHistoryResponse.
|
55
55
|
|
56
56
|
构建历史列表
|
57
57
|
|
@@ -62,7 +62,7 @@ class ShowListHistoryResponse(SdkResponse):
|
|
62
62
|
|
63
63
|
@history_records.setter
|
64
64
|
def history_records(self, history_records):
|
65
|
-
"""Sets the history_records of this ShowListHistoryResponse.
|
65
|
+
r"""Sets the history_records of this ShowListHistoryResponse.
|
66
66
|
|
67
67
|
构建历史列表
|
68
68
|
|
@@ -73,7 +73,7 @@ class ShowListHistoryResponse(SdkResponse):
|
|
73
73
|
|
74
74
|
@property
|
75
75
|
def total(self):
|
76
|
-
"""Gets the total of this ShowListHistoryResponse.
|
76
|
+
r"""Gets the total of this ShowListHistoryResponse.
|
77
77
|
|
78
78
|
记录总数
|
79
79
|
|
@@ -84,7 +84,7 @@ class ShowListHistoryResponse(SdkResponse):
|
|
84
84
|
|
85
85
|
@total.setter
|
86
86
|
def total(self, total):
|
87
|
-
"""Sets the total of this ShowListHistoryResponse.
|
87
|
+
r"""Sets the total of this ShowListHistoryResponse.
|
88
88
|
|
89
89
|
记录总数
|
90
90
|
|
@@ -33,7 +33,7 @@ class ShowListPeriodHistoryRequest:
|
|
33
33
|
}
|
34
34
|
|
35
35
|
def __init__(self, job_id=None, offset=None, limit=None, start_time=None, end_time=None):
|
36
|
-
"""ShowListPeriodHistoryRequest
|
36
|
+
r"""ShowListPeriodHistoryRequest
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
@@ -66,7 +66,7 @@ class ShowListPeriodHistoryRequest:
|
|
66
66
|
|
67
67
|
@property
|
68
68
|
def job_id(self):
|
69
|
-
"""Gets the job_id of this ShowListPeriodHistoryRequest.
|
69
|
+
r"""Gets the job_id of this ShowListPeriodHistoryRequest.
|
70
70
|
|
71
71
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
72
72
|
|
@@ -77,7 +77,7 @@ class ShowListPeriodHistoryRequest:
|
|
77
77
|
|
78
78
|
@job_id.setter
|
79
79
|
def job_id(self, job_id):
|
80
|
-
"""Sets the job_id of this ShowListPeriodHistoryRequest.
|
80
|
+
r"""Sets the job_id of this ShowListPeriodHistoryRequest.
|
81
81
|
|
82
82
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
83
83
|
|
@@ -88,7 +88,7 @@ class ShowListPeriodHistoryRequest:
|
|
88
88
|
|
89
89
|
@property
|
90
90
|
def offset(self):
|
91
|
-
"""Gets the offset of this ShowListPeriodHistoryRequest.
|
91
|
+
r"""Gets the offset of this ShowListPeriodHistoryRequest.
|
92
92
|
|
93
93
|
分页页码, 表示从此页开始查询, offset大于等于0
|
94
94
|
|
@@ -99,7 +99,7 @@ class ShowListPeriodHistoryRequest:
|
|
99
99
|
|
100
100
|
@offset.setter
|
101
101
|
def offset(self, offset):
|
102
|
-
"""Sets the offset of this ShowListPeriodHistoryRequest.
|
102
|
+
r"""Sets the offset of this ShowListPeriodHistoryRequest.
|
103
103
|
|
104
104
|
分页页码, 表示从此页开始查询, offset大于等于0
|
105
105
|
|
@@ -110,7 +110,7 @@ class ShowListPeriodHistoryRequest:
|
|
110
110
|
|
111
111
|
@property
|
112
112
|
def limit(self):
|
113
|
-
"""Gets the limit of this ShowListPeriodHistoryRequest.
|
113
|
+
r"""Gets the limit of this ShowListPeriodHistoryRequest.
|
114
114
|
|
115
115
|
每页显示的条目数量,limit小于等于100
|
116
116
|
|
@@ -121,7 +121,7 @@ class ShowListPeriodHistoryRequest:
|
|
121
121
|
|
122
122
|
@limit.setter
|
123
123
|
def limit(self, limit):
|
124
|
-
"""Sets the limit of this ShowListPeriodHistoryRequest.
|
124
|
+
r"""Sets the limit of this ShowListPeriodHistoryRequest.
|
125
125
|
|
126
126
|
每页显示的条目数量,limit小于等于100
|
127
127
|
|
@@ -132,7 +132,7 @@ class ShowListPeriodHistoryRequest:
|
|
132
132
|
|
133
133
|
@property
|
134
134
|
def start_time(self):
|
135
|
-
"""Gets the start_time of this ShowListPeriodHistoryRequest.
|
135
|
+
r"""Gets the start_time of this ShowListPeriodHistoryRequest.
|
136
136
|
|
137
137
|
区间开始时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
138
138
|
|
@@ -143,7 +143,7 @@ class ShowListPeriodHistoryRequest:
|
|
143
143
|
|
144
144
|
@start_time.setter
|
145
145
|
def start_time(self, start_time):
|
146
|
-
"""Sets the start_time of this ShowListPeriodHistoryRequest.
|
146
|
+
r"""Sets the start_time of this ShowListPeriodHistoryRequest.
|
147
147
|
|
148
148
|
区间开始时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
149
149
|
|
@@ -154,7 +154,7 @@ class ShowListPeriodHistoryRequest:
|
|
154
154
|
|
155
155
|
@property
|
156
156
|
def end_time(self):
|
157
|
-
"""Gets the end_time of this ShowListPeriodHistoryRequest.
|
157
|
+
r"""Gets the end_time of this ShowListPeriodHistoryRequest.
|
158
158
|
|
159
159
|
区间结束时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
160
160
|
|
@@ -165,7 +165,7 @@ class ShowListPeriodHistoryRequest:
|
|
165
165
|
|
166
166
|
@end_time.setter
|
167
167
|
def end_time(self, end_time):
|
168
|
-
"""Sets the end_time of this ShowListPeriodHistoryRequest.
|
168
|
+
r"""Sets the end_time of this ShowListPeriodHistoryRequest.
|
169
169
|
|
170
170
|
区间结束时间,格式yyyy-MM-dd。 开始时间和结束时间间隔不能超过30天
|
171
171
|
|
@@ -28,7 +28,7 @@ class ShowListPeriodHistoryResponse(SdkResponse):
|
|
28
28
|
}
|
29
29
|
|
30
30
|
def __init__(self, total=None, history_records=None):
|
31
|
-
"""ShowListPeriodHistoryResponse
|
31
|
+
r"""ShowListPeriodHistoryResponse
|
32
32
|
|
33
33
|
The model defined in huaweicloud sdk
|
34
34
|
|
@@ -51,7 +51,7 @@ class ShowListPeriodHistoryResponse(SdkResponse):
|
|
51
51
|
|
52
52
|
@property
|
53
53
|
def total(self):
|
54
|
-
"""Gets the total of this ShowListPeriodHistoryResponse.
|
54
|
+
r"""Gets the total of this ShowListPeriodHistoryResponse.
|
55
55
|
|
56
56
|
记录总数
|
57
57
|
|
@@ -62,7 +62,7 @@ class ShowListPeriodHistoryResponse(SdkResponse):
|
|
62
62
|
|
63
63
|
@total.setter
|
64
64
|
def total(self, total):
|
65
|
-
"""Sets the total of this ShowListPeriodHistoryResponse.
|
65
|
+
r"""Sets the total of this ShowListPeriodHistoryResponse.
|
66
66
|
|
67
67
|
记录总数
|
68
68
|
|
@@ -73,7 +73,7 @@ class ShowListPeriodHistoryResponse(SdkResponse):
|
|
73
73
|
|
74
74
|
@property
|
75
75
|
def history_records(self):
|
76
|
-
"""Gets the history_records of this ShowListPeriodHistoryResponse.
|
76
|
+
r"""Gets the history_records of this ShowListPeriodHistoryResponse.
|
77
77
|
|
78
78
|
构建历史列表
|
79
79
|
|
@@ -84,7 +84,7 @@ class ShowListPeriodHistoryResponse(SdkResponse):
|
|
84
84
|
|
85
85
|
@history_records.setter
|
86
86
|
def history_records(self, history_records):
|
87
|
-
"""Sets the history_records of this ShowListPeriodHistoryResponse.
|
87
|
+
r"""Sets the history_records of this ShowListPeriodHistoryResponse.
|
88
88
|
|
89
89
|
构建历史列表
|
90
90
|
|
@@ -27,7 +27,7 @@ class ShowOutputInfoRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, job_id=None, build_no=None):
|
30
|
-
"""ShowOutputInfoRequest
|
30
|
+
r"""ShowOutputInfoRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class ShowOutputInfoRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def job_id(self):
|
51
|
-
"""Gets the job_id of this ShowOutputInfoRequest.
|
51
|
+
r"""Gets the job_id of this ShowOutputInfoRequest.
|
52
52
|
|
53
53
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
54
54
|
|
@@ -59,7 +59,7 @@ class ShowOutputInfoRequest:
|
|
59
59
|
|
60
60
|
@job_id.setter
|
61
61
|
def job_id(self, job_id):
|
62
|
-
"""Sets the job_id of this ShowOutputInfoRequest.
|
62
|
+
r"""Sets the job_id of this ShowOutputInfoRequest.
|
63
63
|
|
64
64
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
65
65
|
|
@@ -70,7 +70,7 @@ class ShowOutputInfoRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def build_no(self):
|
73
|
-
"""Gets the build_no of this ShowOutputInfoRequest.
|
73
|
+
r"""Gets the build_no of this ShowOutputInfoRequest.
|
74
74
|
|
75
75
|
构建任务的构建编号,从1开始,每次构建递增1
|
76
76
|
|
@@ -81,7 +81,7 @@ class ShowOutputInfoRequest:
|
|
81
81
|
|
82
82
|
@build_no.setter
|
83
83
|
def build_no(self, build_no):
|
84
|
-
"""Sets the build_no of this ShowOutputInfoRequest.
|
84
|
+
r"""Sets the build_no of this ShowOutputInfoRequest.
|
85
85
|
|
86
86
|
构建任务的构建编号,从1开始,每次构建递增1
|
87
87
|
|
@@ -30,7 +30,7 @@ class ShowOutputInfoResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, status=None, error=None, result=None):
|
33
|
-
"""ShowOutputInfoResponse
|
33
|
+
r"""ShowOutputInfoResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class ShowOutputInfoResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def status(self):
|
61
|
-
"""Gets the status of this ShowOutputInfoResponse.
|
61
|
+
r"""Gets the status of this ShowOutputInfoResponse.
|
62
62
|
|
63
63
|
状态
|
64
64
|
|
@@ -69,7 +69,7 @@ class ShowOutputInfoResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@status.setter
|
71
71
|
def status(self, status):
|
72
|
-
"""Sets the status of this ShowOutputInfoResponse.
|
72
|
+
r"""Sets the status of this ShowOutputInfoResponse.
|
73
73
|
|
74
74
|
状态
|
75
75
|
|
@@ -80,7 +80,7 @@ class ShowOutputInfoResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def error(self):
|
83
|
-
"""Gets the error of this ShowOutputInfoResponse.
|
83
|
+
r"""Gets the error of this ShowOutputInfoResponse.
|
84
84
|
|
85
85
|
错误
|
86
86
|
|
@@ -91,7 +91,7 @@ class ShowOutputInfoResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@error.setter
|
93
93
|
def error(self, error):
|
94
|
-
"""Sets the error of this ShowOutputInfoResponse.
|
94
|
+
r"""Sets the error of this ShowOutputInfoResponse.
|
95
95
|
|
96
96
|
错误
|
97
97
|
|
@@ -102,7 +102,7 @@ class ShowOutputInfoResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def result(self):
|
105
|
-
"""Gets the result of this ShowOutputInfoResponse.
|
105
|
+
r"""Gets the result of this ShowOutputInfoResponse.
|
106
106
|
|
107
107
|
:return: The result of this ShowOutputInfoResponse.
|
108
108
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.OutPutInfoResult`
|
@@ -111,7 +111,7 @@ class ShowOutputInfoResponse(SdkResponse):
|
|
111
111
|
|
112
112
|
@result.setter
|
113
113
|
def result(self, result):
|
114
|
-
"""Sets the result of this ShowOutputInfoResponse.
|
114
|
+
r"""Sets the result of this ShowOutputInfoResponse.
|
115
115
|
|
116
116
|
:param result: The result of this ShowOutputInfoResponse.
|
117
117
|
:type result: :class:`huaweicloudsdkcodeartsbuild.v3.OutPutInfoResult`
|
@@ -27,7 +27,7 @@ class ShowRecordDetailRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, job_id=None, build_no=None):
|
30
|
-
"""ShowRecordDetailRequest
|
30
|
+
r"""ShowRecordDetailRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class ShowRecordDetailRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def job_id(self):
|
51
|
-
"""Gets the job_id of this ShowRecordDetailRequest.
|
51
|
+
r"""Gets the job_id of this ShowRecordDetailRequest.
|
52
52
|
|
53
53
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
54
54
|
|
@@ -59,7 +59,7 @@ class ShowRecordDetailRequest:
|
|
59
59
|
|
60
60
|
@job_id.setter
|
61
61
|
def job_id(self, job_id):
|
62
|
-
"""Sets the job_id of this ShowRecordDetailRequest.
|
62
|
+
r"""Sets the job_id of this ShowRecordDetailRequest.
|
63
63
|
|
64
64
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
65
65
|
|
@@ -70,7 +70,7 @@ class ShowRecordDetailRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def build_no(self):
|
73
|
-
"""Gets the build_no of this ShowRecordDetailRequest.
|
73
|
+
r"""Gets the build_no of this ShowRecordDetailRequest.
|
74
74
|
|
75
75
|
构建任务的构建编号,从1开始,每次构建递增1
|
76
76
|
|
@@ -81,7 +81,7 @@ class ShowRecordDetailRequest:
|
|
81
81
|
|
82
82
|
@build_no.setter
|
83
83
|
def build_no(self, build_no):
|
84
|
-
"""Sets the build_no of this ShowRecordDetailRequest.
|
84
|
+
r"""Sets the build_no of this ShowRecordDetailRequest.
|
85
85
|
|
86
86
|
构建任务的构建编号,从1开始,每次构建递增1
|
87
87
|
|
@@ -30,7 +30,7 @@ class ShowRecordDetailResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, status=None, error=None, result=None):
|
33
|
-
"""ShowRecordDetailResponse
|
33
|
+
r"""ShowRecordDetailResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class ShowRecordDetailResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def status(self):
|
61
|
-
"""Gets the status of this ShowRecordDetailResponse.
|
61
|
+
r"""Gets the status of this ShowRecordDetailResponse.
|
62
62
|
|
63
63
|
状态
|
64
64
|
|
@@ -69,7 +69,7 @@ class ShowRecordDetailResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@status.setter
|
71
71
|
def status(self, status):
|
72
|
-
"""Sets the status of this ShowRecordDetailResponse.
|
72
|
+
r"""Sets the status of this ShowRecordDetailResponse.
|
73
73
|
|
74
74
|
状态
|
75
75
|
|
@@ -80,7 +80,7 @@ class ShowRecordDetailResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def error(self):
|
83
|
-
"""Gets the error of this ShowRecordDetailResponse.
|
83
|
+
r"""Gets the error of this ShowRecordDetailResponse.
|
84
84
|
|
85
85
|
错误
|
86
86
|
|
@@ -91,7 +91,7 @@ class ShowRecordDetailResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@error.setter
|
93
93
|
def error(self, error):
|
94
|
-
"""Sets the error of this ShowRecordDetailResponse.
|
94
|
+
r"""Sets the error of this ShowRecordDetailResponse.
|
95
95
|
|
96
96
|
错误
|
97
97
|
|
@@ -102,7 +102,7 @@ class ShowRecordDetailResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def result(self):
|
105
|
-
"""Gets the result of this ShowRecordDetailResponse.
|
105
|
+
r"""Gets the result of this ShowRecordDetailResponse.
|
106
106
|
|
107
107
|
:return: The result of this ShowRecordDetailResponse.
|
108
108
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.RecordInfo2Result`
|
@@ -111,7 +111,7 @@ class ShowRecordDetailResponse(SdkResponse):
|
|
111
111
|
|
112
112
|
@result.setter
|
113
113
|
def result(self, result):
|
114
|
-
"""Sets the result of this ShowRecordDetailResponse.
|
114
|
+
r"""Sets the result of this ShowRecordDetailResponse.
|
115
115
|
|
116
116
|
:param result: The result of this ShowRecordDetailResponse.
|
117
117
|
:type result: :class:`huaweicloudsdkcodeartsbuild.v3.RecordInfo2Result`
|