public class RemoteJenkinsServer extends AbstractDescribableImpl<RemoteJenkinsServer> implements Cloneable, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RemoteJenkinsServer.DescriptorImpl |
Constructor and Description |
---|
RemoteJenkinsServer() |
Modifier and Type | Method and Description |
---|---|
RemoteJenkinsServer |
clone() |
boolean |
equals(Object obj) |
String |
getAddress() |
Auth2 |
getAuth2() |
RemoteJenkinsServer.DescriptorImpl |
getDescriptor() |
String |
getDisplayName() |
boolean |
getHasBuildTokenRootSupport() |
boolean |
getOverrideTrustAllCertificates() |
boolean |
getTrustAllCertificates() |
int |
hashCode() |
boolean |
isUseProxy() |
protected Object |
readResolve() |
void |
setAddress(String address) |
void |
setAuth2(Auth2 auth2) |
void |
setDisplayName(String displayName) |
void |
setHasBuildTokenRootSupport(boolean hasBuildTokenRootSupport) |
void |
setOverrideTrustAllCertificates(boolean overrideTrustAllCertificates) |
void |
setTrustAllCertificates(boolean trustAllCertificates) |
void |
setUseProxy(boolean useProxy) |
protected Object readResolve()
@DataBoundSetter public void setTrustAllCertificates(boolean trustAllCertificates)
@DataBoundSetter public void setOverrideTrustAllCertificates(boolean overrideTrustAllCertificates)
@DataBoundSetter public void setDisplayName(String displayName)
@DataBoundSetter public void setHasBuildTokenRootSupport(boolean hasBuildTokenRootSupport)
@DataBoundSetter public void setUseProxy(boolean useProxy)
@DataBoundSetter public void setAuth2(Auth2 auth2)
@DataBoundSetter public void setAddress(String address)
@CheckForNull public String getDisplayName()
public boolean getHasBuildTokenRootSupport()
public boolean isUseProxy()
@CheckForNull public Auth2 getAuth2()
@CheckForNull public String getAddress()
public RemoteJenkinsServer.DescriptorImpl getDescriptor()
getDescriptor
in interface Describable<RemoteJenkinsServer>
getDescriptor
in class AbstractDescribableImpl<RemoteJenkinsServer>
public boolean getTrustAllCertificates()
public boolean getOverrideTrustAllCertificates()
public RemoteJenkinsServer clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2016–2023. All rights reserved.