Class Root

    • Method Detail

      • 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)
      • setPost

        public void setPost​(PostBuild value)
      • 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)