net.thucydides.plugins.jira.workflow
Class BuilderBinding

Package class diagram package BuilderBinding
java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Binding
          extended by net.thucydides.plugins.jira.workflow.BuilderBinding
All Implemented Interfaces:
groovy.lang.GroovyObject

public class BuilderBinding
extends groovy.lang.Binding


Constructor Summary
BuilderBinding()
           
 
Method Summary
 Object getBuilder()
           
 Object getVariable(String name)
           
 void setBuilder(Object value)
           
 
Methods inherited from class groovy.lang.Binding
getProperty, getVariables, hasVariable, setProperty, setVariable
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, invokeMethod, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderBinding

public BuilderBinding()
Method Detail

getBuilder

public Object getBuilder()

setBuilder

public void setBuilder(Object value)

getVariable

public Object getVariable(String name)
Overrides:
getVariable in class groovy.lang.Binding


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.