com.atlassian.bamboo.ww2.actions
Class ChainAwareContextHolder

java.lang.Object
  extended by com.atlassian.bamboo.ww2.actions.ChainAwareContextHolder
All Implemented Interfaces:
ChainAware

public class ChainAwareContextHolder
extends java.lang.Object
implements ChainAware


Constructor Summary
ChainAwareContextHolder()
           
 
Method Summary
 Chain getChain()
           
 ChainResultsSummary getChainResult()
           
 int getChainResultNumber()
           
 ChainStage getChainStage()
           
 void setChain(Chain chain)
           
 void setChainResult(ChainResultsSummary chainResult)
           
 void setChainResultNumber(int chainResultNumber)
           
 void setChainStage(ChainStage chainStage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainAwareContextHolder

public ChainAwareContextHolder()
Method Detail

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 © 2011 Atlassian. All Rights Reserved.