Package com.atlassian.bamboo.ssh
Interface SshProxyService
-
- All Known Implementing Classes:
SshProxyServiceImpl
public interface SshProxyService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ProxyConnectionDataBuildercreateProxyConnectionDataBuilder()ProxyRegistrationInforegister(@NotNull ProxyConnectionData connectionData)voidunregister(@Nullable ProxyRegistrationInfo registrationInfo)
-
-
-
Method Detail
-
register
ProxyRegistrationInfo register(@NotNull @NotNull ProxyConnectionData connectionData) throws ProxyException
- Throws:
ProxyException
-
unregister
void unregister(@Nullable @Nullable ProxyRegistrationInfo registrationInfo)
-
createProxyConnectionDataBuilder
@NotNull @NotNull ProxyConnectionDataBuilder createProxyConnectionDataBuilder()
-
-