Package com.atlassian.bamboo.ww2.actions
Class ChainAwareContextHolder
java.lang.Object
com.atlassian.bamboo.ww2.actions.ChainAwareContextHolder
- All Implemented Interfaces:
ChainAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChain()Deprecated.since 4.4intvoidsetChain(ImmutableChain chain) voidsetChainResult(ChainResultsSummary chainResult) voidsetChainResultNumber(int chainResultNumber) voidsetChainStage(ImmutableChainStage chainStage)
-
Constructor Details
-
ChainAwareContextHolder
public ChainAwareContextHolder()
-
-
Method Details
-
getImmutableChain
- Specified by:
getImmutableChainin interfaceChainAware
-
getChain
Deprecated.since 4.4- Specified by:
getChainin interfaceChainAware
-
setChain
- Specified by:
setChainin interfaceChainAware
-
getImmutableChainStage
- Specified by:
getImmutableChainStagein interfaceChainAware
-
setChainStage
- Specified by:
setChainStagein interfaceChainAware
-
getChainResult
- Specified by:
getChainResultin interfaceChainAware
-
setChainResult
- Specified by:
setChainResultin interfaceChainAware
-
getChainResultNumber
public int getChainResultNumber()- Specified by:
getChainResultNumberin interfaceChainAware
-
setChainResultNumber
public void setChainResultNumber(int chainResultNumber) - Specified by:
setChainResultNumberin interfaceChainAware
-