public class JenkinsServerConfiguration extends hudson.model.AbstractDescribableImpl<JenkinsServerConfiguration>
| Modifier and Type | Class and Description |
|---|---|
static class |
JenkinsServerConfiguration.DescriptorImpl |
| Constructor and Description |
|---|
JenkinsServerConfiguration(String name,
String serverUrl,
List<CredJobPair> credJobPairs,
boolean verifyCertificate,
boolean proxy,
int proxySource,
String proxyServer,
int proxyPort,
String proxyUser,
String proxyPassword) |
| Modifier and Type | Method and Description |
|---|---|
CredJobPair |
getCredJobPair(String job) |
List<CredJobPair> |
getCredJobPairs() |
CustomProxy |
getCustomProxy() |
String |
getName() |
String |
getServerUrl() |
boolean |
isVerifyCertificate() |
protected Object |
readResolve() |
protected Object readResolve()
public String getName()
public String getServerUrl()
public CredJobPair getCredJobPair(String job)
public List<CredJobPair> getCredJobPairs()
public boolean isVerifyCertificate()
public CustomProxy getCustomProxy()
Copyright © 2016–2017. All rights reserved.