@Extension
@Symbol(value="pipeline-model")
public class GlobalConfig
extends jenkins.model.GlobalConfiguration
DockerLabelProvider
.Modifier and Type | Class and Description |
---|---|
static class |
GlobalConfig.GlobalConfigDockerPropertiesProvider |
Constructor and Description |
---|
GlobalConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
static GlobalConfig |
get() |
String |
getDockerLabel() |
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint |
getRegistry() |
void |
setDockerLabel(String dockerLabel) |
void |
setRegistry(org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint registry) |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, 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, toMap
public String getDockerLabel()
@DataBoundSetter public void setDockerLabel(String dockerLabel)
public org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint getRegistry()
@DataBoundSetter public void setRegistry(org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint registry)
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
hudson.model.Descriptor.FormException
public static GlobalConfig get()
Copyright © 2016–2017. All rights reserved.