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