Package com.atlassian.bamboo.ww2.aware
Interface ChainAware
-
- All Known Implementing Classes:
AbstractBranchTriggerConfigAction
,AbstractContinuableBuildAction
,AddStageAction
,ChainActionSupport
,ChainAwareContextHolder
,ChainResultsAction
,ConfigureBranches
,ConfigureChainNotification
,ConfigureChainTriggers
,ContinueBuild
,CreateChainBranch
,CreateJob
,DeleteChainAuditLog
,DeleteStageAction
,EditChainBranchDetails
,EditChainBranchNotifications
,EditChainDetails
,ListChainResults
,ListJobsForChain
,MoveJobAction
,MoveStageAction
,ParameterisedManualBuild
,ReplaceTriggersAction
,RerunBuild
,RestartBuild
,StageAction
,TriggerManualBuild
,ViewAggregatedJobPlugins
,ViewChainArtifacts
,ViewChainAuditLog
,ViewChainBranches
,ViewChainLogs
,ViewChainResult
,ViewChainSummary
,ViewChainTestResults
,ViewChainWebhookResponses
,ViewCloverCoverageSummary
,ViewMaven2ChainSummary
public interface ChainAware
Chain and Stage aware object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Plan
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
ImmutableChain getImmutableChain()
-
getChain
@Deprecated Plan getChain()
Deprecated.since 4.4
-
setChain
void setChain(ImmutableChain chain)
-
getImmutableChainStage
ImmutableChainStage getImmutableChainStage()
-
setChainStage
void setChainStage(ImmutableChainStage chainStage)
-
getChainResult
ChainResultsSummary getChainResult()
-
setChainResult
void setChainResult(ChainResultsSummary chainResult)
-
setChainResultNumber
void setChainResultNumber(int chainResultNumber)
-
getChainResultNumber
int getChainResultNumber()
-
-