Skip navigation links
A C D G H I M O P S U 

A

accept(Release, Release, ReleaseAnalysisReport, boolean) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySimpleRedBlackUpgradeStrategy
 
analyze(Release, Release, boolean) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseAnalyzer
Analyze the existing release and the replacing release to determine the minimal number of changes that need to be made.
API_TIMEOUT - Static variable in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 

C

cancel(Release, Release, ReleaseAnalysisReport, Long, boolean, boolean) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySimpleRedBlackUpgradeStrategy
 
cfApplicationDeployer(CloudFoundryApplicationManifestReader, PlatformCloudFoundryOperations, DelegatingResourceLoader) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
cfApplicationManifestReader() - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
checkStatus(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySimpleRedBlackUpgradeStrategy
 
CloudFoundryApplicationManifestUtils - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
Utility class for Cloud Foundry Application Manifest related operations.
CloudFoundryApplicationManifestUtils() - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryApplicationManifestUtils
 
CloudFoundryCloudProfileProvider - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
 
CloudFoundryCloudProfileProvider() - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryCloudProfileProvider
 
CloudFoundryDeleteStep - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
Responsible for deleting the provided list of applications and updating the status of the release.
CloudFoundryDeleteStep(ReleaseRepository, PlatformCloudFoundryOperations) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryDeleteStep
 
cloudFoundryDeleteStep(ReleaseRepository, PlatformCloudFoundryOperations) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
CloudFoundryDeployAppStep - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
Responsible for taking the ReleaseAnalysisReport and deploying the apps in the replacing release.
CloudFoundryDeployAppStep(AppDeployerDataRepository, ReleaseRepository, PlatformCloudFoundryOperations, CloudFoundryManifestApplicationDeployer) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryDeployAppStep
 
cloudFoundryDeployAppStep(AppDeployerDataRepository, ReleaseRepository, PlatformCloudFoundryOperations, CloudFoundryManifestApplicationDeployer) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
CloudFoundryHandleHealthCheckStep - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
Responsible for taking action based on the health of the latest deployed release.
CloudFoundryHandleHealthCheckStep(ReleaseRepository, AppDeployerDataRepository, CloudFoundryDeleteStep, ReleaseManagerFactory) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryHandleHealthCheckStep
 
cloudFoundryHandleHealthCheckStep(ReleaseRepository, AppDeployerDataRepository, CloudFoundryDeleteStep, ReleaseManagerFactory) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
CloudFoundryHealthCheckStep - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
Checks if the apps in the Replacing release are healthy.
CloudFoundryHealthCheckStep(CloudFoundryManifestApplicationDeployer) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryHealthCheckStep
 
cloudFoundryHealthCheckStep(CloudFoundryManifestApplicationDeployer) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
CloudFoundryManifestApplicationDeployer - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
The helper class that handles the deployment related operation for CF manifest based application deployment.
CloudFoundryManifestApplicationDeployer(CloudFoundryApplicationManifestReader, PlatformCloudFoundryOperations, DelegatingResourceLoader) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
CloudFoundryPlatformProperties - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
 
CloudFoundryPlatformProperties() - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties
 
CloudFoundryPlatformProperties.CloudFoundryProperties - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
 
CloudFoundryProperties() - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties.CloudFoundryProperties
 
CloudFoundryReleaseAnalyzer - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
Analyze the new release manifest and the previous one to determine the minimum number of releases to install and delete when upgrading.
CloudFoundryReleaseAnalyzer(CloudFoundryManifestApplicationDeployer) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseAnalyzer
 
cloudFoundryReleaseAnalyzer(CloudFoundryManifestApplicationDeployer) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
CloudFoundryReleaseManager - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
A ReleaseManager implementation that uses an CF manifest based deployer.
CloudFoundryReleaseManager(ReleaseRepository, AppDeployerDataRepository, CloudFoundryReleaseAnalyzer, PlatformCloudFoundryOperations, CloudFoundryManifestApplicationDeployer) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
cloudFoundryReleaseManager(ReleaseRepository, AppDeployerDataRepository, CloudFoundryReleaseAnalyzer, PlatformCloudFoundryOperations, CloudFoundryManifestApplicationDeployer) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
CloudFoundrySimpleRedBlackUpgradeStrategy - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
A simple approach to deploying a new application.
CloudFoundrySimpleRedBlackUpgradeStrategy(CloudFoundryHealthCheckStep, CloudFoundryHandleHealthCheckStep, CloudFoundryDeployAppStep) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySimpleRedBlackUpgradeStrategy
 
cloudFoundrySimpleRedBlackUpgradeStrategy(CloudFoundryHealthCheckStep, CloudFoundryHandleHealthCheckStep, CloudFoundryDeployAppStep) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
CloudFoundrySkipperServerConfiguration - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
Configuration for CF related server features for CF manifest support.
CloudFoundrySkipperServerConfiguration() - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
createReport(Release, Release, boolean, boolean, List<String>) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 

D

delete(Release, AppDeployerData, List<String>) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryDeleteStep
 
delete(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
delete(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
DELETE_REQUEST_TIMEOUT - Static variable in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
deployApps(Release, Release, ReleaseAnalysisReport) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryDeployAppStep
 
deployApps(Release, Release, ReleaseAnalysisReport) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySimpleRedBlackUpgradeStrategy
 
deploymentState(List<Release>) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 

G

getAccounts() - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties
 
getCFApplicationManifest(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
getCFManifestMap(ApplicationManifest) - Static method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryApplicationManifestUtils
 
getCloudFoundryOperations(String) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.PlatformCloudFoundryOperations
 
getCloudProfile() - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryCloudProfileProvider
 
getConnection() - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties.CloudFoundryProperties
 
getDeployment() - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties.CloudFoundryProperties
 
getLog(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
getLog(Release, String) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
getResourceLocation(String, String) - Static method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
getStatus(String, String) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
getSupportedKinds() - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
getSupportedKinds() - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySimpleRedBlackUpgradeStrategy
 

H

handleHealthCheck(boolean, Release, List<String>, Release, Long, boolean, boolean) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryHandleHealthCheckStep
 

I

install(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
isCloudPlatform(Environment) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryCloudProfileProvider
 
isHealthy(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryHealthCheckStep
 
isNotFoundError() - Static method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 

M

memoryInteger(String) - Static method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryApplicationManifestUtils
 

O

org.springframework.cloud.skipper.deployer.cloudfoundry - package org.springframework.cloud.skipper.deployer.cloudfoundry
 

P

platformCloudFoundryOperations(CloudFoundryPlatformProperties) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundrySkipperServerConfiguration
 
PlatformCloudFoundryOperations - Class in org.springframework.cloud.skipper.deployer.cloudfoundry
 
PlatformCloudFoundryOperations(CloudFoundryPlatformProperties) - Constructor for class org.springframework.cloud.skipper.deployer.cloudfoundry.PlatformCloudFoundryOperations
 
PROFILE - Static variable in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryCloudProfileProvider
 
PUSH_REQUEST_TIMEOUT - Static variable in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 

S

scale(Release, ScaleRequest) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
setAccounts(Map<String, CloudFoundryPlatformProperties.CloudFoundryProperties>) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties
 
setConnection(CloudFoundryConnectionProperties) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties.CloudFoundryProperties
 
setDeployment(CloudFoundryDeploymentProperties) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryPlatformProperties.CloudFoundryProperties
 
STAGING_TIMEOUT - Static variable in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
STARTUP_TIMEOUT - Static variable in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
status(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryManifestApplicationDeployer
 
status(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 
statusReactive(Release) - Method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryReleaseManager
 

U

updateApplicationName(Release) - Static method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryApplicationManifestUtils
 
updateApplicationPath(ApplicationManifest, Resource) - Static method in class org.springframework.cloud.skipper.deployer.cloudfoundry.CloudFoundryApplicationManifestUtils
 
A C D G H I M O P S U 
Skip navigation links

Copyright © 2022 Pivotal Software, Inc.. All rights reserved.