Class ETGlobalVariable

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class ETGlobalVariable
    extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
    Binds "ET" keyword as global variable to pipeline executions.
    • Constructor Detail

      • ETGlobalVariable

        public ETGlobalVariable()
    • Method Detail

      • getName

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

        @Nonnull
        public Object getValue​(@Nonnull
                               org.jenkinsci.plugins.workflow.cps.CpsScript cpsScript)
        Specified by:
        getValue in class org.jenkinsci.plugins.workflow.cps.GlobalVariable