@ToString @EqualsAndHashCode public class Root extends Object implements NestedModel, Serializable, groovy.lang.GroovyObject
Constructor and Description |
---|
Root() |
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public Agent getAgent()
public void setAgent(Agent value)
public Stages getStages()
public void setStages(Stages value)
public PostBuild getPost()
public void setPost(PostBuild value)
public Environment getEnvironment()
public void setEnvironment(Environment value)
public Tools getTools()
public void setTools(Tools value)
public Options getOptions()
public void setOptions(Options value)
public Triggers getTriggers()
public void setTriggers(Triggers value)
public Parameters getParameters()
public void setParameters(Parameters value)
public Libraries getLibraries()
public void setLibraries(Libraries value)
public Root environment(Environment m)
public Root parameters(Parameters p)
public void modelFromMap(Map<String,Object> m)
modelFromMap
in interface NestedModel
public boolean hasSatisfiedConditions(AbstractBuildConditionResponder r, Object runWrapperObj)
Copyright © 2016–2017. All rights reserved.