public class ReleasePipelineExecutionInfoParser extends Object
| Constructor and Description |
|---|
ReleasePipelineExecutionInfoParser(ReleasePipelineExecutionInfo executionResponse) |
ReleasePipelineExecutionInfoParser(String executionResponseJson) |
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionInfo |
getFailedTask() |
ExecutionStatus |
getPipelineExecStatus() |
String |
getPipelineExeResponseAsJson() |
boolean |
isPipelineCompleted() |
public ReleasePipelineExecutionInfoParser(ReleasePipelineExecutionInfo executionResponse)
public ReleasePipelineExecutionInfoParser(String executionResponseJson) throws IOException
IOExceptionpublic TaskExecutionInfo getFailedTask()
public ExecutionStatus getPipelineExecStatus() throws IOException
IOExceptionpublic boolean isPipelineCompleted()
throws IOException
IOExceptionpublic String getPipelineExeResponseAsJson() throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.