public class DefaultAppDeployerFactory extends Object implements CloudFoundryAppDeployerFactory
| Constructor and Description |
|---|
DefaultAppDeployerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer |
getAppDeployer(URL apiEndpoint,
String org,
String space,
String email,
String password,
String namespace) |
org.cloudfoundry.client.CloudFoundryClient |
getCloudFoundryClient(String email,
String password,
URL apiEndpoint) |
org.cloudfoundry.operations.CloudFoundryOperations |
getOperations(String email,
String password,
URL apiEndpoint,
String org,
String space) |
public org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer getAppDeployer(URL apiEndpoint, String org, String space, String email, String password, String namespace)
getAppDeployer in interface CloudFoundryAppDeployerFactorypublic org.cloudfoundry.client.CloudFoundryClient getCloudFoundryClient(String email, String password, URL apiEndpoint)
getCloudFoundryClient in interface CloudFoundryAppDeployerFactorypublic org.cloudfoundry.operations.CloudFoundryOperations getOperations(String email, String password, URL apiEndpoint, String org, String space)
getOperations in interface CloudFoundryAppDeployerFactoryCopyright © 2016 Pivotal Software, Inc.. All rights reserved.