Package com.atlassian.bamboo.ssh
Interface ProxyRegistrationInfo
-
- All Known Implementing Classes:
ProxyRegistrationInfoImpl
public interface ProxyRegistrationInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ProxyConnectionData
getConnectionData()
@NotNull String
getProxyHost()
int
getProxyPort()
@NotNull String
getProxyUserName()
-
-
-
Method Detail
-
getProxyHost
@NotNull @NotNull String getProxyHost()
-
getProxyPort
int getProxyPort()
-
getConnectionData
@NotNull @NotNull ProxyConnectionData getConnectionData()
-
getProxyUserName
@NotNull @NotNull String getProxyUserName()
-
-