public class SlaveProxyConfiguration extends hudson.model.AbstractDescribableImpl<SlaveProxyConfiguration>
Modifier and Type | Class and Description |
---|---|
static class |
SlaveProxyConfiguration.DescriptorImpl |
Constructor and Description |
---|
SlaveProxyConfiguration(String label,
int masterPort,
boolean localOnly) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Value equality is based on whether the
SmartPortForwarder needs
to be restarted. |
hudson.model.Label |
getApplicableLabel() |
String |
getLabel() |
int |
getMasterPort() |
int |
hashCode() |
boolean |
isLocalOnly() |
@DataBoundConstructor public SlaveProxyConfiguration(String label, int masterPort, boolean localOnly)
public String getLabel()
public int getMasterPort()
public boolean isLocalOnly()
public boolean equals(Object o)
SmartPortForwarder
needs
to be restarted.public hudson.model.Label getApplicableLabel()
Copyright © 2004-2013. All Rights Reserved.