huaweicloudsdkcodeartsbuild 3.1.142__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.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkcodeartsbuild-3.1.143.dist-info/RECORD +109 -0
- huaweicloudsdkcodeartsbuild-3.1.142.dist-info/RECORD +0 -109
- {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ class RunJobResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, octopus_job_name=None, actual_build_number=None, daily_build_number=None):
|
33
|
-
"""RunJobResponse
|
33
|
+
r"""RunJobResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class RunJobResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def octopus_job_name(self):
|
61
|
-
"""Gets the octopus_job_name of this RunJobResponse.
|
61
|
+
r"""Gets the octopus_job_name of this RunJobResponse.
|
62
62
|
|
63
63
|
临时任务名称
|
64
64
|
|
@@ -69,7 +69,7 @@ class RunJobResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@octopus_job_name.setter
|
71
71
|
def octopus_job_name(self, octopus_job_name):
|
72
|
-
"""Sets the octopus_job_name of this RunJobResponse.
|
72
|
+
r"""Sets the octopus_job_name of this RunJobResponse.
|
73
73
|
|
74
74
|
临时任务名称
|
75
75
|
|
@@ -80,7 +80,7 @@ class RunJobResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def actual_build_number(self):
|
83
|
-
"""Gets the actual_build_number of this RunJobResponse.
|
83
|
+
r"""Gets the actual_build_number of this RunJobResponse.
|
84
84
|
|
85
85
|
实际构建次数
|
86
86
|
|
@@ -91,7 +91,7 @@ class RunJobResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@actual_build_number.setter
|
93
93
|
def actual_build_number(self, actual_build_number):
|
94
|
-
"""Sets the actual_build_number of this RunJobResponse.
|
94
|
+
r"""Sets the actual_build_number of this RunJobResponse.
|
95
95
|
|
96
96
|
实际构建次数
|
97
97
|
|
@@ -102,7 +102,7 @@ class RunJobResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def daily_build_number(self):
|
105
|
-
"""Gets the daily_build_number of this RunJobResponse.
|
105
|
+
r"""Gets the daily_build_number of this RunJobResponse.
|
106
106
|
|
107
107
|
构建每日编号
|
108
108
|
|
@@ -113,7 +113,7 @@ class RunJobResponse(SdkResponse):
|
|
113
113
|
|
114
114
|
@daily_build_number.setter
|
115
115
|
def daily_build_number(self, daily_build_number):
|
116
|
-
"""Sets the daily_build_number of this RunJobResponse.
|
116
|
+
r"""Sets the daily_build_number of this RunJobResponse.
|
117
117
|
|
118
118
|
构建每日编号
|
119
119
|
|
@@ -27,7 +27,7 @@ class Scm:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, build_tag=None, build_commit_id=None):
|
30
|
-
"""Scm
|
30
|
+
r"""Scm
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class Scm:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def build_tag(self):
|
53
|
-
"""Gets the build_tag of this Scm.
|
53
|
+
r"""Gets the build_tag of this Scm.
|
54
54
|
|
55
55
|
代码Tag
|
56
56
|
|
@@ -61,7 +61,7 @@ class Scm:
|
|
61
61
|
|
62
62
|
@build_tag.setter
|
63
63
|
def build_tag(self, build_tag):
|
64
|
-
"""Sets the build_tag of this Scm.
|
64
|
+
r"""Sets the build_tag of this Scm.
|
65
65
|
|
66
66
|
代码Tag
|
67
67
|
|
@@ -72,7 +72,7 @@ class Scm:
|
|
72
72
|
|
73
73
|
@property
|
74
74
|
def build_commit_id(self):
|
75
|
-
"""Gets the build_commit_id of this Scm.
|
75
|
+
r"""Gets the build_commit_id of this Scm.
|
76
76
|
|
77
77
|
代码提交ID
|
78
78
|
|
@@ -83,7 +83,7 @@ class Scm:
|
|
83
83
|
|
84
84
|
@build_commit_id.setter
|
85
85
|
def build_commit_id(self, build_commit_id):
|
86
|
-
"""Sets the build_commit_id of this Scm.
|
86
|
+
r"""Sets the build_commit_id of this Scm.
|
87
87
|
|
88
88
|
代码提交ID
|
89
89
|
|
@@ -25,7 +25,7 @@ class ShowFlowGraphRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, build_flow_record_id=None):
|
28
|
-
"""ShowFlowGraphRequest
|
28
|
+
r"""ShowFlowGraphRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class ShowFlowGraphRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def build_flow_record_id(self):
|
45
|
-
"""Gets the build_flow_record_id of this ShowFlowGraphRequest.
|
45
|
+
r"""Gets the build_flow_record_id of this ShowFlowGraphRequest.
|
46
46
|
|
47
47
|
父任务构建记录ID
|
48
48
|
|
@@ -53,7 +53,7 @@ class ShowFlowGraphRequest:
|
|
53
53
|
|
54
54
|
@build_flow_record_id.setter
|
55
55
|
def build_flow_record_id(self, build_flow_record_id):
|
56
|
-
"""Sets the build_flow_record_id of this ShowFlowGraphRequest.
|
56
|
+
r"""Sets the build_flow_record_id of this ShowFlowGraphRequest.
|
57
57
|
|
58
58
|
父任务构建记录ID
|
59
59
|
|
@@ -32,7 +32,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
32
32
|
}
|
33
33
|
|
34
34
|
def __init__(self, success=None, message=None, err_code=None, result=None):
|
35
|
-
"""ShowFlowGraphResponse
|
35
|
+
r"""ShowFlowGraphResponse
|
36
36
|
|
37
37
|
The model defined in huaweicloud sdk
|
38
38
|
|
@@ -65,7 +65,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
65
65
|
|
66
66
|
@property
|
67
67
|
def success(self):
|
68
|
-
"""Gets the success of this ShowFlowGraphResponse.
|
68
|
+
r"""Gets the success of this ShowFlowGraphResponse.
|
69
69
|
|
70
70
|
状态
|
71
71
|
|
@@ -76,7 +76,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
76
76
|
|
77
77
|
@success.setter
|
78
78
|
def success(self, success):
|
79
|
-
"""Sets the success of this ShowFlowGraphResponse.
|
79
|
+
r"""Sets the success of this ShowFlowGraphResponse.
|
80
80
|
|
81
81
|
状态
|
82
82
|
|
@@ -87,7 +87,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
87
87
|
|
88
88
|
@property
|
89
89
|
def message(self):
|
90
|
-
"""Gets the message of this ShowFlowGraphResponse.
|
90
|
+
r"""Gets the message of this ShowFlowGraphResponse.
|
91
91
|
|
92
92
|
消息
|
93
93
|
|
@@ -98,7 +98,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
98
98
|
|
99
99
|
@message.setter
|
100
100
|
def message(self, message):
|
101
|
-
"""Sets the message of this ShowFlowGraphResponse.
|
101
|
+
r"""Sets the message of this ShowFlowGraphResponse.
|
102
102
|
|
103
103
|
消息
|
104
104
|
|
@@ -109,7 +109,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
109
109
|
|
110
110
|
@property
|
111
111
|
def err_code(self):
|
112
|
-
"""Gets the err_code of this ShowFlowGraphResponse.
|
112
|
+
r"""Gets the err_code of this ShowFlowGraphResponse.
|
113
113
|
|
114
114
|
错误码
|
115
115
|
|
@@ -120,7 +120,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
120
120
|
|
121
121
|
@err_code.setter
|
122
122
|
def err_code(self, err_code):
|
123
|
-
"""Sets the err_code of this ShowFlowGraphResponse.
|
123
|
+
r"""Sets the err_code of this ShowFlowGraphResponse.
|
124
124
|
|
125
125
|
错误码
|
126
126
|
|
@@ -131,7 +131,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
131
131
|
|
132
132
|
@property
|
133
133
|
def result(self):
|
134
|
-
"""Gets the result of this ShowFlowGraphResponse.
|
134
|
+
r"""Gets the result of this ShowFlowGraphResponse.
|
135
135
|
|
136
136
|
:return: The result of this ShowFlowGraphResponse.
|
137
137
|
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.FlowGraphResult`
|
@@ -140,7 +140,7 @@ class ShowFlowGraphResponse(SdkResponse):
|
|
140
140
|
|
141
141
|
@result.setter
|
142
142
|
def result(self, result):
|
143
|
-
"""Sets the result of this ShowFlowGraphResponse.
|
143
|
+
r"""Sets the result of this ShowFlowGraphResponse.
|
144
144
|
|
145
145
|
:param result: The result of this ShowFlowGraphResponse.
|
146
146
|
:type result: :class:`huaweicloudsdkcodeartsbuild.v3.FlowGraphResult`
|
@@ -27,7 +27,7 @@ class ShowHistoryDetailsRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, job_id=None, build_number=None):
|
30
|
-
"""ShowHistoryDetailsRequest
|
30
|
+
r"""ShowHistoryDetailsRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class ShowHistoryDetailsRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def job_id(self):
|
51
|
-
"""Gets the job_id of this ShowHistoryDetailsRequest.
|
51
|
+
r"""Gets the job_id of this ShowHistoryDetailsRequest.
|
52
52
|
|
53
53
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
54
54
|
|
@@ -59,7 +59,7 @@ class ShowHistoryDetailsRequest:
|
|
59
59
|
|
60
60
|
@job_id.setter
|
61
61
|
def job_id(self, job_id):
|
62
|
-
"""Sets the job_id of this ShowHistoryDetailsRequest.
|
62
|
+
r"""Sets the job_id of this ShowHistoryDetailsRequest.
|
63
63
|
|
64
64
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
65
65
|
|
@@ -70,7 +70,7 @@ class ShowHistoryDetailsRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def build_number(self):
|
73
|
-
"""Gets the build_number of this ShowHistoryDetailsRequest.
|
73
|
+
r"""Gets the build_number of this ShowHistoryDetailsRequest.
|
74
74
|
|
75
75
|
构建任务的构建编号,从1开始,每次构建递增1
|
76
76
|
|
@@ -81,7 +81,7 @@ class ShowHistoryDetailsRequest:
|
|
81
81
|
|
82
82
|
@build_number.setter
|
83
83
|
def build_number(self, build_number):
|
84
|
-
"""Sets the build_number of this ShowHistoryDetailsRequest.
|
84
|
+
r"""Sets the build_number of this ShowHistoryDetailsRequest.
|
85
85
|
|
86
86
|
构建任务的构建编号,从1开始,每次构建递增1
|
87
87
|
|
@@ -36,7 +36,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
36
36
|
}
|
37
37
|
|
38
38
|
def __init__(self, job_name=None, build_number=None, project_id=None, project_name=None, parameters=None, build_steps=None):
|
39
|
-
"""ShowHistoryDetailsResponse
|
39
|
+
r"""ShowHistoryDetailsResponse
|
40
40
|
|
41
41
|
The model defined in huaweicloud sdk
|
42
42
|
|
@@ -79,7 +79,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
79
79
|
|
80
80
|
@property
|
81
81
|
def job_name(self):
|
82
|
-
"""Gets the job_name of this ShowHistoryDetailsResponse.
|
82
|
+
r"""Gets the job_name of this ShowHistoryDetailsResponse.
|
83
83
|
|
84
84
|
构建任务名称
|
85
85
|
|
@@ -90,7 +90,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
90
90
|
|
91
91
|
@job_name.setter
|
92
92
|
def job_name(self, job_name):
|
93
|
-
"""Sets the job_name of this ShowHistoryDetailsResponse.
|
93
|
+
r"""Sets the job_name of this ShowHistoryDetailsResponse.
|
94
94
|
|
95
95
|
构建任务名称
|
96
96
|
|
@@ -101,7 +101,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
101
101
|
|
102
102
|
@property
|
103
103
|
def build_number(self):
|
104
|
-
"""Gets the build_number of this ShowHistoryDetailsResponse.
|
104
|
+
r"""Gets the build_number of this ShowHistoryDetailsResponse.
|
105
105
|
|
106
106
|
构建编号
|
107
107
|
|
@@ -112,7 +112,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
112
112
|
|
113
113
|
@build_number.setter
|
114
114
|
def build_number(self, build_number):
|
115
|
-
"""Sets the build_number of this ShowHistoryDetailsResponse.
|
115
|
+
r"""Sets the build_number of this ShowHistoryDetailsResponse.
|
116
116
|
|
117
117
|
构建编号
|
118
118
|
|
@@ -123,7 +123,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
123
123
|
|
124
124
|
@property
|
125
125
|
def project_id(self):
|
126
|
-
"""Gets the project_id of this ShowHistoryDetailsResponse.
|
126
|
+
r"""Gets the project_id of this ShowHistoryDetailsResponse.
|
127
127
|
|
128
128
|
构建任务所在项目的ID
|
129
129
|
|
@@ -134,7 +134,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
134
134
|
|
135
135
|
@project_id.setter
|
136
136
|
def project_id(self, project_id):
|
137
|
-
"""Sets the project_id of this ShowHistoryDetailsResponse.
|
137
|
+
r"""Sets the project_id of this ShowHistoryDetailsResponse.
|
138
138
|
|
139
139
|
构建任务所在项目的ID
|
140
140
|
|
@@ -145,7 +145,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
145
145
|
|
146
146
|
@property
|
147
147
|
def project_name(self):
|
148
|
-
"""Gets the project_name of this ShowHistoryDetailsResponse.
|
148
|
+
r"""Gets the project_name of this ShowHistoryDetailsResponse.
|
149
149
|
|
150
150
|
构建任务所在项目的名称
|
151
151
|
|
@@ -156,7 +156,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
156
156
|
|
157
157
|
@project_name.setter
|
158
158
|
def project_name(self, project_name):
|
159
|
-
"""Sets the project_name of this ShowHistoryDetailsResponse.
|
159
|
+
r"""Sets the project_name of this ShowHistoryDetailsResponse.
|
160
160
|
|
161
161
|
构建任务所在项目的名称
|
162
162
|
|
@@ -167,7 +167,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
167
167
|
|
168
168
|
@property
|
169
169
|
def parameters(self):
|
170
|
-
"""Gets the parameters of this ShowHistoryDetailsResponse.
|
170
|
+
r"""Gets the parameters of this ShowHistoryDetailsResponse.
|
171
171
|
|
172
172
|
本次构建的参数,Map类型,敏感参数值返回*号
|
173
173
|
|
@@ -178,7 +178,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
178
178
|
|
179
179
|
@parameters.setter
|
180
180
|
def parameters(self, parameters):
|
181
|
-
"""Sets the parameters of this ShowHistoryDetailsResponse.
|
181
|
+
r"""Sets the parameters of this ShowHistoryDetailsResponse.
|
182
182
|
|
183
183
|
本次构建的参数,Map类型,敏感参数值返回*号
|
184
184
|
|
@@ -189,7 +189,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
189
189
|
|
190
190
|
@property
|
191
191
|
def build_steps(self):
|
192
|
-
"""Gets the build_steps of this ShowHistoryDetailsResponse.
|
192
|
+
r"""Gets the build_steps of this ShowHistoryDetailsResponse.
|
193
193
|
|
194
194
|
本次任务的构建步骤详情,返回的步骤为页面可见步骤
|
195
195
|
|
@@ -200,7 +200,7 @@ class ShowHistoryDetailsResponse(SdkResponse):
|
|
200
200
|
|
201
201
|
@build_steps.setter
|
202
202
|
def build_steps(self, build_steps):
|
203
|
-
"""Sets the build_steps of this ShowHistoryDetailsResponse.
|
203
|
+
r"""Sets the build_steps of this ShowHistoryDetailsResponse.
|
204
204
|
|
205
205
|
本次任务的构建步骤详情,返回的步骤为页面可见步骤
|
206
206
|
|
@@ -29,7 +29,7 @@ class ShowJobListByProjectIdRequest:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, project_id=None, page_index=None, page_size=None):
|
32
|
-
"""ShowJobListByProjectIdRequest
|
32
|
+
r"""ShowJobListByProjectIdRequest
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -54,7 +54,7 @@ class ShowJobListByProjectIdRequest:
|
|
54
54
|
|
55
55
|
@property
|
56
56
|
def project_id(self):
|
57
|
-
"""Gets the project_id of this ShowJobListByProjectIdRequest.
|
57
|
+
r"""Gets the project_id of this ShowJobListByProjectIdRequest.
|
58
58
|
|
59
59
|
CodeArts项目ID,32位数字、小写字母组合。
|
60
60
|
|
@@ -65,7 +65,7 @@ class ShowJobListByProjectIdRequest:
|
|
65
65
|
|
66
66
|
@project_id.setter
|
67
67
|
def project_id(self, project_id):
|
68
|
-
"""Sets the project_id of this ShowJobListByProjectIdRequest.
|
68
|
+
r"""Sets the project_id of this ShowJobListByProjectIdRequest.
|
69
69
|
|
70
70
|
CodeArts项目ID,32位数字、小写字母组合。
|
71
71
|
|
@@ -76,7 +76,7 @@ class ShowJobListByProjectIdRequest:
|
|
76
76
|
|
77
77
|
@property
|
78
78
|
def page_index(self):
|
79
|
-
"""Gets the page_index of this ShowJobListByProjectIdRequest.
|
79
|
+
r"""Gets the page_index of this ShowJobListByProjectIdRequest.
|
80
80
|
|
81
81
|
分页页码, 表示从此页开始查询, page_index大于等于0
|
82
82
|
|
@@ -87,7 +87,7 @@ class ShowJobListByProjectIdRequest:
|
|
87
87
|
|
88
88
|
@page_index.setter
|
89
89
|
def page_index(self, page_index):
|
90
|
-
"""Sets the page_index of this ShowJobListByProjectIdRequest.
|
90
|
+
r"""Sets the page_index of this ShowJobListByProjectIdRequest.
|
91
91
|
|
92
92
|
分页页码, 表示从此页开始查询, page_index大于等于0
|
93
93
|
|
@@ -98,7 +98,7 @@ class ShowJobListByProjectIdRequest:
|
|
98
98
|
|
99
99
|
@property
|
100
100
|
def page_size(self):
|
101
|
-
"""Gets the page_size of this ShowJobListByProjectIdRequest.
|
101
|
+
r"""Gets the page_size of this ShowJobListByProjectIdRequest.
|
102
102
|
|
103
103
|
每页显示的条目数量,page_size小于等于100
|
104
104
|
|
@@ -109,7 +109,7 @@ class ShowJobListByProjectIdRequest:
|
|
109
109
|
|
110
110
|
@page_size.setter
|
111
111
|
def page_size(self, page_size):
|
112
|
-
"""Sets the page_size of this ShowJobListByProjectIdRequest.
|
112
|
+
r"""Sets the page_size of this ShowJobListByProjectIdRequest.
|
113
113
|
|
114
114
|
每页显示的条目数量,page_size小于等于100
|
115
115
|
|
@@ -28,7 +28,7 @@ class ShowJobListByProjectIdResponse(SdkResponse):
|
|
28
28
|
}
|
29
29
|
|
30
30
|
def __init__(self, jobs=None, total=None):
|
31
|
-
"""ShowJobListByProjectIdResponse
|
31
|
+
r"""ShowJobListByProjectIdResponse
|
32
32
|
|
33
33
|
The model defined in huaweicloud sdk
|
34
34
|
|
@@ -51,7 +51,7 @@ class ShowJobListByProjectIdResponse(SdkResponse):
|
|
51
51
|
|
52
52
|
@property
|
53
53
|
def jobs(self):
|
54
|
-
"""Gets the jobs of this ShowJobListByProjectIdResponse.
|
54
|
+
r"""Gets the jobs of this ShowJobListByProjectIdResponse.
|
55
55
|
|
56
56
|
任务列表
|
57
57
|
|
@@ -62,7 +62,7 @@ class ShowJobListByProjectIdResponse(SdkResponse):
|
|
62
62
|
|
63
63
|
@jobs.setter
|
64
64
|
def jobs(self, jobs):
|
65
|
-
"""Sets the jobs of this ShowJobListByProjectIdResponse.
|
65
|
+
r"""Sets the jobs of this ShowJobListByProjectIdResponse.
|
66
66
|
|
67
67
|
任务列表
|
68
68
|
|
@@ -73,7 +73,7 @@ class ShowJobListByProjectIdResponse(SdkResponse):
|
|
73
73
|
|
74
74
|
@property
|
75
75
|
def total(self):
|
76
|
-
"""Gets the total of this ShowJobListByProjectIdResponse.
|
76
|
+
r"""Gets the total of this ShowJobListByProjectIdResponse.
|
77
77
|
|
78
78
|
任务总数
|
79
79
|
|
@@ -84,7 +84,7 @@ class ShowJobListByProjectIdResponse(SdkResponse):
|
|
84
84
|
|
85
85
|
@total.setter
|
86
86
|
def total(self, total):
|
87
|
-
"""Sets the total of this ShowJobListByProjectIdResponse.
|
87
|
+
r"""Sets the total of this ShowJobListByProjectIdResponse.
|
88
88
|
|
89
89
|
任务总数
|
90
90
|
|
@@ -25,7 +25,7 @@ class ShowJobStatusRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, job_id=None):
|
28
|
-
"""ShowJobStatusRequest
|
28
|
+
r"""ShowJobStatusRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class ShowJobStatusRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def job_id(self):
|
45
|
-
"""Gets the job_id of this ShowJobStatusRequest.
|
45
|
+
r"""Gets the job_id of this ShowJobStatusRequest.
|
46
46
|
|
47
47
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
48
48
|
|
@@ -53,7 +53,7 @@ class ShowJobStatusRequest:
|
|
53
53
|
|
54
54
|
@job_id.setter
|
55
55
|
def job_id(self, job_id):
|
56
|
-
"""Sets the job_id of this ShowJobStatusRequest.
|
56
|
+
r"""Sets the job_id of this ShowJobStatusRequest.
|
57
57
|
|
58
58
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
59
59
|
|
@@ -26,7 +26,7 @@ class ShowJobStatusResponse(SdkResponse):
|
|
26
26
|
}
|
27
27
|
|
28
28
|
def __init__(self, result=None):
|
29
|
-
"""ShowJobStatusResponse
|
29
|
+
r"""ShowJobStatusResponse
|
30
30
|
|
31
31
|
The model defined in huaweicloud sdk
|
32
32
|
|
@@ -44,7 +44,7 @@ class ShowJobStatusResponse(SdkResponse):
|
|
44
44
|
|
45
45
|
@property
|
46
46
|
def result(self):
|
47
|
-
"""Gets the result of this ShowJobStatusResponse.
|
47
|
+
r"""Gets the result of this ShowJobStatusResponse.
|
48
48
|
|
49
49
|
任务运行结果
|
50
50
|
|
@@ -55,7 +55,7 @@ class ShowJobStatusResponse(SdkResponse):
|
|
55
55
|
|
56
56
|
@result.setter
|
57
57
|
def result(self, result):
|
58
|
-
"""Sets the result of this ShowJobStatusResponse.
|
58
|
+
r"""Sets the result of this ShowJobStatusResponse.
|
59
59
|
|
60
60
|
任务运行结果
|
61
61
|
|
@@ -29,7 +29,7 @@ class ShowJobSuccessRatioRequest:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, job_id=None, start_time=None, end_time=None):
|
32
|
-
"""ShowJobSuccessRatioRequest
|
32
|
+
r"""ShowJobSuccessRatioRequest
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -54,7 +54,7 @@ class ShowJobSuccessRatioRequest:
|
|
54
54
|
|
55
55
|
@property
|
56
56
|
def job_id(self):
|
57
|
-
"""Gets the job_id of this ShowJobSuccessRatioRequest.
|
57
|
+
r"""Gets the job_id of this ShowJobSuccessRatioRequest.
|
58
58
|
|
59
59
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
60
60
|
|
@@ -65,7 +65,7 @@ class ShowJobSuccessRatioRequest:
|
|
65
65
|
|
66
66
|
@job_id.setter
|
67
67
|
def job_id(self, job_id):
|
68
|
-
"""Sets the job_id of this ShowJobSuccessRatioRequest.
|
68
|
+
r"""Sets the job_id of this ShowJobSuccessRatioRequest.
|
69
69
|
|
70
70
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
71
71
|
|
@@ -76,7 +76,7 @@ class ShowJobSuccessRatioRequest:
|
|
76
76
|
|
77
77
|
@property
|
78
78
|
def start_time(self):
|
79
|
-
"""Gets the start_time of this ShowJobSuccessRatioRequest.
|
79
|
+
r"""Gets the start_time of this ShowJobSuccessRatioRequest.
|
80
80
|
|
81
81
|
区间开始时间,格式yyyy-MM-dd。
|
82
82
|
|
@@ -87,7 +87,7 @@ class ShowJobSuccessRatioRequest:
|
|
87
87
|
|
88
88
|
@start_time.setter
|
89
89
|
def start_time(self, start_time):
|
90
|
-
"""Sets the start_time of this ShowJobSuccessRatioRequest.
|
90
|
+
r"""Sets the start_time of this ShowJobSuccessRatioRequest.
|
91
91
|
|
92
92
|
区间开始时间,格式yyyy-MM-dd。
|
93
93
|
|
@@ -98,7 +98,7 @@ class ShowJobSuccessRatioRequest:
|
|
98
98
|
|
99
99
|
@property
|
100
100
|
def end_time(self):
|
101
|
-
"""Gets the end_time of this ShowJobSuccessRatioRequest.
|
101
|
+
r"""Gets the end_time of this ShowJobSuccessRatioRequest.
|
102
102
|
|
103
103
|
区间结束时间,格式yyyy-MM-dd。
|
104
104
|
|
@@ -109,7 +109,7 @@ class ShowJobSuccessRatioRequest:
|
|
109
109
|
|
110
110
|
@end_time.setter
|
111
111
|
def end_time(self, end_time):
|
112
|
-
"""Sets the end_time of this ShowJobSuccessRatioRequest.
|
112
|
+
r"""Sets the end_time of this ShowJobSuccessRatioRequest.
|
113
113
|
|
114
114
|
区间结束时间,格式yyyy-MM-dd。
|
115
115
|
|
@@ -30,7 +30,7 @@ class ShowJobSuccessRatioResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, success_count=None, total_count=None, success_ratio=None):
|
33
|
-
"""ShowJobSuccessRatioResponse
|
33
|
+
r"""ShowJobSuccessRatioResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class ShowJobSuccessRatioResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def success_count(self):
|
61
|
-
"""Gets the success_count of this ShowJobSuccessRatioResponse.
|
61
|
+
r"""Gets the success_count of this ShowJobSuccessRatioResponse.
|
62
62
|
|
63
63
|
任务成功构建次数
|
64
64
|
|
@@ -69,7 +69,7 @@ class ShowJobSuccessRatioResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@success_count.setter
|
71
71
|
def success_count(self, success_count):
|
72
|
-
"""Sets the success_count of this ShowJobSuccessRatioResponse.
|
72
|
+
r"""Sets the success_count of this ShowJobSuccessRatioResponse.
|
73
73
|
|
74
74
|
任务成功构建次数
|
75
75
|
|
@@ -80,7 +80,7 @@ class ShowJobSuccessRatioResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def total_count(self):
|
83
|
-
"""Gets the total_count of this ShowJobSuccessRatioResponse.
|
83
|
+
r"""Gets the total_count of this ShowJobSuccessRatioResponse.
|
84
84
|
|
85
85
|
任务构建总次数
|
86
86
|
|
@@ -91,7 +91,7 @@ class ShowJobSuccessRatioResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@total_count.setter
|
93
93
|
def total_count(self, total_count):
|
94
|
-
"""Sets the total_count of this ShowJobSuccessRatioResponse.
|
94
|
+
r"""Sets the total_count of this ShowJobSuccessRatioResponse.
|
95
95
|
|
96
96
|
任务构建总次数
|
97
97
|
|
@@ -102,7 +102,7 @@ class ShowJobSuccessRatioResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def success_ratio(self):
|
105
|
-
"""Gets the success_ratio of this ShowJobSuccessRatioResponse.
|
105
|
+
r"""Gets the success_ratio of this ShowJobSuccessRatioResponse.
|
106
106
|
|
107
107
|
任务成功率,精确到小数点后两位
|
108
108
|
|
@@ -113,7 +113,7 @@ class ShowJobSuccessRatioResponse(SdkResponse):
|
|
113
113
|
|
114
114
|
@success_ratio.setter
|
115
115
|
def success_ratio(self, success_ratio):
|
116
|
-
"""Sets the success_ratio of this ShowJobSuccessRatioResponse.
|
116
|
+
r"""Sets the success_ratio of this ShowJobSuccessRatioResponse.
|
117
117
|
|
118
118
|
任务成功率,精确到小数点后两位
|
119
119
|
|