Class LastChangesDSL

  • All Implemented Interfaces:
    ExtensionPoint

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

      • LastChangesDSL

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