@Symbol(value="kubernetesEngineDeploy") @Extension public static final class KubernetesEngineBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckClusterName(Jenkins context,
String clusterName,
String credentialsId,
String projectId,
String zone) |
FormValidation |
doCheckCredentialsId(Jenkins context,
String credentialsId) |
FormValidation |
doCheckManifestPattern(String manifestPattern) |
FormValidation |
doCheckProjectId(Jenkins context,
String projectId,
String credentialsId) |
FormValidation |
doCheckZone(Jenkins context,
String zone,
String credentialsId,
String projectId) |
ListBoxModel |
doFillClusterNameItems(Jenkins context,
String clusterName,
String credentialsId,
String projectId,
String zone) |
ListBoxModel |
doFillCredentialsIdItems(Jenkins context) |
ListBoxModel |
doFillProjectIdItems(Jenkins context,
String projectId,
String credentialsId) |
ListBoxModel |
doFillZoneItems(Jenkins context,
String zone,
String credentialsId,
String projectId) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
filteraddHelpFileRedirect, 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, toMap@Nonnull public String getDisplayName()
getDisplayName in class Descriptor<Builder>public boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable in class BuildStepDescriptor<Builder>public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Jenkins context)
public FormValidation doCheckCredentialsId(@AncestorInPath Jenkins context, @QueryParameter(value="credentialsId") String credentialsId)
public ListBoxModel doFillProjectIdItems(@AncestorInPath Jenkins context, @QueryParameter(value="projectId") String projectId, @QueryParameter(value="credentialsId") String credentialsId)
public FormValidation doCheckProjectId(@AncestorInPath Jenkins context, @QueryParameter(value="projectId") String projectId, @QueryParameter(value="credentialsId") String credentialsId)
public ListBoxModel doFillZoneItems(@AncestorInPath Jenkins context, @QueryParameter(value="zone") String zone, @QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="projectId") String projectId)
public FormValidation doCheckZone(@AncestorInPath Jenkins context, @QueryParameter(value="zone") String zone, @QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="projectId") String projectId)
public ListBoxModel doFillClusterNameItems(@AncestorInPath Jenkins context, @QueryParameter(value="clusterName") String clusterName, @QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="projectId") String projectId, @QueryParameter(value="zone") String zone)
public FormValidation doCheckClusterName(@AncestorInPath Jenkins context, @QueryParameter(value="clusterName") String clusterName, @QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="projectId") String projectId, @QueryParameter(value="zone") String zone)
public FormValidation doCheckManifestPattern(@QueryParameter(value="manifestPattern") String manifestPattern)
Copyright © 2016–2019 Google. All rights reserved.