@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 |
doCheckCluster(Jenkins context,
String cluster,
String credentialsId,
String projectId) |
FormValidation |
doCheckCredentialsId(Jenkins context,
String credentialsId) |
FormValidation |
doCheckManifestPattern(String manifestPattern) |
FormValidation |
doCheckNamespace(String namespace) |
FormValidation |
doCheckProjectId(Jenkins context,
String projectId,
String credentialsId) |
FormValidation |
doCheckVerifyTimeoutInMinutes(String verifyTimeoutInMinutes) |
ListBoxModel |
doFillClusterItems(Jenkins context,
String cluster,
String credentialsId,
String projectId) |
ListBoxModel |
doFillCredentialsIdItems(Jenkins context) |
ListBoxModel |
doFillProjectIdItems(Jenkins context,
String projectId,
String credentialsId) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
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, getRequiredGlobalConfigPagePermission, 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 doFillClusterItems(@AncestorInPath Jenkins context, @QueryParameter(value="cluster") String cluster, @QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="projectId") String projectId)
public FormValidation doCheckCluster(@AncestorInPath Jenkins context, @QueryParameter(value="cluster") String cluster, @QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="projectId") String projectId)
public FormValidation doCheckNamespace(@QueryParameter(value="namespace") String namespace)
public FormValidation doCheckManifestPattern(@QueryParameter(value="manifestPattern") String manifestPattern)
public FormValidation doCheckVerifyTimeoutInMinutes(@QueryParameter(value="verifyTimeoutInMinutes") String verifyTimeoutInMinutes)
Copyright © 2016–2021 Google. All rights reserved.