public class RemoteJenkinsServer extends hudson.model.AbstractDescribableImpl<RemoteJenkinsServer>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteJenkinsServer.DescriptorImpl |
| Constructor and Description |
|---|
RemoteJenkinsServer(String address,
String displayName,
boolean hasBuildTokenRootSupport,
net.sf.json.JSONObject auth) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getAddress() |
Auth[] |
getAuth() |
RemoteJenkinsServer.DescriptorImpl |
getDescriptor() |
String |
getDisplayName() |
boolean |
getHasBuildTokenRootSupport() |
@DataBoundConstructor public RemoteJenkinsServer(String address, String displayName, boolean hasBuildTokenRootSupport, net.sf.json.JSONObject auth) throws MalformedURLException
MalformedURLExceptionpublic Auth[] getAuth()
public String getDisplayName()
public URL getAddress()
public boolean getHasBuildTokenRootSupport()
public RemoteJenkinsServer.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<RemoteJenkinsServer>getDescriptor in class hudson.model.AbstractDescribableImpl<RemoteJenkinsServer>Copyright © 2004–2015. All rights reserved.