Modifier and Type | Method and Description |
---|---|
PlatformCloudFoundryOperations |
CloudFoundrySkipperServerConfiguration.platformCloudFoundryOperations(CloudFoundryPlatformProperties cloudFoundryPlatformProperties) |
Modifier and Type | Method and Description |
---|---|
CloudFoundryManifestApplicationDeployer |
CloudFoundrySkipperServerConfiguration.cfApplicationDeployer(org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader cfApplicationManifestReader,
PlatformCloudFoundryOperations platformCloudFoundryOperations,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader delegatingResourceLoader) |
CloudFoundryDeleteStep |
CloudFoundrySkipperServerConfiguration.cloudFoundryDeleteStep(ReleaseRepository releaseRepository,
PlatformCloudFoundryOperations platformCloudFoundryOperations) |
CloudFoundryDeployAppStep |
CloudFoundrySkipperServerConfiguration.cloudFoundryDeployAppStep(AppDeployerDataRepository appDeployerDataRepository,
ReleaseRepository releaseRepository,
PlatformCloudFoundryOperations platformCloudFoundryOperations,
CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer) |
CloudFoundryReleaseManager |
CloudFoundrySkipperServerConfiguration.cloudFoundryReleaseManager(ReleaseRepository releaseRepository,
AppDeployerDataRepository appDeployerDataRepository,
CloudFoundryReleaseAnalyzer cloudFoundryReleaseAnalyzer,
PlatformCloudFoundryOperations platformCloudFoundryOperations,
CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer) |
Constructor and Description |
---|
CloudFoundryDeleteStep(ReleaseRepository releaseRepository,
PlatformCloudFoundryOperations platformCloudFoundryOperations) |
CloudFoundryDeployAppStep(AppDeployerDataRepository appDeployerDataRepository,
ReleaseRepository releaseRepository,
PlatformCloudFoundryOperations platformCloudFoundryOperations,
CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer) |
CloudFoundryManifestApplicationDeployer(org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader cfApplicationManifestReader,
PlatformCloudFoundryOperations platformCloudFoundryOperations,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader delegatingResourceLoader) |
CloudFoundryReleaseManager(ReleaseRepository releaseRepository,
AppDeployerDataRepository appDeployerDataRepository,
CloudFoundryReleaseAnalyzer cloudFoundryReleaseAnalyzer,
PlatformCloudFoundryOperations platformCloudFoundryOperations,
CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.