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 Chain
getChain()
Deprecated.since 4.4ChainResultsSummary
getChainResult()
int
getChainResultNumber()
ImmutableChain
getImmutableChain()
ImmutableChainStage
getImmutableChainStage()
void
setChain(ImmutableChain chain)
void
setChainResult(ChainResultsSummary chainResult)
void
setChainResultNumber(int chainResultNumber)
void
setChainStage(ImmutableChainStage chainStage)
-
-
-
Method Detail
-
getImmutableChain
public ImmutableChain getImmutableChain()
- Specified by:
getImmutableChain
in interfaceChainAware
-
getChain
@Deprecated public Chain getChain()
Deprecated.since 4.4- Specified by:
getChain
in interfaceChainAware
-
setChain
public void setChain(ImmutableChain chain)
- Specified by:
setChain
in interfaceChainAware
-
getImmutableChainStage
public ImmutableChainStage getImmutableChainStage()
- Specified by:
getImmutableChainStage
in interfaceChainAware
-
setChainStage
public void setChainStage(ImmutableChainStage chainStage)
- Specified by:
setChainStage
in interfaceChainAware
-
getChainResult
public ChainResultsSummary getChainResult()
- Specified by:
getChainResult
in interfaceChainAware
-
setChainResult
public void setChainResult(ChainResultsSummary chainResult)
- Specified by:
setChainResult
in interfaceChainAware
-
getChainResultNumber
public int getChainResultNumber()
- Specified by:
getChainResultNumber
in interfaceChainAware
-
setChainResultNumber
public void setChainResultNumber(int chainResultNumber)
- Specified by:
setChainResultNumber
in interfaceChainAware
-
-