Class DockerDSL

java.lang.Object
org.jenkinsci.plugins.workflow.cps.GlobalVariable
org.jenkinsci.plugins.docker.workflow.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 Details

    • DockerDSL

      public DockerDSL()
  • Method Details

    • 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