com.atlassian.bamboo.ssh
Interface SshProxyService

All Known Implementing Classes:
SshProxyServiceImpl

public interface SshProxyService


Method Summary
 ProxyConnectionDataBuilder createProxyConnectionDataBuilder()
           
 ProxyRegistrationInfo register(ProxyConnectionData connectionData)
           
 void unregister(ProxyRegistrationInfo registrationInfo)
           
 

Method Detail

register

ProxyRegistrationInfo register(@NotNull
                               ProxyConnectionData connectionData)
                               throws ProxyException
Throws:
ProxyException

unregister

void unregister(@Nullable
                ProxyRegistrationInfo registrationInfo)

createProxyConnectionDataBuilder

@NotNull
ProxyConnectionDataBuilder createProxyConnectionDataBuilder()


Copyright © 2012 Atlassian. All Rights Reserved.