Uses of Class
org.springframework.cloud.config.server.support.AbstractScmAccessorProperties
-
Packages that use AbstractScmAccessorProperties Package Description org.springframework.cloud.config.server.environment org.springframework.cloud.config.server.support -
-
Uses of AbstractScmAccessorProperties in org.springframework.cloud.config.server.environment
Subclasses of AbstractScmAccessorProperties in org.springframework.cloud.config.server.environment Modifier and Type Class Description classJGitEnvironmentPropertiesclassMultipleJGitEnvironmentPropertiesstatic classMultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentPropertiesAJGitEnvironmentPropertiesthat matches patterns.classSvnKitEnvironmentPropertiesConstructors in org.springframework.cloud.config.server.environment with parameters of type AbstractScmAccessorProperties Constructor Description AbstractScmEnvironmentRepository(org.springframework.core.env.ConfigurableEnvironment environment, AbstractScmAccessorProperties properties) -
Uses of AbstractScmAccessorProperties in org.springframework.cloud.config.server.support
Constructors in org.springframework.cloud.config.server.support with parameters of type AbstractScmAccessorProperties Constructor Description AbstractScmAccessor(org.springframework.core.env.ConfigurableEnvironment environment, AbstractScmAccessorProperties properties)
-