Class SharedVpcNetworkConfiguration.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<NetworkConfiguration>
com.google.jenkins.plugins.computeengine.NetworkConfiguration.NetworkConfigurationDescriptor
com.google.jenkins.plugins.computeengine.SharedVpcNetworkConfiguration.DescriptorImpl
- Enclosing class:
- SharedVpcNetworkConfiguration
@Extension
public static final class SharedVpcNetworkConfiguration.DescriptorImpl
extends NetworkConfiguration.NetworkConfigurationDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckProjectId
(String value) doCheckRegion
(String value, String region) doCheckSubnetworkName
(String value) Methods inherited from class com.google.jenkins.plugins.computeengine.NetworkConfiguration.NetworkConfigurationDescriptor
computeClient, setComputeClient
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in classNetworkConfiguration.NetworkConfigurationDescriptor
-
doCheckProjectId
-
doCheckSubnetworkName
-
doCheckRegion
public FormValidation doCheckRegion(@QueryParameter String value, @QueryParameter("region") @RelativePath("..") String region)
-