Package com.atlassian.bamboo.ww2.actions
Class ChainAwareContextHolder
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.ChainAwareContextHolder
-
- All Implemented Interfaces:
ChainAware
public class ChainAwareContextHolder extends Object implements ChainAware
-
-
Constructor Summary
Constructors Constructor Description ChainAwareContextHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ChaingetChain()Deprecated.since 4.4ChainResultsSummarygetChainResult()intgetChainResultNumber()ImmutableChaingetImmutableChain()ImmutableChainStagegetImmutableChainStage()voidsetChain(ImmutableChain chain)voidsetChainResult(ChainResultsSummary chainResult)voidsetChainResultNumber(int chainResultNumber)voidsetChainStage(ImmutableChainStage chainStage)
-
-
-
Method Detail
-
getImmutableChain
public ImmutableChain getImmutableChain()
- Specified by:
getImmutableChainin interfaceChainAware
-
getChain
@Deprecated public Chain getChain()
Deprecated.since 4.4- Specified by:
getChainin interfaceChainAware
-
setChain
public void setChain(ImmutableChain chain)
- Specified by:
setChainin interfaceChainAware
-
getImmutableChainStage
public ImmutableChainStage getImmutableChainStage()
- Specified by:
getImmutableChainStagein interfaceChainAware
-
setChainStage
public void setChainStage(ImmutableChainStage chainStage)
- Specified by:
setChainStagein interfaceChainAware
-
getChainResult
public ChainResultsSummary getChainResult()
- Specified by:
getChainResultin interfaceChainAware
-
setChainResult
public void setChainResult(ChainResultsSummary chainResult)
- Specified by:
setChainResultin interfaceChainAware
-
getChainResultNumber
public int getChainResultNumber()
- Specified by:
getChainResultNumberin interfaceChainAware
-
setChainResultNumber
public void setChainResultNumber(int chainResultNumber)
- Specified by:
setChainResultNumberin interfaceChainAware
-
-