Skip navigation links
A C D G I M O S T U W 

A

afterPropertiesSet() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppNameGenerator
 
appDeployer(CloudFoundryDeployerProperties, CloudFoundryOperations, CloudFoundryClient, AppNameGenerator) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerAutoConfiguration
 
appDeploymentCustomizer(CloudFoundryDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerAutoConfiguration
 
AppNameGenerator - Interface in org.springframework.cloud.deployer.spi.cloudfoundry
Strategy interface for generating the names of deployed applications.

C

CloudFoundryAppDeployer - Class in org.springframework.cloud.deployer.spi.cloudfoundry
A deployer that targets Cloud Foundry using the public API.
CloudFoundryAppDeployer(CloudFoundryDeployerProperties, CloudFoundryOperations, CloudFoundryClient, AppNameGenerator) - Constructor for class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 
CloudFoundryAppInstanceStatus - Class in org.springframework.cloud.deployer.spi.cloudfoundry
Maps status returned by the Cloud Foundry API to AppInstanceStatus.
CloudFoundryAppInstanceStatus(ApplicationDetail, ApplicationDetail.InstanceDetail, int) - Constructor for class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppInstanceStatus
 
CloudFoundryAppNameGenerator - Class in org.springframework.cloud.deployer.spi.cloudfoundry
CloudFoundry specific implementation of AppNameGenerator.
CloudFoundryAppNameGenerator(CloudFoundryDeployerProperties, WordListRandomWords) - Constructor for class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppNameGenerator
 
cloudFoundryClient(CloudFoundryDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerAutoConfiguration
 
CloudFoundryDeployerAutoConfiguration - Class in org.springframework.cloud.deployer.spi.cloudfoundry
CloudFoundryDeployerAutoConfiguration() - Constructor for class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerAutoConfiguration
 
CloudFoundryDeployerProperties - Class in org.springframework.cloud.deployer.spi.cloudfoundry
Holds configuration properties for connecting to a Cloud Foundry runtime.
CloudFoundryDeployerProperties() - Constructor for class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 

D

deploy(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 
DISK_PROPERTY_KEY - Static variable in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 

G

generateAppName(String) - Method in interface org.springframework.cloud.deployer.spi.cloudfoundry.AppNameGenerator
Generate an application name given a base name as the starting point.
generateAppName(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppNameGenerator
 
getAdjective() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.WordListRandomWords
 
getAppNamePrefix() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getAttributes() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppInstanceStatus
 
getBuildpack() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getDisk() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getDomain() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getId() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppInstanceStatus
 
getInstances() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getMemory() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getNoun() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.WordListRandomWords
 
getOrg() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getPassword() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getProperties() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 
getServices() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getSpace() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getState() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppInstanceStatus
 
getUrl() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
getUsername() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 

I

isEnableRandomAppNamePrefix() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
isSkipSslValidation() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 

M

MEMORY_PROPERTY_KEY - Static variable in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 

O

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

S

SERVICES_PROPERTY_KEY - Static variable in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 
setAppNamePrefix(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setBuildpack(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setDisk(int) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setDomain(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setEnableRandomAppNamePrefix(boolean) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setInstances(int) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setMemory(int) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setOrg(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setPassword(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setServices(Set<String>) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setSkipSslValidation(boolean) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setSpace(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setUrl(URL) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
setUsername(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryDeployerProperties
 
status(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 

T

toString() - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppInstanceStatus
 

U

undeploy(String) - Method in class org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppDeployer
 

W

WordListRandomWords - Class in org.springframework.cloud.deployer.spi.cloudfoundry
Generate random nouns and adjectives from a list.
A C D G I M O S T U W 
Skip navigation links

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