Package | Description |
---|---|
org.springframework.cloud.config.server | |
org.springframework.cloud.config.server.config |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScmEnvironmentRepository |
class |
JGitEnvironmentRepository
An
EnvironmentRepository backed by a single git repository. |
class |
MultipleJGitEnvironmentRepository
EnvironmentRepository that based on one or more git repositories. |
static class |
MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository |
class |
NativeEnvironmentRepository
Simple implementation of
EnvironmentRepository that uses a SpringApplication
and configuration files located through the normal protocols. |
class |
PassthruEnvironmentRepository
Simple implementation of
EnvironmentRepository that just reflects an existing
Spring Environment. |
class |
SvnKitEnvironmentRepository
Subversion-backed
EnvironmentRepository . |
Constructor and Description |
---|
ConfigServerHealthIndicator(EnvironmentRepository environmentRepository) |
EnvironmentController(EnvironmentRepository repository,
EnvironmentEncryptor environmentEncryptor) |
EnvironmentRepositoryPropertySourceLocator(EnvironmentRepository repository,
String name,
String profiles,
String label) |
Modifier and Type | Method and Description |
---|---|
EnvironmentRepository |
EnvironmentRepositoryConfiguration.NativeRepositoryConfiguration.environmentRepository() |
EnvironmentRepository |
EnvironmentRepositoryConfiguration.GitRepositoryConfiguration.environmentRepository() |
EnvironmentRepository |
EnvironmentRepositoryConfiguration.SvnRepositoryConfiguration.environmentRepository() |
Modifier and Type | Method and Description |
---|---|
ConfigServerHealthIndicator |
EnvironmentRepositoryConfiguration.configServerHealthIndicator(EnvironmentRepository repository) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.