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