public abstract class AbstractBuildConditionResponder<T extends AbstractBuildConditionResponder<T>> extends MappedClosure<StepsBlock,T>
Constructor and Description |
---|
AbstractBuildConditionResponder() |
Modifier and Type | Method and Description |
---|---|
groovy.lang.Closure |
closureForSatisfiedCondition(String conditionName,
Object runWrapperObj) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
modelFromMap(Map<String,Object> inMap) |
boolean |
satisfiedConditions(Object runWrapperObj) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
getMap, getResultMap, getSerialVersionUID, methodMissing, setResultMap
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
getMetaClass
in class MappedClosure<StepsBlock,T extends AbstractBuildConditionResponder<T>>
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
in class MappedClosure<StepsBlock,T extends AbstractBuildConditionResponder<T>>
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
invokeMethod
in class MappedClosure<StepsBlock,T extends AbstractBuildConditionResponder<T>>
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class MappedClosure<StepsBlock,T extends AbstractBuildConditionResponder<T>>
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
setProperty
in class MappedClosure<StepsBlock,T extends AbstractBuildConditionResponder<T>>
public void modelFromMap(Map<String,Object> inMap)
modelFromMap
in interface NestedModel
modelFromMap
in class MappedClosure<StepsBlock,T extends AbstractBuildConditionResponder<T>>
public groovy.lang.Closure closureForSatisfiedCondition(String conditionName, Object runWrapperObj)
public boolean satisfiedConditions(Object runWrapperObj)
Copyright © 2016–2017. All rights reserved.