Uses of Interface
com.atlassian.bamboo.chains.BuildExecution
Package
Description
-
Uses of BuildExecution in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@Nullable BuildExecution
ChainExecutionAccessor.getJobExecution
(@NotNull PlanResultKey planResultKey) Get the state of a single Job being executed@Nullable BuildExecution
ChainExecutionManagerImpl.getJobExecution
(@NotNull PlanResultKey planResultKey) Modifier and TypeMethodDescription@NotNull List<BuildExecution>
StageExecution.getBuilds()
Returns theBuildExecution
's that are executed during this stageModifier and TypeMethodDescriptionvoid
ChainPluginSupport.buildCompleted
(@NotNull BuildExecution buildExecution) Executes the enabledPostJobAction
s forBuildExecution
ModifierConstructorDescriptionJobPhaseProvider
(@Nullable BuildExecution buildExecution, @Nullable ExecutionStatus executionStatus) -
Uses of BuildExecution in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@Nullable BuildExecution
DelegatingPlanExecutionManager.getJobExecution
(@NotNull PlanResultKey planResultKey) @Nullable BuildExecution
ExecutionStatusProvider.getJobExecution
(@NotNull PlanResultKey planResultKey) Get the state of a single Job being executed@Nullable BuildExecution
ExecutionStatusProviderImpl.getJobExecution
(@NotNull PlanResultKey planResultKey) PlanExecutionManagerImpl.getJobExecution
(@NotNull PlanResultKey planResultKey) -
Uses of BuildExecution in com.atlassian.bamboo.plugins.rest.model.build.status
ModifierConstructorDescriptionRestJobResultStatus
(BuildExecution buildExecution, PlanExecutionManager planExecutionManager)