java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.Root
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable

@ToString @EqualsAndHashCode public class Root extends Object implements Serializable, groovy.lang.GroovyObject
See Also:
  • Constructor Details

  • Method Details

    • hasSatisfiedConditions

      public boolean hasSatisfiedConditions(AbstractBuildConditionResponder r, Object runWrapperObj, Object context)
    • hasSatisfiedConditions

      public boolean hasSatisfiedConditions(AbstractBuildConditionResponder r, Object runWrapperObj)
    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
    • getAgent

      public Agent getAgent()
    • setAgent

      public void setAgent(Agent value)
    • getStages

      public Stages getStages()
    • setStages

      public void setStages(Stages value)
    • getPost

      public PostBuild getPost()
    • setPost

      public void setPost(PostBuild value)
    • getEnvironment

      public Environment getEnvironment()
    • setEnvironment

      public void setEnvironment(Environment value)
    • getTools

      public Tools getTools()
    • setTools

      public void setTools(Tools value)
    • getOptions

      public Options getOptions()
    • setOptions

      public void setOptions(Options value)
    • getTriggers

      public Triggers getTriggers()
    • setTriggers

      public void setTriggers(Triggers value)
    • getParameters

      public Parameters getParameters()
    • setParameters

      public void setParameters(Parameters value)
    • getLibraries

      public Libraries getLibraries()
    • setLibraries

      public void setLibraries(Libraries value)
    • getAstUUID

      public final String getAstUUID()
    • getEnvVars

      public Map<String,groovy.lang.Closure> getEnvVars(org.jenkinsci.plugins.workflow.cps.CpsScript script)
    • hasSatisfiedConditions

      public boolean hasSatisfiedConditions(AbstractBuildConditionResponder r, Object runWrapperObj, Object context, Throwable error)