Uses of Interface
com.atlassian.bamboo.plan.ExecutionStatus
Package
Description
-
Uses of ExecutionStatus in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@Nullable ExecutionStatus
ChainResultsAction.getExecutionStatus
(PlanResultKey planResultKey) PlanResultsAction.getExecutionStatus()
-
Uses of ExecutionStatus in com.atlassian.bamboo.chains
Modifier and TypeInterfaceDescriptioninterface
Represents a runningJob
executing within aChainStage
interface
Represents an executingChain
ModifierConstructorDescriptionJobPhaseProvider
(@Nullable BuildExecution buildExecution, @Nullable ExecutionStatus executionStatus) -
Uses of ExecutionStatus in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@Nullable ExecutionStatus
DelegatingPlanExecutionManager.getExecutionStatus
(@NotNull PlanResultKey planResultKey) @Nullable ExecutionStatus
ExecutionStatusProvider.getExecutionStatus
(@NotNull PlanResultKey planResultKey) Returns aExecutionStatus
for the givenPlanResultKey
@Nullable ExecutionStatus
ExecutionStatusProviderImpl.getExecutionStatus
(@NotNull PlanResultKey planResultKey) @Nullable ExecutionStatus
PlanExecutionManagerImpl.getExecutionStatus
(@NotNull PlanResultKey planResultKey) Modifier and TypeMethodDescription@NotNull Collection<? extends ExecutionStatus>
DelegatingPlanExecutionManager.getExecutionStatus
(@NotNull PlanKey planKey) @NotNull Collection<? extends ExecutionStatus>
ExecutionStatusProvider.getExecutionStatus
(@NotNull PlanKey planKey) Returns a collection of currentExecutionStatus
s forPlanKey
@NotNull Collection<? extends ExecutionStatus>
ExecutionStatusProviderImpl.getExecutionStatus
(@NotNull PlanKey planKey) @NotNull Collection<? extends ExecutionStatus>
PlanExecutionManagerImpl.getExecutionStatus
(@NotNull PlanKey planKey) -
Uses of ExecutionStatus in com.atlassian.bamboo.plugins.rest.model.build
Modifier and TypeMethodDescriptionvoid
ResultDetails.expand
(ResultsSummary summary, @Nullable ExecutionStatus executionStatus, @Nullable BuildQueuePosition buildQueuePosition, boolean hasExecutableAgents) -
Uses of ExecutionStatus in com.atlassian.bamboo.plugins.rest.model.chain
Modifier and TypeMethodDescriptionvoid
RestChainResult.expand
(@NotNull ResultsSummary summary, @Nullable ExecutionStatus executionStatus) void
RestChainResultDetails.expand
(@NotNull ResultsSummary summary, @Nullable ExecutionStatus executionStatus) -
Uses of ExecutionStatus in com.atlassian.bamboo.progressbar
-
Uses of ExecutionStatus in com.atlassian.bamboo.v2.build
Modifier and TypeInterfaceDescriptioninterface
This object encapsulates theBuildContext
that'd being built and theBuildAgent
id it's related to -
Uses of ExecutionStatus in com.atlassian.bamboo.ww2.actions
Modifier and TypeMethodDescriptionCollection<? extends ExecutionStatus>
PlanActionSupport.getCurrentlyBuildingPlans
(@NotNull PlanKey planKey) -
Uses of ExecutionStatus in com.atlassian.bamboo.ww2.actions.chains
-
Uses of ExecutionStatus in com.atlassian.bamboo.ww2.beans
Modifier and TypeMethodDescription@Nullable ExecutionStatus
DecoratedNavObjectStatus.getExecutionStatus()
@Nullable ExecutionStatus
DecoratedResultStatus.getExecutionStatus()