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) |
| Modifier and Type | Method and Description |
|---|---|
CredJobPair |
getCredJobPair(String job) |
List<CredJobPair> |
getCredJobPairs() |
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)
public String getName()
public String getProtocol()
public String getHost()
public CredJobPair getCredJobPair(String job)
public int getPort()
public List<CredJobPair> getCredJobPairs()
public boolean isVerifyCertificate()
Copyright © 2016. All rights reserved.