Uses of Class
org.springframework.cloud.config.server.environment.JGitEnvironmentProperties
-
Packages that use JGitEnvironmentProperties Package Description org.springframework.cloud.config.server.environment org.springframework.cloud.config.server.ssh -
-
Uses of JGitEnvironmentProperties in org.springframework.cloud.config.server.environment
Subclasses of JGitEnvironmentProperties in org.springframework.cloud.config.server.environment Modifier and Type Class Description classMultipleJGitEnvironmentPropertiesstatic classMultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentPropertiesAJGitEnvironmentPropertiesthat matches patterns.Constructors in org.springframework.cloud.config.server.environment with parameters of type JGitEnvironmentProperties Constructor Description JGitEnvironmentRepository(org.springframework.core.env.ConfigurableEnvironment environment, JGitEnvironmentProperties properties) -
Uses of JGitEnvironmentProperties in org.springframework.cloud.config.server.ssh
Methods in org.springframework.cloud.config.server.ssh that return types with arguments of type JGitEnvironmentProperties Modifier and Type Method Description protected List<JGitEnvironmentProperties>SshPropertyValidator. extractRepoProperties(MultipleJGitEnvironmentProperties sshUriProperties)Map<String,JGitEnvironmentProperties>SshUriPropertyProcessor. getSshKeysByHostname()Constructors in org.springframework.cloud.config.server.ssh with parameters of type JGitEnvironmentProperties Constructor Description FileBasedSshSessionFactory(JGitEnvironmentProperties sshUriProperties)Constructor parameters in org.springframework.cloud.config.server.ssh with type arguments of type JGitEnvironmentProperties Constructor Description PropertyBasedSshSessionFactory(Map<String,JGitEnvironmentProperties> sshKeysByHostname)
-