public static final class DescribePipelineResponseBody.TaskList.Builder extends Object
public DescribePipelineResponseBody.TaskList.Builder errorCode(String errorCode)
The error code returned when the task could not be executed. If the task is successfully executed, this parameter is not returned.
example:EDAS-10022
public DescribePipelineResponseBody.TaskList.Builder errorIgnore(Integer errorIgnore)
Indicates whether to execute the subsequent tasks when the task failed. Valid values:
0
public DescribePipelineResponseBody.TaskList.Builder errorMessage(String errorMessage)
The error message returned when the task could not be executed. If the task is successfully executed, this parameter is not returned.
example:EDAS-10022
public DescribePipelineResponseBody.TaskList.Builder message(String message)
The returned message indicating the task execution result.
example:init Namespace success
public DescribePipelineResponseBody.TaskList.Builder showManualIgnore(Boolean showManualIgnore)
Indicates whether a running task can be manually skipped. Valid values:
false
public DescribePipelineResponseBody.TaskList.Builder stageId(String stageId)
The ID of the stage.
example:c3a55592-4c30-4d84-ac2d-e98c18ec****
public DescribePipelineResponseBody.TaskList.Builder status(Integer status)
The task status. Valid values:
2
public DescribePipelineResponseBody.TaskList.Builder taskId(String taskId)
The ID of the task.
example:bef0122f-de9a-4ab0-8223-b88bf8ad****
public DescribePipelineResponseBody.TaskList.Builder taskName(String taskName)
The name of the task.
example:Environment initialization
public DescribePipelineResponseBody.TaskList build()
Copyright © 2026. All rights reserved.