Uses of Class
com.nirima.jenkins.dsl.Chain

Packages that use Chain
com.nirima.jenkins.dsl   
 

Uses of Chain in com.nirima.jenkins.dsl
 

Methods in com.nirima.jenkins.dsl that return Chain
 Chain BuildProcess.getChain()
           
 Chain Chain.getNext()
           
 

Methods in com.nirima.jenkins.dsl with parameters of type Chain
 void BuildProcess.setChain(Chain value)
           
 void Chain.setNext(Chain value)
           
 

Constructors in com.nirima.jenkins.dsl with parameters of type Chain
BuildProcess(java.lang.Object build, Chain c)
           
 



Copyright © 2004-2011. All Rights Reserved.