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 -
Field Summary
Fields inherited from class JGitEnvironmentProperties
MAIN_LABEL, MASTER_LABELFields inherited from interface EnvironmentRepositoryProperties
DEFAULT_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRepos()voidsetRepos(Map<String, MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties> repos) Methods inherited from class 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, setTryMasterBranchMethods inherited from class AbstractScmAccessorProperties
getBasedir, getDefaultLabel, getOrder, getPassphrase, getPassword, getSearchPaths, getUri, getUsername, isContinueOnMultipleLabelFailure, setBasedir, setContinueOnMultipleLabelFailure, setDefaultLabel, setOrder, setPassphrase, setPassword, setSearchPaths, setUri, setUsernameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EnvironmentRepositoryProperties
setOrder
-
Constructor Details
-
MultipleJGitEnvironmentProperties
public MultipleJGitEnvironmentProperties()
-
-
Method Details
-
getRepos
public Map<String, MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties> getRepos() -
setRepos
public void setRepos(Map<String, MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties> repos)
-