public class ChainAwareContextHolder extends Object implements ChainAware
Constructor and Description |
---|
ChainAwareContextHolder() |
Modifier and Type | Method and Description |
---|---|
Chain |
getChain()
Deprecated.
since 4.4
|
ChainResultsSummary |
getChainResult() |
int |
getChainResultNumber() |
ImmutableChain |
getImmutableChain() |
ImmutableChainStage |
getImmutableChainStage() |
void |
setChain(ImmutableChain chain) |
void |
setChainResult(ChainResultsSummary chainResult) |
void |
setChainResultNumber(int chainResultNumber) |
void |
setChainStage(ImmutableChainStage chainStage) |
public ImmutableChain getImmutableChain()
getImmutableChain
in interface ChainAware
@Deprecated public Chain getChain()
getChain
in interface ChainAware
public void setChain(ImmutableChain chain)
setChain
in interface ChainAware
public ImmutableChainStage getImmutableChainStage()
getImmutableChainStage
in interface ChainAware
public void setChainStage(ImmutableChainStage chainStage)
setChainStage
in interface ChainAware
public ChainResultsSummary getChainResult()
getChainResult
in interface ChainAware
public void setChainResult(ChainResultsSummary chainResult)
setChainResult
in interface ChainAware
public int getChainResultNumber()
getChainResultNumber
in interface ChainAware
public void setChainResultNumber(int chainResultNumber)
setChainResultNumber
in interface ChainAware
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.