Class LastChangesDSL

java.lang.Object
org.jenkinsci.plugins.workflow.cps.GlobalVariable
com.github.jenkins.lastchanges.pipeline.LastChangesDSL
All Implemented Interfaces:
ExtensionPoint

@Extension public class LastChangesDSL extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
  • Constructor Details

    • LastChangesDSL

      public LastChangesDSL()
  • 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) throws Exception
      Specified by:
      getValue in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
      Throws:
      Exception