Class RemoteJenkinsServer
java.lang.Object
io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer
- All Implemented Interfaces:
Describable<RemoteJenkinsServer>
,Serializable
public class RemoteJenkinsServer
extends Object
implements Describable<RemoteJenkinsServer>, Serializable
Holds everything regarding the remote server we wish to connect to, including validations and what not.
- Author:
- Maurice W.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuth2()
Gets the descriptor for this instance.getId()
getUrl()
boolean
void
void
setDisplayName
(String displayName) void
void
setTrustAllCertificates
(boolean trustAllCertificates) void
-
Constructor Details
-
RemoteJenkinsServer
@DataBoundConstructor public RemoteJenkinsServer()
-
-
Method Details
-
getDescriptor
Gets the descriptor for this instance.Descriptor
is a singleton for every concreteDescribable
implementation, so ifa.getClass() == b.getClass()
then by defaulta.getDescriptor() == b.getDescriptor()
as well. (In rare cases a single implementation class may be used for instances with distinct descriptors.)- Specified by:
getDescriptor
in interfaceDescribable<RemoteJenkinsServer>
-
getId
-
setId
-
getDisplayName
-
setDisplayName
-
isTrustAllCertificates
public boolean isTrustAllCertificates() -
setTrustAllCertificates
@DataBoundSetter public void setTrustAllCertificates(boolean trustAllCertificates) -
getAuth2
-
setAuth2
-
getUrl
-
setUrl
-