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 protocol,
String host,
int port,
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 |
getHost() |
String |
getName() |
int |
getPort() |
String |
getProtocol() |
boolean |
isVerifyCertificate() |
@DataBoundConstructor public JenkinsServerConfiguration(String name, String protocol, String host, int port, List<CredJobPair> credJobPairs, boolean verifyCertificate, boolean proxy, int proxySource, String proxyServer, int proxyPort, String proxyUser, String proxyPassword)
public String getName()
public String getProtocol()
public String getHost()
public CredJobPair getCredJobPair(String job)
public int getPort()
public List<CredJobPair> getCredJobPairs()
public boolean isVerifyCertificate()
public CustomProxy getCustomProxy()
Copyright © 2016–2017. All rights reserved.