@Extension(ordinal=202.0)
public class KubernetesCredentialsProviderConfiguration
extends jenkins.model.GlobalConfiguration
| 构造器和说明 |
|---|
KubernetesCredentialsProviderConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
static KubernetesCredentialsProviderConfiguration |
get() |
String |
getDisplayName() |
String |
getGlobalNamespaces() |
String |
getLabelSelector() |
void |
setGlobalNamespaces(String globalNamespaces) |
void |
setLabelSelector(String labelSelector) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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, toMappublic KubernetesCredentialsProviderConfiguration()
public static KubernetesCredentialsProviderConfiguration get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure 在类中 jenkins.model.GlobalConfigurationhudson.model.Descriptor.FormExceptionpublic String getGlobalNamespaces()
@DataBoundSetter public void setGlobalNamespaces(String globalNamespaces)
public String getLabelSelector()
@DataBoundSetter public void setLabelSelector(String labelSelector)
Copyright © 2016–2019. All rights reserved.