@Deprecated public class DockerPluginConfiguration extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
DockerPluginConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Deprecated.
|
static DockerPluginConfiguration |
get()
Deprecated.
Returns this singleton instance.
|
boolean |
getPullFix()
Deprecated.
|
DockerRegistry |
getRegistryByName(String registryName)
Deprecated.
|
List<DockerRegistry> |
getRegistryList()
Deprecated.
|
void |
setPullFix(boolean pullFix)
Deprecated.
|
void |
setRegistryList(List<DockerRegistry> registryList)
Deprecated.
|
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 static DockerPluginConfiguration get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class jenkins.model.GlobalConfigurationhudson.model.Descriptor.FormExceptionpublic DockerRegistry getRegistryByName(String registryName)
public void setRegistryList(List<DockerRegistry> registryList)
public List<DockerRegistry> getRegistryList()
public final boolean getPullFix()
public final void setPullFix(boolean pullFix)
Copyright © 2016–2017. All rights reserved.