public interface ChainAware
Modifier and Type | Method and Description |
---|---|
Plan |
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) |
ImmutableChain getImmutableChain()
@Deprecated Plan getChain()
void setChain(ImmutableChain chain)
ImmutableChainStage getImmutableChainStage()
void setChainStage(ImmutableChainStage chainStage)
ChainResultsSummary getChainResult()
void setChainResult(ChainResultsSummary chainResult)
void setChainResultNumber(int chainResultNumber)
int getChainResultNumber()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.