@Symbol(value="kubernetesEngineDeploy") @Extension public static final class KubernetesEngineBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
filtercalcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, 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)
public FormValidation doCheckVerifyTimeoutInMinutes(@QueryParameter(value="verifyTimeoutInMinutes") String verifyTimeoutInMinutes)
Copyright © 2016–2019 Google. All rights reserved.