Class AbstractBuildConditionResponder<T extends AbstractBuildConditionResponder<T>>
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.MappedClosure<StepsBlock,T>
org.jenkinsci.plugins.pipeline.modeldefinition.model.AbstractBuildConditionResponder<T>
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
public abstract class AbstractBuildConditionResponder<T extends AbstractBuildConditionResponder<T>>
extends MappedClosure<StepsBlock,T>
implements groovy.lang.GroovyObject
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.Closure
closureForSatisfiedCondition
(String conditionName, Object runWrapperObj) groovy.lang.Closure
closureForSatisfiedCondition
(String conditionName, Object runWrapperObj, Object context) groovy.lang.Closure
closureForSatisfiedCondition
(String conditionName, Object runWrapperObj, Object context, Throwable error) groovy.lang.MetaClass
getProperty
(String property) invokeMethod
(String method, Object arguments) boolean
satisfiedConditions
(Object runWrapperObj) boolean
satisfiedConditions
(Object runWrapperObj, Object context) boolean
satisfiedConditions
(Object runWrapperObj, Object context, Throwable error) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.model.MappedClosure
getMap, getResultMap, getSerialVersionUID, put, remove, setResultMap
-
Constructor Details
-
AbstractBuildConditionResponder
-
-
Method Details
-
closureForSatisfiedCondition
-
closureForSatisfiedCondition
-
satisfiedConditions
-
satisfiedConditions
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
getMetaClass
in classMappedClosure<StepsBlock,
T extends AbstractBuildConditionResponder<T>>
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classMappedClosure<StepsBlock,
T extends AbstractBuildConditionResponder<T>>
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
- Overrides:
invokeMethod
in classMappedClosure<StepsBlock,
T extends AbstractBuildConditionResponder<T>>
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
getProperty
in classMappedClosure<StepsBlock,
T extends AbstractBuildConditionResponder<T>>
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
setProperty
in classMappedClosure<StepsBlock,
T extends AbstractBuildConditionResponder<T>>
-
closureForSatisfiedCondition
-
satisfiedConditions
-