public class SshProxyServiceImpl extends Object implements SshProxyService
Constructor and Description |
---|
SshProxyServiceImpl(DocumentationLinkProvider documentationLinkProvider) |
Modifier and Type | Method and Description |
---|---|
ProxyConnectionDataBuilder |
createProxyConnectionDataBuilder() |
ProxyRegistrationInfo |
register(ProxyConnectionData connectionData) |
void |
unregister(ProxyRegistrationInfo registrationInfo) |
@Autowired public SshProxyServiceImpl(DocumentationLinkProvider documentationLinkProvider)
public ProxyRegistrationInfo register(@NotNull ProxyConnectionData connectionData) throws ProxyException
register
in interface SshProxyService
ProxyException
public void unregister(@Nullable ProxyRegistrationInfo registrationInfo)
unregister
in interface SshProxyService
@NotNull public ProxyConnectionDataBuilder createProxyConnectionDataBuilder()
createProxyConnectionDataBuilder
in interface SshProxyService
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.