@Configuration @EnableConfigurationProperties(value=CloudFoundryDeployerProperties.class) public class CloudFoundryDeployerAutoConfiguration extends Object
CloudFoundryAppDeployer| Constructor and Description |
|---|
CloudFoundryDeployerAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.deployer.spi.app.AppDeployer |
appDeployer(CloudFoundryDeployerProperties properties,
org.cloudfoundry.operations.CloudFoundryOperations operations,
org.cloudfoundry.client.CloudFoundryClient client,
AppNameGenerator appDeploymentCustomizer) |
AppNameGenerator |
appDeploymentCustomizer(CloudFoundryDeployerProperties properties) |
org.cloudfoundry.client.CloudFoundryClient |
cloudFoundryClient(CloudFoundryDeployerProperties properties) |
public CloudFoundryDeployerAutoConfiguration()
@Bean @ConditionalOnMissingBean public org.cloudfoundry.client.CloudFoundryClient cloudFoundryClient(CloudFoundryDeployerProperties properties)
@Bean @ConditionalOnMissingBean(value=org.springframework.cloud.deployer.spi.app.AppDeployer.class) public org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer(CloudFoundryDeployerProperties properties, org.cloudfoundry.operations.CloudFoundryOperations operations, org.cloudfoundry.client.CloudFoundryClient client, AppNameGenerator appDeploymentCustomizer)
@Bean @ConditionalOnMissingBean(value=AppNameGenerator.class) public AppNameGenerator appDeploymentCustomizer(CloudFoundryDeployerProperties properties)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.