public abstract class NetworkConfiguration extends Object implements hudson.model.Describable<NetworkConfiguration>
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConfiguration.NetworkConfigurationDescriptor |
| Modifier and Type | Field and Description |
|---|---|
String |
network |
String |
subnetwork |
| Constructor and Description |
|---|
NetworkConfiguration(String network,
String subnetwork) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
hudson.model.Descriptor<NetworkConfiguration> |
getDescriptor() |
String |
getNetwork() |
String |
getSubnetwork() |
int |
hashCode() |
String |
toString() |
public String getNetwork()
public String getSubnetwork()
public hudson.model.Descriptor<NetworkConfiguration> getDescriptor()
getDescriptor in interface hudson.model.Describable<NetworkConfiguration>Copyright © 2016–2018 Google. All rights reserved.