Class TorqueDSL

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class TorqueDSL
    extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
    Created by shay-k on 27/06/2017.
    • Constructor Detail

      • TorqueDSL

        public TorqueDSL()
    • 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