public class CodeStreamClient extends Object
| Constructor and Description |
|---|
CodeStreamClient(PluginParam params) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
executePipeline(String pipelineId,
List<PipelineParam> pipelineParams) |
com.google.gson.JsonObject |
fetchPipeline(String pipelineName) |
org.apache.http.HttpResponse |
get(String URL) |
ReleasePipelineExecutionInfoParser |
getPipelineExecutionResponse(String pipelineId,
String pipelineExecId) |
void |
handleError(com.google.gson.JsonObject asJsonObject) |
public CodeStreamClient(PluginParam params) throws IOException
IOExceptionpublic com.google.gson.JsonObject fetchPipeline(String pipelineName) throws IOException
IOExceptionpublic com.google.gson.JsonObject executePipeline(String pipelineId, List<PipelineParam> pipelineParams) throws IOException
IOExceptionpublic ReleasePipelineExecutionInfoParser getPipelineExecutionResponse(String pipelineId, String pipelineExecId) throws IOException
IOExceptionpublic org.apache.http.HttpResponse get(String URL) throws IOException
IOExceptionpublic void handleError(com.google.gson.JsonObject asJsonObject)
throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.