com.xebialabs.xlrelease.ci
Class SecondaryServerInfo
java.lang.Object
hudson.model.AbstractDescribableImpl<SecondaryServerInfo>
com.xebialabs.xlrelease.ci.SecondaryServerInfo
- All Implemented Interfaces:
- hudson.model.Describable<SecondaryServerInfo>
public class SecondaryServerInfo
- extends hudson.model.AbstractDescribableImpl<SecondaryServerInfo>
|
Constructor Summary |
SecondaryServerInfo(java.lang.String secondaryServerUrl,
java.lang.String secondaryProxyUrl)
|
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
secondaryServerUrl
public final java.lang.String secondaryServerUrl
secondaryProxyUrl
public final java.lang.String secondaryProxyUrl
SecondaryServerInfo
@DataBoundConstructor
public SecondaryServerInfo(java.lang.String secondaryServerUrl,
java.lang.String secondaryProxyUrl)
showSecondaryServerSettings
public boolean showSecondaryServerSettings()
resolveServerUrl
public java.lang.String resolveServerUrl(java.lang.String defaultUrl)
resolveProxyUrl
public java.lang.String resolveProxyUrl(java.lang.String defaultUrl)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object