com.nirima.jenkins.dsl
Class BuildProcess

java.lang.Object
  extended by com.nirima.jenkins.dsl.BuildProcess
All Implemented Interfaces:
groovy.lang.GroovyObject

public class BuildProcess
extends java.lang.Object
implements groovy.lang.GroovyObject


Constructor Summary
BuildProcess(java.lang.Object build, Chain c)
           
 
Method Summary
 java.lang.Object buildAndWait()
           
 hudson.model.AbstractBuild getBuild()
           
 Chain getChain()
           
 groovy.lang.MetaClass getMetaClass()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
           
 java.lang.Object poll()
           
 void setBuild(hudson.model.AbstractBuild value)
           
 void setChain(Chain value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildProcess

public BuildProcess(java.lang.Object build,
                    Chain c)
Method Detail

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.