Package com.atlassian.bamboo.plugins.ssh
Class SshProxyServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.plugins.ssh.SshProxyServiceImpl
-
- All Implemented Interfaces:
SshProxyService
public class SshProxyServiceImpl extends Object implements SshProxyService
-
-
Constructor Summary
Constructors Constructor Description SshProxyServiceImpl(DocumentationLinkProvider documentationLinkProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ProxyConnectionDataBuilder
createProxyConnectionDataBuilder()
ProxyRegistrationInfo
register(@NotNull ProxyConnectionData connectionData)
void
unregister(@Nullable ProxyRegistrationInfo registrationInfo)
-
-
-
Constructor Detail
-
SshProxyServiceImpl
@Autowired public SshProxyServiceImpl(DocumentationLinkProvider documentationLinkProvider)
-
-
Method Detail
-
register
public ProxyRegistrationInfo register(@NotNull @NotNull ProxyConnectionData connectionData) throws ProxyException
- Specified by:
register
in interfaceSshProxyService
- Throws:
ProxyException
-
unregister
public void unregister(@Nullable @Nullable ProxyRegistrationInfo registrationInfo)
- Specified by:
unregister
in interfaceSshProxyService
-
createProxyConnectionDataBuilder
@NotNull public @NotNull ProxyConnectionDataBuilder createProxyConnectionDataBuilder()
- Specified by:
createProxyConnectionDataBuilder
in interfaceSshProxyService
-
-