com.atlassian.bamboo.ww2.actions
Class ChainAwareContextHolder
java.lang.Object
com.atlassian.bamboo.ww2.actions.ChainAwareContextHolder
- All Implemented Interfaces:
- ChainAware
public class ChainAwareContextHolder
- extends java.lang.Object
- implements ChainAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainAwareContextHolder
public ChainAwareContextHolder()
getChain
public Chain getChain()
- Specified by:
getChain
in interface ChainAware
setChain
public void setChain(Chain chain)
- Specified by:
setChain
in interface ChainAware
getChainStage
public ChainStage getChainStage()
- Specified by:
getChainStage
in interface ChainAware
setChainStage
public void setChainStage(ChainStage chainStage)
- Specified by:
setChainStage
in interface ChainAware
getChainResult
public ChainResultsSummary getChainResult()
- Specified by:
getChainResult
in interface ChainAware
setChainResult
public void setChainResult(ChainResultsSummary chainResult)
- Specified by:
setChainResult
in interface ChainAware
getChainResultNumber
public int getChainResultNumber()
- Specified by:
getChainResultNumber
in interface ChainAware
setChainResultNumber
public void setChainResultNumber(int chainResultNumber)
- Specified by:
setChainResultNumber
in interface ChainAware
Copyright © 2010 Atlassian. All Rights Reserved.