net.thucydides.plugins.jira.workflow
Class TransitionBuilder.TransitionSetMap
java.lang.Object
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
TransitionBuilder.TransitionSetMap
public TransitionBuilder.TransitionSetMap()
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.