Uses of Interface
com.atlassian.bamboo.ssh.ProxyErrorReceiver
-
Packages that use ProxyErrorReceiver Package Description com.atlassian.bamboo.plugins.ssh com.atlassian.bamboo.ssh -
-
Uses of ProxyErrorReceiver in com.atlassian.bamboo.plugins.ssh
Methods in com.atlassian.bamboo.plugins.ssh with parameters of type ProxyErrorReceiver Modifier and Type Method Description ProxyConnectionDataBuilderImpl
ProxyConnectionDataBuilderImpl. withErrorReceiver(ProxyErrorReceiver receiver)
-
Uses of ProxyErrorReceiver in com.atlassian.bamboo.ssh
Subinterfaces of ProxyErrorReceiver in com.atlassian.bamboo.ssh Modifier and Type Interface Description interface
ProxyConnectionData
Methods in com.atlassian.bamboo.ssh that return ProxyErrorReceiver Modifier and Type Method Description ProxyErrorReceiver
ProxyConnectionData. getErrorReceiver()
Methods in com.atlassian.bamboo.ssh with parameters of type ProxyErrorReceiver Modifier and Type Method Description ProxyConnectionDataBuilder
ProxyConnectionDataBuilder. withErrorReceiver(ProxyErrorReceiver receiver)
-