Uses of Interface
com.atlassian.bamboo.chains.ChainBuildState
-
Uses of ChainBuildState in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@Nullable ChainBuildState
StageState.get
(@NotNull PlanResultKey planResultKey) Gets the Build State given the build result key@Nullable ChainBuildState
ChainState.getChainBuildState
(@NotNull PlanResultKey planResultKey) Gets the build state for the given buildResultKeyModifier and TypeMethodDescription@NotNull Collection<ChainBuildState>
StageState.getBuilds()
Get Builds associated with this Stage@NotNull Collection<ChainBuildState>
ChainState.getChainBuildStates()
Gets all theChainBuildState
s for the currentChainState
-
Uses of ChainBuildState in com.atlassian.bamboo.chains.execution
Modifier and TypeMethodDescriptionabstract void
ChainStateJournalEntries.AbstractBuildStateJournalEntry.replay
(@NotNull ChainBuildState buildState) void
ChainStateJournalEntries.JobDispatched.replay
(@NotNull ChainBuildState buildState) void
ChainStateJournalEntries.JobFinalized.replay
(@NotNull ChainBuildState chainBuildState)