| Package | Description |
|---|---|
| org.jenkinsci.plugins.openshift |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftV2Client.DeploymentType |
DeployApplication.getDeploymentType() |
static OpenShiftV2Client.DeploymentType |
OpenShiftV2Client.DeploymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenShiftV2Client.DeploymentType[] |
OpenShiftV2Client.DeploymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeployApplication(String serverName,
String appName,
String cartridges,
String domain,
String gearProfile,
String deploymentPackage,
String environmentVariables,
Boolean autoScale,
OpenShiftV2Client.DeploymentType deploymentType) |
Copyright © 2004-2014. All Rights Reserved.