Class AutofilledNetworkConfiguration.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<NetworkConfiguration>
com.google.jenkins.plugins.computeengine.NetworkConfiguration.NetworkConfigurationDescriptor
com.google.jenkins.plugins.computeengine.AutofilledNetworkConfiguration.DescriptorImpl
- Enclosing class:
- AutofilledNetworkConfiguration
@Extension
public static final class AutofilledNetworkConfiguration.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 TypeMethodDescriptiondoCheckNetwork
(String value) doCheckSubnetwork
(String value) doFillNetworkItems
(Jenkins context, String projectId, String credentialsId) doFillSubnetworkItems
(Jenkins context, String network, String region, String projectId, String credentialsId) 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
-
doFillNetworkItems
public ListBoxModel doFillNetworkItems(@AncestorInPath Jenkins context, @QueryParameter("projectId") @RelativePath("../..") String projectId, @QueryParameter("credentialsId") @RelativePath("../..") String credentialsId) -
doCheckNetwork
-
doFillSubnetworkItems
public ListBoxModel doFillSubnetworkItems(@AncestorInPath Jenkins context, @QueryParameter("network") String network, @QueryParameter("region") @RelativePath("..") String region, @QueryParameter("projectId") @RelativePath("../..") String projectId, @QueryParameter("credentialsId") @RelativePath("../..") String credentialsId) -
doCheckSubnetwork
-