@Extension public static final class AutofilledNetworkConfiguration.DescriptorImpl extends NetworkConfiguration.NetworkConfigurationDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckNetwork(String value) |
hudson.util.FormValidation |
doCheckSubnetwork(String value) |
hudson.util.ListBoxModel |
doFillNetworkItems(jenkins.model.Jenkins context,
String projectId,
String credentialsId) |
hudson.util.ListBoxModel |
doFillSubnetworkItems(jenkins.model.Jenkins context,
String network,
String region,
String projectId,
String credentialsId) |
String |
getDisplayName() |
computeClient, setComputeClientaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class NetworkConfiguration.NetworkConfigurationDescriptorpublic hudson.util.ListBoxModel doFillNetworkItems(@AncestorInPath
jenkins.model.Jenkins context,
@QueryParameter(value="projectId") @RelativePath(value="../..")
String projectId,
@QueryParameter(value="credentialsId") @RelativePath(value="../..")
String credentialsId)
public hudson.util.FormValidation doCheckNetwork(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillSubnetworkItems(@AncestorInPath
jenkins.model.Jenkins context,
@QueryParameter(value="network")
String network,
@QueryParameter(value="region") @RelativePath(value="..")
String region,
@QueryParameter(value="projectId") @RelativePath(value="../..")
String projectId,
@QueryParameter(value="credentialsId") @RelativePath(value="../..")
String credentialsId)
public hudson.util.FormValidation doCheckSubnetwork(@QueryParameter
String value)
Copyright © 2016–2018 Google. All rights reserved.