org.jenkinsci.plugins.ParameterizedRemoteTrigger
Class RemoteJenkinsServer
java.lang.Object
hudson.model.AbstractDescribableImpl<RemoteJenkinsServer>
org.jenkinsci.plugins.ParameterizedRemoteTrigger.RemoteJenkinsServer
- All Implemented Interfaces:
- hudson.model.Describable<RemoteJenkinsServer>
public class RemoteJenkinsServer
- extends hudson.model.AbstractDescribableImpl<RemoteJenkinsServer>
Holds everything regarding the remote server we wish to connect to, including validations and what not.
- Author:
- Maurice W.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteJenkinsServer
@DataBoundConstructor
public RemoteJenkinsServer(String address,
String displayName,
boolean hasBuildTokenRootSupport,
net.sf.json.JSONObject auth)
throws MalformedURLException
- Throws:
MalformedURLException
getAuth
public Auth[] getAuth()
getDisplayName
public String getDisplayName()
getAddress
public URL getAddress()
getHasBuildTokenRootSupport
public boolean getHasBuildTokenRootSupport()
getDescriptor
public RemoteJenkinsServer.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<RemoteJenkinsServer>- Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<RemoteJenkinsServer>
Copyright © 2004-2014. All Rights Reserved.