Class PullRequestGlobalVariable

    • Constructor Detail

      • PullRequestGlobalVariable

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