Class WorkflowManager

java.lang.Object
org.jenkinsci.plugins.workflow.cps.GlobalVariable
org.jvnet.hudson.plugins.groovypostbuild.WorkflowManager
All Implemented Interfaces:
ExtensionPoint

@Extension(optional=true) public class WorkflowManager extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
Exposes GroovyPostbuildRecorder.BadgeManager to Workflow scripts as manager.
  • Constructor Details

    • WorkflowManager

      public WorkflowManager()
  • Method Details

    • getName

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

      public Object getValue(org.jenkinsci.plugins.workflow.cps.CpsScript script) throws Exception
      Specified by:
      getValue in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
      Throws:
      Exception