Class Root
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAgent()
final String
getEnvVars
(org.jenkinsci.plugins.workflow.cps.CpsScript script) groovy.lang.MetaClass
getPost()
getProperty
(String property) getTools()
boolean
hasSatisfiedConditions
(AbstractBuildConditionResponder r, Object runWrapperObj) boolean
hasSatisfiedConditions
(AbstractBuildConditionResponder r, Object runWrapperObj, Object context) boolean
hasSatisfiedConditions
(AbstractBuildConditionResponder r, Object runWrapperObj, Object context, Throwable error) invokeMethod
(String method, Object arguments) void
void
setEnvironment
(Environment value) void
setLibraries
(Libraries value) void
setMetaClass
(groovy.lang.MetaClass mc) void
setOptions
(Options value) void
setParameters
(Parameters value) void
void
setProperty
(String property, Object value) void
void
void
setTriggers
(Triggers value)
-
Constructor Details
-
Root
public Root(Agent agent, Stages stages, PostBuild post, Environment environment, Tools tools, Options options, Triggers triggers, Parameters parameters, Libraries libraries, String astUUID)
-
-
Method Details
-
hasSatisfiedConditions
public boolean hasSatisfiedConditions(AbstractBuildConditionResponder r, Object runWrapperObj, Object context) -
hasSatisfiedConditions
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getAgent
-
setAgent
-
getStages
-
setStages
-
getPost
-
setPost
-
getEnvironment
-
setEnvironment
-
getTools
-
setTools
-
getOptions
-
setOptions
-
getTriggers
-
setTriggers
-
getParameters
-
setParameters
-
getLibraries
-
setLibraries
-
getAstUUID
-
getEnvVars
-
hasSatisfiedConditions
public boolean hasSatisfiedConditions(AbstractBuildConditionResponder r, Object runWrapperObj, Object context, Throwable error)
-