com.atlassian.bamboo.plugins.ssh
Class SshProxyServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.plugins.ssh.SshProxyServiceImpl
All Implemented Interfaces:
SshProxyService

public class SshProxyServiceImpl
extends java.lang.Object
implements SshProxyService


Constructor Summary
SshProxyServiceImpl(com.opensymphony.xwork.TextProvider textProvider)
           
 
Method Summary
 ProxyConnectionDataBuilder createProxyConnectionDataBuilder()
           
 ProxyRegistrationInfo register(ProxyConnectionData connectionData)
           
 void unregister(ProxyRegistrationInfo registrationInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshProxyServiceImpl

public SshProxyServiceImpl(com.opensymphony.xwork.TextProvider textProvider)
Method Detail

register

public ProxyRegistrationInfo register(@NotNull
                                      ProxyConnectionData connectionData)
                               throws ProxyException
Specified by:
register in interface SshProxyService
Throws:
ProxyException

unregister

public void unregister(@Nullable
                       ProxyRegistrationInfo registrationInfo)
Specified by:
unregister in interface SshProxyService

createProxyConnectionDataBuilder

@NotNull
public ProxyConnectionDataBuilder createProxyConnectionDataBuilder()
Specified by:
createProxyConnectionDataBuilder in interface SshProxyService


Copyright © 2012 Atlassian. All Rights Reserved.