com.nirima.jenkins.dsl
Class BuildProcess
java.lang.Object
com.nirima.jenkins.dsl.BuildProcess
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class BuildProcess
- extends java.lang.Object
- implements groovy.lang.GroovyObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildProcess
public BuildProcess(java.lang.Object build,
Chain c)
getChain
public Chain getChain()
setChain
public void setChain(Chain value)
getBuild
public hudson.model.AbstractBuild getBuild()
setBuild
public void setBuild(hudson.model.AbstractBuild value)
buildAndWait
public java.lang.Object buildAndWait()
poll
public java.lang.Object poll()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
Copyright © 2004-2011. All Rights Reserved.