net.thucydides.plugins.jira.workflow
Class TransitionBuilder.TransitionSetMap

Package class diagram package TransitionBuilder.TransitionSetMap
java.lang.Object
  extended by net.thucydides.plugins.jira.workflow.TransitionBuilder.TransitionSetMap
All Implemented Interfaces:
groovy.lang.GroovyObject
Enclosing class:
TransitionBuilder

public class TransitionBuilder.TransitionSetMap
extends Object
implements groovy.lang.GroovyObject


Constructor Summary
TransitionBuilder.TransitionSetMap()
           
 
Method Summary
 TransitionBuilder.TransitionsForOutcome forTestResult(net.thucydides.core.model.TestResult testResult)
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 Map<net.thucydides.core.model.TestResult,TransitionBuilder.TransitionsForOutcome> getTransitionsByTestResult()
           
 Object invokeMethod(String method, Object arguments)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
 void setTransitionsByTestResult(Map<net.thucydides.core.model.TestResult,TransitionBuilder.TransitionsForOutcome> value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransitionBuilder.TransitionSetMap

public TransitionBuilder.TransitionSetMap()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getTransitionsByTestResult

public Map<net.thucydides.core.model.TestResult,TransitionBuilder.TransitionsForOutcome> getTransitionsByTestResult()

setTransitionsByTestResult

public void setTransitionsByTestResult(Map<net.thucydides.core.model.TestResult,TransitionBuilder.TransitionsForOutcome> value)

forTestResult

public TransitionBuilder.TransitionsForOutcome forTestResult(net.thucydides.core.model.TestResult testResult)

toString

public String toString()
Overrides:
toString in class Object


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