Skip navigation links
A C D F G I L M O P R S U 

A

AboutInfoController - Class in org.springframework.cloud.skipper.controller
Controller that returns basic information about the server implementation.
AboutInfoController() - Constructor for class org.springframework.cloud.skipper.controller.AboutInfoController
 
AppDeployerData - Class in org.springframework.cloud.skipper.domain
 
AppDeployerData() - Constructor for class org.springframework.cloud.skipper.domain.AppDeployerData
 
AppDeployerDataRepository - Interface in org.springframework.cloud.skipper.deployer
 
AppDeployerReleaseManager - Class in org.springframework.cloud.skipper.deployer
A ReleaseManager implementation that uses the AppDeployer
AppDeployerReleaseManager(ReleaseRepository, ManifestStore, AppDeployerDataRepository, DelegatingResourceLoader, DeployerRepository) - Constructor for class org.springframework.cloud.skipper.deployer.AppDeployerReleaseManager
 
AppDeploymentKind - Class in org.springframework.cloud.skipper.domain
Wrapper for a app deployment manifest
AppDeploymentKind() - Constructor for class org.springframework.cloud.skipper.domain.AppDeploymentKind
 
AppDeploymentKind(String, Deployment) - Constructor for class org.springframework.cloud.skipper.domain.AppDeploymentKind
 

C

calculatePackageDirectory(PackageMetadata) - Method in class org.springframework.cloud.skipper.service.PackageService
Give the PackageMetadata, return the directory where the package will be downloaded.
calculatePackageUnzippedDirectory(PackageMetadata) - Method in class org.springframework.cloud.skipper.service.PackageService
 
calculatePackageZipFile(PackageMetadata, File) - Method in class org.springframework.cloud.skipper.service.PackageService
 
CloudFoundryPlatformProperties - Class in org.springframework.cloud.skipper.config
 
CloudFoundryPlatformProperties() - Constructor for class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties
 
CloudFoundryPlatformProperties.CloudFoundryProperties - Class in org.springframework.cloud.skipper.config
 
CloudFoundryProperties() - Constructor for class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties.CloudFoundryProperties
 
computeFilename(Resource) - Method in class org.springframework.cloud.skipper.index.PackageIndexDownloader
 
convertYamlToProperties(String) - Method in class org.springframework.cloud.skipper.service.ReleaseService
Return a Properties object given a String that contains YAML.
createAndSaveCFAppDeployers() - Method in class org.springframework.cloud.skipper.service.DeployerInitializationService
 
createAndSaveLocalAppDeployers() - Method in class org.springframework.cloud.skipper.service.DeployerInitializationService
 
createManifest(Package, Properties) - Method in class org.springframework.cloud.skipper.service.ReleaseService
Iterate overall the template files, replacing placeholders with model values.
CustomReleaseRepository - Interface in org.springframework.cloud.skipper.repository
 

D

delegatingResourceLoader(MavenProperties) - Method in class org.springframework.cloud.skipper.config.SkipperServerConfiguration
 
delete(String) - Method in interface org.springframework.cloud.skipper.repository.DeployerRepository
 
delete(Deployer) - Method in interface org.springframework.cloud.skipper.repository.DeployerRepository
 
delete(String) - Method in interface org.springframework.cloud.skipper.repository.ReleaseRepository
 
delete(Release) - Method in interface org.springframework.cloud.skipper.repository.ReleaseRepository
 
deleteAll() - Method in interface org.springframework.cloud.skipper.repository.DeployerRepository
 
deleteAll() - Method in interface org.springframework.cloud.skipper.repository.ReleaseRepository
 
deploy(Release) - Method in class org.springframework.cloud.skipper.deployer.AppDeployerReleaseManager
 
deploy(Release) - Method in interface org.springframework.cloud.skipper.service.ReleaseManager
 
Deployer - Class in org.springframework.cloud.skipper.deployer
 
Deployer(String, String, AppDeployer) - Constructor for class org.springframework.cloud.skipper.deployer.Deployer
 
DeployerInitializationService - Class in org.springframework.cloud.skipper.service
Populates the DeployerRepository with AppDeployer instances
DeployerInitializationService(DeployerRepository, LocalPlatformProperties, CloudFoundryPlatformProperties) - Constructor for class org.springframework.cloud.skipper.service.DeployerInitializationService
 
DeployerRepository - Interface in org.springframework.cloud.skipper.repository
 
Deployment - Class in org.springframework.cloud.skipper.domain
This class hold the data used to call the spring-cloud-deployer APIs, deserialized from a YML file.
Deployment() - Constructor for class org.springframework.cloud.skipper.domain.Deployment
 
downloadPackage(PackageMetadata) - Method in class org.springframework.cloud.skipper.service.PackageService
 
downloadPackageIndexes() - Method in class org.springframework.cloud.skipper.index.PackageIndexDownloader
 

F

FileManifestStore - Class in org.springframework.cloud.skipper.service
 
FileManifestStore(SkipperServerProperties) - Constructor for class org.springframework.cloud.skipper.service.FileManifestStore
 
findByName(String) - Method in interface org.springframework.cloud.skipper.repository.DeployerRepository
 
findByName(String) - Method in interface org.springframework.cloud.skipper.repository.PackageMetadataRepository
 
findByName(String) - Method in interface org.springframework.cloud.skipper.repository.RepositoryRepository
 
findByNameAndVersion(String, int) - Method in interface org.springframework.cloud.skipper.repository.CustomReleaseRepository
 
findByNameAndVersion(String, String) - Method in interface org.springframework.cloud.skipper.repository.PackageMetadataRepository
 
findByNameAndVersion(String, int) - Method in class org.springframework.cloud.skipper.repository.ReleaseRepositoryImpl
 
findByReleaseNameAndReleaseVersion(String, String) - Method in interface org.springframework.cloud.skipper.deployer.AppDeployerDataRepository
 
findLatestRelease(String) - Method in interface org.springframework.cloud.skipper.repository.CustomReleaseRepository
 
findLatestRelease(String) - Method in class org.springframework.cloud.skipper.repository.ReleaseRepositoryImpl
 

G

getAboutInfo() - Method in class org.springframework.cloud.skipper.controller.AboutInfoController
 
getAccounts() - Method in class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties
 
getAccounts() - Method in class org.springframework.cloud.skipper.config.LocalPlatformProperties
 
getApiVersion() - Method in class org.springframework.cloud.skipper.domain.AppDeploymentKind
 
getApplicationProperties() - Method in class org.springframework.cloud.skipper.domain.Deployment
 
getConnection() - Method in class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties.CloudFoundryProperties
 
getCount() - Method in class org.springframework.cloud.skipper.domain.Deployment
 
getDeployer() - Method in class org.springframework.cloud.skipper.deployer.Deployer
 
getDeployment() - Method in class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties.CloudFoundryProperties
 
getDeployment() - Method in class org.springframework.cloud.skipper.domain.AppDeploymentKind
 
getDeploymentData() - Method in class org.springframework.cloud.skipper.domain.AppDeployerData
 
getDeploymentProperties() - Method in class org.springframework.cloud.skipper.domain.Deployment
 
getIconUrl() - Method in interface org.springframework.cloud.skipper.domain.PackageSummary
 
getId() - Method in class org.springframework.cloud.skipper.deployer.Deployer
 
getId() - Method in interface org.springframework.cloud.skipper.domain.PackageSummary
 
getIndexFiles() - Method in class org.springframework.cloud.skipper.index.PackageIndexDownloader
 
getKind() - Method in class org.springframework.cloud.skipper.domain.AppDeploymentKind
 
getLabels() - Method in class org.springframework.cloud.skipper.domain.Deployment
 
getManfiestDir() - Method in class org.springframework.cloud.skipper.service.FileManifestStore
 
getName() - Method in class org.springframework.cloud.skipper.deployer.Deployer
 
getName() - Method in class org.springframework.cloud.skipper.domain.Deployment
 
getName() - Method in interface org.springframework.cloud.skipper.domain.PackageSummary
 
getPackageDir() - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 
getPackageIndexDir() - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 
getPackageRepositories() - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 
getReleaseName() - Method in class org.springframework.cloud.skipper.domain.AppDeployerData
 
getReleaseVersion() - Method in class org.springframework.cloud.skipper.domain.AppDeployerData
 
getResource() - Method in class org.springframework.cloud.skipper.domain.Deployment
 
getResourceMetadata() - Method in class org.springframework.cloud.skipper.domain.Deployment
 
getSkipperHome() - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 
getType() - Method in class org.springframework.cloud.skipper.deployer.Deployer
 
getVersion() - Method in interface org.springframework.cloud.skipper.domain.PackageSummary
 

I

initialize(ApplicationReadyEvent) - Method in class org.springframework.cloud.skipper.service.DeployerInitializationService
 
initialize(ApplicationReadyEvent) - Method in class org.springframework.cloud.skipper.service.RepositoryInitializationService
 
install(String, InstallProperties) - Method in class org.springframework.cloud.skipper.controller.PackageInstallController
 
install(String, InstallProperties) - Method in class org.springframework.cloud.skipper.service.ReleaseService
Downloads the package metadata and package zip file specified by the given Id and installs the package on the target platform.
isSynchonizeIndexOnContextRefresh() - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 

L

loadAll() - Method in class org.springframework.cloud.skipper.index.PackageIndexSynchronizer
 
loadAllOnApplicationStartup(ContextRefreshedEvent) - Method in class org.springframework.cloud.skipper.index.PackageIndexSynchronizer
 
loadPackage(PackageMetadata) - Method in class org.springframework.cloud.skipper.service.PackageService
 
LocalPlatformProperties - Class in org.springframework.cloud.skipper.config
 
LocalPlatformProperties() - Constructor for class org.springframework.cloud.skipper.config.LocalPlatformProperties
 

M

main(String[]) - Static method in class org.springframework.cloud.skipper.SkipperServerApplication
 
ManifestStore - Interface in org.springframework.cloud.skipper.service
 
mavenProperties() - Method in class org.springframework.cloud.skipper.config.SkipperServerConfiguration
 
mergeConfigValues(ConfigValues, ConfigValues) - Method in class org.springframework.cloud.skipper.service.ReleaseService
Merge the properties, derived from YAML format, contained in commandLineConfigValues and templateConfigValue, giving preference to commandLineConfigValues.

O

org.springframework.cloud.skipper - package org.springframework.cloud.skipper
 
org.springframework.cloud.skipper.config - package org.springframework.cloud.skipper.config
 
org.springframework.cloud.skipper.controller - package org.springframework.cloud.skipper.controller
 
org.springframework.cloud.skipper.deployer - package org.springframework.cloud.skipper.deployer
 
org.springframework.cloud.skipper.domain - package org.springframework.cloud.skipper.domain
 
org.springframework.cloud.skipper.index - package org.springframework.cloud.skipper.index
 
org.springframework.cloud.skipper.repository - package org.springframework.cloud.skipper.repository
 
org.springframework.cloud.skipper.service - package org.springframework.cloud.skipper.service
 

P

PackageException - Exception in org.springframework.cloud.skipper.index
 
PackageException(String) - Constructor for exception org.springframework.cloud.skipper.index.PackageException
 
PackageException(String, Throwable) - Constructor for exception org.springframework.cloud.skipper.index.PackageException
 
PackageIndexDownloader - Class in org.springframework.cloud.skipper.index
 
PackageIndexDownloader(SkipperServerProperties) - Constructor for class org.springframework.cloud.skipper.index.PackageIndexDownloader
 
PackageIndexSynchronizer - Class in org.springframework.cloud.skipper.index
Synchronizes the contents of local package index files with contents in the database.
PackageIndexSynchronizer(PackageIndexDownloader, PackageMetadataRepository, SkipperServerProperties) - Constructor for class org.springframework.cloud.skipper.index.PackageIndexSynchronizer
 
PackageInstallController - Class in org.springframework.cloud.skipper.controller
 
PackageInstallController(ReleaseService) - Constructor for class org.springframework.cloud.skipper.controller.PackageInstallController
 
PackageMetadataRepository - Interface in org.springframework.cloud.skipper.repository
 
PackageMetadataResourceProcessor - Class in org.springframework.cloud.skipper.index
 
PackageMetadataResourceProcessor() - Constructor for class org.springframework.cloud.skipper.index.PackageMetadataResourceProcessor
 
PackageService - Class in org.springframework.cloud.skipper.service
 
PackageService(SkipperServerProperties) - Constructor for class org.springframework.cloud.skipper.service.PackageService
 
PackageSummary - Interface in org.springframework.cloud.skipper.domain
Defines summary information of a package, only the id, name, version and IconUrl.
PackageSummaryResourceProcessor - Class in org.springframework.cloud.skipper.index
 
PackageSummaryResourceProcessor() - Constructor for class org.springframework.cloud.skipper.index.PackageSummaryResourceProcessor
 
process(Resource<PackageMetadata>) - Method in class org.springframework.cloud.skipper.index.PackageMetadataResourceProcessor
 
process(Resource<PackageSummary>) - Method in class org.springframework.cloud.skipper.index.PackageSummaryResourceProcessor
 

R

ReleaseManager - Interface in org.springframework.cloud.skipper.service
Manages the lifecycle of a release.
ReleaseRepository - Interface in org.springframework.cloud.skipper.repository
 
ReleaseRepositoryImpl - Class in org.springframework.cloud.skipper.repository
 
ReleaseRepositoryImpl() - Constructor for class org.springframework.cloud.skipper.repository.ReleaseRepositoryImpl
 
ReleaseService - Class in org.springframework.cloud.skipper.service
 
ReleaseService(PackageMetadataRepository, PackageService, ReleaseManager) - Constructor for class org.springframework.cloud.skipper.service.ReleaseService
 
RepositoryInitializationService - Class in org.springframework.cloud.skipper.service
Takes respository application configuration properties and udpates the Repository database on application startup.
RepositoryInitializationService(RepositoryRepository, SkipperServerProperties) - Constructor for class org.springframework.cloud.skipper.service.RepositoryInitializationService
 
RepositoryRepository - Interface in org.springframework.cloud.skipper.repository
 

S

save(Deployer) - Method in interface org.springframework.cloud.skipper.repository.DeployerRepository
 
save(Release) - Method in interface org.springframework.cloud.skipper.repository.ReleaseRepository
 
setAccounts(Map<String, CloudFoundryPlatformProperties.CloudFoundryProperties>) - Method in class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties
 
setAccounts(Map<String, LocalDeployerProperties>) - Method in class org.springframework.cloud.skipper.config.LocalPlatformProperties
 
setApiVersion(String) - Method in class org.springframework.cloud.skipper.domain.AppDeploymentKind
 
setApplicationProperties(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.Deployment
 
setConnection(CloudFoundryConnectionProperties) - Method in class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties.CloudFoundryProperties
 
setCount(int) - Method in class org.springframework.cloud.skipper.domain.Deployment
 
setDeployer(AppDeployer) - Method in class org.springframework.cloud.skipper.deployer.Deployer
 
setDeployment(CloudFoundryDeploymentProperties) - Method in class org.springframework.cloud.skipper.config.CloudFoundryPlatformProperties.CloudFoundryProperties
 
setDeployment(Deployment) - Method in class org.springframework.cloud.skipper.domain.AppDeploymentKind
 
setDeploymentData(String) - Method in class org.springframework.cloud.skipper.domain.AppDeployerData
 
setDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.Deployment
 
setKind(String) - Method in class org.springframework.cloud.skipper.domain.AppDeploymentKind
 
setLabels(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.Deployment
 
setName(String) - Method in class org.springframework.cloud.skipper.deployer.Deployer
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.Deployment
 
setPackageRepositories(List<Repository>) - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 
setReleaseName(String) - Method in class org.springframework.cloud.skipper.domain.AppDeployerData
 
setReleaseVersion(int) - Method in class org.springframework.cloud.skipper.domain.AppDeployerData
 
setResource(String) - Method in class org.springframework.cloud.skipper.domain.Deployment
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.skipper.index.PackageIndexDownloader
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.skipper.service.PackageService
 
setResourceMetadata(String) - Method in class org.springframework.cloud.skipper.domain.Deployment
 
setSkipperHome(String) - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 
setSynchonizeIndexOnContextRefresh(boolean) - Method in class org.springframework.cloud.skipper.config.SkipperServerProperties
 
setType(String) - Method in class org.springframework.cloud.skipper.deployer.Deployer
 
SkipperServerApplication - Class in org.springframework.cloud.skipper
 
SkipperServerApplication() - Constructor for class org.springframework.cloud.skipper.SkipperServerApplication
 
SkipperServerConfiguration - Class in org.springframework.cloud.skipper.config
Main configuration class for the server.
SkipperServerConfiguration() - Constructor for class org.springframework.cloud.skipper.config.SkipperServerConfiguration
 
SkipperServerProperties - Class in org.springframework.cloud.skipper.config
Configurable properties of the server.
SkipperServerProperties() - Constructor for class org.springframework.cloud.skipper.config.SkipperServerProperties
 
store(Release) - Method in class org.springframework.cloud.skipper.service.FileManifestStore
 
store(Release) - Method in interface org.springframework.cloud.skipper.service.ManifestStore
Store the manifest file for the given release.

U

undeploy(Release) - Method in class org.springframework.cloud.skipper.deployer.AppDeployerReleaseManager
 
undeploy(Release) - Method in interface org.springframework.cloud.skipper.service.ReleaseManager
 
updateStatus(Release) - Method in class org.springframework.cloud.skipper.deployer.AppDeployerReleaseManager
 
updateStatus(Release) - Method in interface org.springframework.cloud.skipper.service.ReleaseManager
 
A C D F G I L M O P R S U 
Skip navigation links

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