Uses of Interface
com.atlassian.bamboo.chains.BuildExecution
Packages that use BuildExecution
Package
Description
-
Uses of BuildExecution in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return BuildExecutionModifier 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) Methods in com.atlassian.bamboo.chains that return types with arguments of type BuildExecutionModifier and TypeMethodDescription@NotNull List<BuildExecution>
StageExecution.getBuilds()
Returns theBuildExecution
's that are executed during this stageMethods in com.atlassian.bamboo.chains with parameters of type BuildExecutionModifier and TypeMethodDescriptionvoid
ChainPluginSupport.buildCompleted
(@NotNull BuildExecution buildExecution) Executes the enabledPostJobAction
s forBuildExecution
Constructors in com.atlassian.bamboo.chains with parameters of type BuildExecutionModifierConstructorDescriptionJobPhaseProvider
(@Nullable BuildExecution buildExecution, @Nullable ExecutionStatus executionStatus) -
Uses of BuildExecution in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return BuildExecutionModifier 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
Constructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type BuildExecutionModifierConstructorDescriptionRestJobResultStatus
(BuildExecution buildExecution, PlanExecutionManager planExecutionManager)