Class MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties
- java.lang.Object
-
- org.springframework.cloud.config.server.support.AbstractScmAccessorProperties
-
- org.springframework.cloud.config.server.environment.JGitEnvironmentProperties
-
- org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties
-
- All Implemented Interfaces:
EnvironmentRepositoryProperties,HttpEnvironmentRepositoryProperties
- Enclosing class:
- MultipleJGitEnvironmentProperties
public static class MultipleJGitEnvironmentProperties.PatternMatchingJGitEnvironmentProperties extends JGitEnvironmentProperties
AJGitEnvironmentPropertiesthat matches patterns.
-
-
Field Summary
-
Fields inherited from class org.springframework.cloud.config.server.environment.JGitEnvironmentProperties
MAIN_LABEL, MASTER_LABEL
-
-
Constructor Summary
Constructors Constructor Description PatternMatchingJGitEnvironmentProperties()PatternMatchingJGitEnvironmentProperties(String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()String[]getPattern()voidsetName(String name)voidsetPattern(String[] pattern)-
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
-
-
-
-
Constructor Detail
-
PatternMatchingJGitEnvironmentProperties
public PatternMatchingJGitEnvironmentProperties()
-
PatternMatchingJGitEnvironmentProperties
public PatternMatchingJGitEnvironmentProperties(String uri)
-
-