java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
org.jenkinsci.plugins.docker.workflow.declarative.GlobalConfig
All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, OnMaster

@Extension @Symbol({"pipeline-model-docker","pipeline-model"}) public class GlobalConfig extends GlobalConfiguration
The system config. For example the system level DockerLabelProvider.
  • Constructor Details

    • GlobalConfig

      public GlobalConfig()
  • Method Details

    • getDockerLabel

      public String getDockerLabel()
    • setDockerLabel

      @DataBoundSetter public void setDockerLabel(String dockerLabel)
    • getRegistry

      public org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint getRegistry()
    • setRegistry

      @DataBoundSetter public void setRegistry(org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint registry)
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException
      Overrides:
      configure in class GlobalConfiguration
      Throws:
      Descriptor.FormException
    • get

      public static GlobalConfig get()