Modifier and Type | Method and Description |
---|---|
SshUriProperties |
build() |
SshUriProperties.SshUriNestedRepoProperties |
buildAsNestedRepo() |
SshUri.SshUriPropertiesBuilder |
hostKey(String hostKey) |
SshUri.SshUriPropertiesBuilder |
hostKeyAlgorithm(String hostKeyAlgorithm) |
SshUri.SshUriPropertiesBuilder |
ignoreLocalSshSettings(boolean ignoreLocalSshSettings) |
SshUri.SshUriPropertiesBuilder |
knownHostsFile(String knownHostsFile) |
SshUri.SshUriPropertiesBuilder |
preferredAuthentications(String preferredAuthentications) |
SshUri.SshUriPropertiesBuilder |
privateKey(String privateKey) |
SshUri.SshUriPropertiesBuilder |
proxyHost(String proxyHost) |
SshUri.SshUriPropertiesBuilder |
proxyPort(Integer proxyPort) |
SshUri.SshUriPropertiesBuilder |
repos(Map<String,SshUriProperties.SshUriNestedRepoProperties> repos) |
SshUri.SshUriPropertiesBuilder |
strictHostKeyChecking(boolean strictHostKeyChecking) |
String |
toString() |
SshUri.SshUriPropertiesBuilder |
uri(String uri) |
public SshUri.SshUriPropertiesBuilder uri(String uri)
public SshUri.SshUriPropertiesBuilder hostKeyAlgorithm(String hostKeyAlgorithm)
public SshUri.SshUriPropertiesBuilder hostKey(String hostKey)
public SshUri.SshUriPropertiesBuilder privateKey(String privateKey)
public SshUri.SshUriPropertiesBuilder knownHostsFile(String knownHostsFile)
public SshUri.SshUriPropertiesBuilder preferredAuthentications(String preferredAuthentications)
public SshUri.SshUriPropertiesBuilder ignoreLocalSshSettings(boolean ignoreLocalSshSettings)
public SshUri.SshUriPropertiesBuilder strictHostKeyChecking(boolean strictHostKeyChecking)
public SshUri.SshUriPropertiesBuilder proxyHost(String proxyHost)
public SshUri.SshUriPropertiesBuilder proxyPort(Integer proxyPort)
public SshUri.SshUriPropertiesBuilder repos(Map<String,SshUriProperties.SshUriNestedRepoProperties> repos)
public SshUriProperties build()
public SshUriProperties.SshUriNestedRepoProperties buildAsNestedRepo()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.