java.lang.Object
org.jenkinsci.plugins.workflow.cps.GlobalVariable
de.tracetronic.jenkins.plugins.ecutest.report.atx.pipeline.ATXGlobalVariable
All Implemented Interfaces:
ExtensionPoint

@Extension public class ATXGlobalVariable extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
Binds "ATX" keyword as global variable to pipeline executions.
  • Constructor Details

    • ATXGlobalVariable

      public ATXGlobalVariable()
  • Method Details

    • 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