public class CFApi extends Object
Constructor and Description |
---|
CFApi() |
CFApi(hudson.util.Secret cfToken,
String cfUrl,
boolean selfSignedCert) |
Modifier and Type | Method and Description |
---|---|
List<CFComposition> |
getCompositions() |
HttpURLConnection |
getConnection(String urlString) |
List<CFPipeline> |
getPipelines() |
List<CFPipeline> |
getPipelines(int offset,
int limit) |
String |
getUser() |
String |
startBuild(String serviceId,
String branch,
List<CFVariable> vars) |
public CFApi(hudson.util.Secret cfToken, String cfUrl, boolean selfSignedCert) throws MalformedURLException, IOException
MalformedURLException
IOException
public CFApi() throws MalformedURLException, IOException
MalformedURLException
IOException
public List<CFPipeline> getPipelines() throws IOException
IOException
public List<CFPipeline> getPipelines(int offset, int limit) throws IOException
IOException
public String getUser() throws MalformedURLException, IOException
MalformedURLException
IOException
public String startBuild(String serviceId, String branch, List<CFVariable> vars) throws MalformedURLException, IOException
MalformedURLException
IOException
public HttpURLConnection getConnection(String urlString) throws MalformedURLException, IOException
MalformedURLException
IOException
public List<CFComposition> getCompositions() throws MalformedURLException, IOException
MalformedURLException
IOException
Copyright © 2016–2018. All rights reserved.