Class DockerDSL

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class DockerDSL
    extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
    Something you should not copy. Write plain old Steps and leave it at that.
    • Constructor Detail

      • DockerDSL

        public DockerDSL()
    • Method Detail

      • getName

        @NonNull
        public String getName()
        Specified by:
        getName in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
      • getValue

        @NonNull
        public Object getValue​(org.jenkinsci.plugins.workflow.cps.CpsScript script)
                        throws Exception
        Specified by:
        getValue in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
        Throws:
        Exception