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() |
String |
getUser() |
String |
startBuild(String serviceId,
String branch,
List<CFVariable> vars) |
public CFApi(hudson.util.Secret cfToken,
String cfUrl,
boolean selfSignedCert)
throws MalformedURLException,
IOException
MalformedURLExceptionIOExceptionpublic CFApi()
throws MalformedURLException,
IOException
MalformedURLExceptionIOExceptionpublic List<CFPipeline> getPipelines() throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic String getUser() throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic String startBuild(String serviceId, String branch, List<CFVariable> vars) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic HttpURLConnection getConnection(String urlString) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic List<CFComposition> getCompositions() throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionCopyright © 2016–2017. All rights reserved.