public class OpenShiftV2Client extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenShiftV2Client.DeploymentType |
static class |
OpenShiftV2Client.TrustingISSLCertificateCallback |
| Constructor and Description |
|---|
OpenShiftV2Client(String broker,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
com.openshift.client.IApplication |
deleteApp(String appName,
String domainName) |
List<String> |
getCartridges() |
List<String> |
getDomains() |
List<String> |
getGearProfiles() |
com.openshift.client.IApplication |
getOrCreateApp(String appName,
String domainName,
List<String> cartridges,
String gearProfile,
Map<String,String> environmentVariables,
Boolean autoScale) |
boolean |
sshKeyExists(File publicKey) |
void |
uploadSSHKey(File publicKey) |
org.jenkinsci.plugins.openshift.OpenShiftV2Client.ValidationResult |
validate() |
public org.jenkinsci.plugins.openshift.OpenShiftV2Client.ValidationResult validate()
public com.openshift.client.IApplication getOrCreateApp(String appName, String domainName, List<String> cartridges, String gearProfile, Map<String,String> environmentVariables, Boolean autoScale) throws OpenShiftException
OpenShiftExceptionpublic com.openshift.client.IApplication deleteApp(String appName, String domainName) throws OpenShiftException
OpenShiftExceptionpublic boolean sshKeyExists(File publicKey) throws IOException
IOExceptionpublic void uploadSSHKey(File publicKey) throws IOException
IOExceptionCopyright © 2004-2014. All Rights Reserved.