@Configuration @EnableConfigurationProperties(value=SshUriProperties.class) public class TransportConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransportConfiguration.FileBasedSshTransportConfigCallback
Configure JGit transport command to use a default SSH session factory based on local machines SSH config.
|
static class |
TransportConfiguration.PropertiesBasedSshTransportConfigCallback
Configure JGit transport command to use a SSH session factory that is configured using properties defined
in
SshUriProperties |
| Constructor and Description |
|---|
TransportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.api.TransportConfigCallback |
propertiesBasedSshTransportCallback(SshUriProperties sshUriProperties) |
@ConditionalOnMissingBean(value=org.eclipse.jgit.api.TransportConfigCallback.class) @Bean public org.eclipse.jgit.api.TransportConfigCallback propertiesBasedSshTransportCallback(SshUriProperties sshUriProperties)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.