Package com.atlassian.bamboo.plugins.ssh
Class SshProxyServiceImpl
java.lang.Object
com.atlassian.bamboo.plugins.ssh.SshProxyServiceImpl
- All Implemented Interfaces:
SshProxyService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull ProxyConnectionDataBuilder
register
(@NotNull ProxyConnectionData connectionData) void
unregister
(@Nullable ProxyRegistrationInfo registrationInfo)
-
Constructor Details
-
SshProxyServiceImpl
-
-
Method Details
-
register
public ProxyRegistrationInfo register(@NotNull @NotNull ProxyConnectionData connectionData) throws ProxyException - Specified by:
register
in interfaceSshProxyService
- Throws:
ProxyException
-
unregister
- Specified by:
unregister
in interfaceSshProxyService
-
createProxyConnectionDataBuilder
- Specified by:
createProxyConnectionDataBuilder
in interfaceSshProxyService
-