Uses of Interface
com.atlassian.bamboo.plan.ExecutionStatus
-
-
Uses of ExecutionStatus in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return ExecutionStatus Modifier and Type Method Description @Nullable ExecutionStatus
ChainResultsAction. getExecutionStatus(PlanResultKey planResultKey)
ExecutionStatus
PlanResultsAction. getExecutionStatus()
-
Uses of ExecutionStatus in com.atlassian.bamboo.chains
Subinterfaces of ExecutionStatus in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
BuildExecution
Represents a runningJob
executing within aChainStage
interface
ChainExecution
Represents an executingChain
Constructors in com.atlassian.bamboo.chains with parameters of type ExecutionStatus Constructor Description JobPhaseProvider(@Nullable BuildExecution buildExecution, @Nullable ExecutionStatus executionStatus)
-
Uses of ExecutionStatus in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return ExecutionStatus Modifier and Type Method Description @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)
Methods in com.atlassian.bamboo.plan that return types with arguments of type ExecutionStatus Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ExecutionStatus Modifier and Type Method Description void
ResultDetails. expand(ResultsSummary summary, @Nullable ExecutionStatus executionStatus, @Nullable BuildQueuePosition buildQueuePosition, boolean hasExecutableAgents)
Constructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ExecutionStatus Constructor Description RestProgress(ExecutionStatus executionStatus)
-
Uses of ExecutionStatus in com.atlassian.bamboo.plugins.rest.model.chain
Methods in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ExecutionStatus Modifier and Type Method Description void
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
Constructors in com.atlassian.bamboo.progressbar with parameters of type ExecutionStatus Constructor Description ProgressBarImpl(ExecutionStatus executionStatus)
-
Uses of ExecutionStatus in com.atlassian.bamboo.v2.build
Subinterfaces of ExecutionStatus in com.atlassian.bamboo.v2.build Modifier and Type Interface Description interface
CurrentlyBuilding
This object encapsulates theBuildContext
that'd being built and theBuildAgent
id it's related toClasses in com.atlassian.bamboo.v2.build that implement ExecutionStatus Modifier and Type Class Description class
CurrentlyBuildingImpl
-
Uses of ExecutionStatus in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type ExecutionStatus Modifier and Type Method Description Collection<? extends ExecutionStatus>
PlanActionSupport. getCurrentlyBuildingPlans(@NotNull PlanKey planKey)
-
Uses of ExecutionStatus in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ExecutionStatus Modifier and Type Method Description List<ExecutionStatus>
ViewChainSummary. getCurrentlyExecutingList()
-
Uses of ExecutionStatus in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return ExecutionStatus Modifier and Type Method Description @Nullable ExecutionStatus
DecoratedNavObjectStatus. getExecutionStatus()
@Nullable ExecutionStatus
DecoratedResultStatus. getExecutionStatus()
-