public class CFApi extends Object
| Constructor and Description |
|---|
CFApi(hudson.util.Secret cfToken) |
| Modifier and Type | Method and Description |
|---|---|
HttpsURLConnection |
getConnection(String urlString) |
List<CFService> |
getServices() |
String |
getUser() |
String |
startBuild(String serviceId,
String branch) |
public CFApi(hudson.util.Secret cfToken)
throws MalformedURLException,
IOException
MalformedURLExceptionIOExceptionpublic List<CFService> getServices() throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic String getUser() throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic String startBuild(String serviceId, String branch) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic HttpsURLConnection getConnection(String urlString) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionCopyright © 2016. All rights reserved.