Class MultipleJGitEnvironmentProperties
- java.lang.Object
-
- org.springframework.cloud.config.server.support.AbstractScmAccessorProperties
-
- org.springframework.cloud.config.server.environment.JGitEnvironmentProperties
-
- org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentProperties
-
- All Implemented Interfaces:
EnvironmentRepositoryProperties,HttpEnvironmentRepositoryProperties
@ConfigurationProperties("spring.cloud.config.server.git") @Validated public class MultipleJGitEnvironmentProperties extends JGitEnvironmentProperties- Author:
- Dylan Roberts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentPropertiesAJGitEnvironmentPropertiesthat matches patterns.
-
Field Summary
-
Fields inherited from class org.springframework.cloud.config.server.environment.JGitEnvironmentProperties
MAIN_LABEL, MASTER_LABEL
-
-
Constructor Summary
Constructors Constructor Description MultipleJGitEnvironmentProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties>getRepos()voidsetRepos(Map<String,MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties> repos)-
Methods inherited from class org.springframework.cloud.config.server.environment.JGitEnvironmentProperties
getHostKey, getHostKeyAlgorithm, getKnownHostsFile, getPreferredAuthentications, getPrivateKey, getProxy, getRefreshRate, getTimeout, isCloneOnStart, isCloneSubmodules, isDeleteUntrackedBranches, isForcePull, isIgnoreLocalSshSettings, isSkipSslValidation, isStrictHostKeyChecking, isTryMasterBranch, setCloneOnStart, setCloneSubmodules, setDeleteUntrackedBranches, setForcePull, setHostKey, setHostKeyAlgorithm, setIgnoreLocalSshSettings, setKnownHostsFile, setPreferredAuthentications, setPrivateKey, setProxy, setRefreshRate, setSkipSslValidation, setStrictHostKeyChecking, setTimeout, setTryMasterBranch
-
Methods inherited from class org.springframework.cloud.config.server.support.AbstractScmAccessorProperties
getBasedir, getDefaultLabel, getOrder, getPassphrase, getPassword, getSearchPaths, getUri, getUsername, setBasedir, setDefaultLabel, setOrder, setPassphrase, setPassword, setSearchPaths, setUri, setUsername
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.cloud.config.server.support.EnvironmentRepositoryProperties
setOrder
-
-
-
-
Method Detail
-
getRepos
public Map<String,MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties> getRepos()
-
setRepos
public void setRepos(Map<String,MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties> repos)
-
-