Uses of Interface
com.atlassian.bamboo.chains.ChainBuildState
-
Packages that use ChainBuildState Package Description com.atlassian.bamboo.chains com.atlassian.bamboo.chains.execution -
-
Uses of ChainBuildState in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return ChainBuildState Modifier and Type Method Description @Nullable ChainBuildStateStageState. get(@NotNull PlanResultKey planResultKey)Gets the Build State given the build result key@Nullable ChainBuildStateChainState. getChainBuildState(@NotNull PlanResultKey planResultKey)Gets the build state for the given buildResultKeyMethods in com.atlassian.bamboo.chains that return types with arguments of type ChainBuildState Modifier and Type Method Description @NotNull Collection<ChainBuildState>StageState. getBuilds()Get Builds associated with this Stage@NotNull Collection<ChainBuildState>ChainState. getChainBuildStates()Gets all theChainBuildStates for the currentChainState -
Uses of ChainBuildState in com.atlassian.bamboo.chains.execution
Methods in com.atlassian.bamboo.chains.execution with parameters of type ChainBuildState Modifier and Type Method Description abstract voidChainStateJournalEntries.AbstractBuildStateJournalEntry. replay(@NotNull ChainBuildState buildState)voidChainStateJournalEntries.JobDispatched. replay(@NotNull ChainBuildState buildState)voidChainStateJournalEntries.JobFinalized. replay(@NotNull ChainBuildState chainBuildState)
-