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 ProxyConnectionDataBuilder
createProxyConnectionDataBuilder()
ProxyRegistrationInfo
register(@NotNull ProxyConnectionData connectionData)
void
unregister(@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()
-
-