public class JGitEnvironmentProperties extends AbstractScmAccessorProperties implements HttpEnvironmentRepositoryProperties
| Constructor and Description |
|---|
JGitEnvironmentProperties() |
getBasedir, getDefaultLabel, getOrder, getPassphrase, getPassword, getSearchPaths, getUri, getUsername, setBasedir, setDefaultLabel, setOrder, setPassphrase, setPassword, setSearchPaths, setUri, setUsernameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOrderpublic boolean isCloneOnStart()
public void setCloneOnStart(boolean cloneOnStart)
public boolean isForcePull()
public void setForcePull(boolean forcePull)
public int getTimeout()
getTimeout in interface HttpEnvironmentRepositoryPropertiespublic void setTimeout(int timeout)
public boolean isDeleteUntrackedBranches()
public void setDeleteUntrackedBranches(boolean deleteUntrackedBranches)
public int getRefreshRate()
public void setRefreshRate(int refreshRate)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getHostKeyAlgorithm()
public void setHostKeyAlgorithm(String hostKeyAlgorithm)
public String getHostKey()
public void setHostKey(String hostKey)
public String getKnownHostsFile()
public void setKnownHostsFile(String knownHostsFile)
public String getPreferredAuthentications()
public void setPreferredAuthentications(String preferredAuthentications)
public boolean isIgnoreLocalSshSettings()
public void setIgnoreLocalSshSettings(boolean ignoreLocalSshSettings)
public boolean isStrictHostKeyChecking()
isStrictHostKeyChecking in class AbstractScmAccessorPropertiespublic void setStrictHostKeyChecking(boolean strictHostKeyChecking)
setStrictHostKeyChecking in class AbstractScmAccessorPropertiespublic boolean isSkipSslValidation()
isSkipSslValidation in interface HttpEnvironmentRepositoryPropertiespublic void setSkipSslValidation(boolean skipSslValidation)
public Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> getProxy()
getProxy in interface HttpEnvironmentRepositoryPropertiespublic void setProxy(Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> proxy)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.