Uses of Interface
com.atlassian.bamboo.v2.build.CurrentlyBuilding
-
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return CurrentlyBuilding Modifier and Type Method Description @Nullable CurrentlyBuilding
BuildExecutionManager. getBuildRunningOnAgent(@NotNull Long buildAgentId)
@Nullable CurrentlyBuilding
DefaultBuildExecutionManager. getBuildRunningOnAgent(@NotNull Long buildAgentId)
CurrentlyBuilding
BuildResultsAction. getCurrentlyBuilding()
@Nullable CurrentlyBuilding
ChainResultsAction. getCurrentlyBuilding()
@Nullable CurrentlyBuilding
CurrentlyBuildingContainer. getCurrentlyBuilding(long agentId)
@Nullable CurrentlyBuilding
BuildExecutionManager. getCurrentlyBuildingByBuildResult(@NotNull BuildIdentifier buildIdentifier)
ReturnsCurrentlyBuilding
instance for build identifier (orBuildContext
).@Nullable CurrentlyBuilding
DefaultBuildExecutionManager. getCurrentlyBuildingByBuildResult(@NotNull BuildIdentifier buildIdentifier)
@Nullable CurrentlyBuilding
BuildExecutionManager. getCurrentlyBuildingByPlanResultKey(@NotNull ResultKey resultKey)
ReturnsCurrentlyBuilding
instance for build identified by buildResultKey.@Nullable CurrentlyBuilding
DefaultBuildExecutionManager. getCurrentlyBuildingByPlanResultKey(@NotNull ResultKey resultKey)
@Nullable CurrentlyBuilding
CurrentlyBuildingContainer. getCurrentlyBuildingByResultKey(@NotNull ResultKey resultKey)
@Nullable CurrentlyBuilding
BuildExecutionManager. removeCurrentlyBuilding(@NotNull ResultKey resultKey)
@Nullable CurrentlyBuilding
CurrentlyBuildingContainer. removeCurrentlyBuilding(@NotNull ResultKey resultKey)
@Nullable CurrentlyBuilding
DefaultBuildExecutionManager. removeCurrentlyBuilding(@NotNull ResultKey resultKey)
@NotNull CurrentlyBuilding
CurrentlyBuildingContainer. setCurrentlyBuilding(@NotNull BuildContext buildContext, @NotNull CurrentlyBuilding currentlyBuilding, Collection<BuildAgent> executableAgents, Collection<ElasticImageConfiguration> executableImages)
@Nullable CurrentlyBuilding
CurrentlyBuildingContainer. startBuildingOnAgent(@NotNull PlanResultKey planResultKey, long agentId, Date sentToAgentTimestamp)
Methods in com.atlassian.bamboo.build that return types with arguments of type CurrentlyBuilding Modifier and Type Method Description @NotNull List<CurrentlyBuilding>
BuildExecutionManager. getCurrentlyBuilding(@NotNull Key key)
@NotNull List<CurrentlyBuilding>
DefaultBuildExecutionManager. getCurrentlyBuilding(@NotNull Key key)
List<CurrentlyBuilding>
CurrentlyBuildingContainer. getCurrentlyBuildingByKey(Key key)
Immutable list of currently building by plan.@NotNull Iterable<CurrentlyBuilding>
BuildExecutionManager. getCurrentlyExecuting()
Retrieves a all builds being executed (i.e not just queued).Iterable<CurrentlyBuilding>
BuildExecutionManager. getCurrentlyExecuting(PlanKey planKey)
@NotNull Iterable<CurrentlyBuilding>
CurrentlyBuildingContainer. getCurrentlyExecuting()
@NotNull Iterable<CurrentlyBuilding>
DefaultBuildExecutionManager. getCurrentlyExecuting()
Iterable<CurrentlyBuilding>
DefaultBuildExecutionManager. getCurrentlyExecuting(PlanKey planKey)
Methods in com.atlassian.bamboo.build with parameters of type CurrentlyBuilding Modifier and Type Method Description @Nullable BuildAgent
BuildResultsAction. getAgent(@Nullable CurrentlyBuilding currentlyBuilding)
@Nullable BuildAgent
ViewBuild. getAgent(@NotNull CurrentlyBuilding currentlyBuilding)
@Nullable String
BuildResultsAction. getAgentType(@Nullable CurrentlyBuilding currentlyBuilding)
@Nullable String
BuildResultsAction. getEphemeralAgentTemplateIdIfExists(@Nullable CurrentlyBuilding currentlyBuilding)
@Nullable String
BuildResultsAction. getEphemeralAgentTemplateNameIfExists(@Nullable CurrentlyBuilding currentlyBuilding)
protected void
CurrentlyBuildingContainer. saveState(CurrentlyBuilding currentlyBuilding, boolean saveEvenIfFileExists)
@NotNull CurrentlyBuilding
CurrentlyBuildingContainer. setCurrentlyBuilding(@NotNull BuildContext buildContext, @NotNull CurrentlyBuilding currentlyBuilding, Collection<BuildAgent> executableAgents, Collection<ElasticImageConfiguration> executableImages)
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.builder
Constructors in com.atlassian.bamboo.builder with parameters of type CurrentlyBuilding Constructor Description BuildProgressBarImpl(CurrentlyBuilding currentlyBuilding)
Deprecated. -
Uses of CurrentlyBuilding in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return CurrentlyBuilding Modifier and Type Method Description @NotNull CurrentlyBuilding
BuildHungEvent. getCurrentlyBuilding()
@NotNull CurrentlyBuilding
BuildQueueTimeoutEvent. getCurrentlyBuilding()
Constructors in com.atlassian.bamboo.event with parameters of type CurrentlyBuilding Constructor Description BuildCanceledEvent(Object source, CurrentlyBuilding currentlyBuilding)
BuildHungEvent(Object source, String buildKey, int buildNumber, @NotNull CurrentlyBuilding currentlyBuilding, List<LogEntry> buildLogs)
BuildQueueTimeoutEvent(Object source, @NotNull CurrentlyBuilding currentlyBuilding)
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return types with arguments of type CurrentlyBuilding Modifier and Type Method Description @NotNull List<CurrentlyBuilding>
DelegatingPlanExecutionManager. getCurrentlyBuildingForPlan(PlanKey planKey)
@NotNull List<CurrentlyBuilding>
PlanExecutionManager. getCurrentlyBuildingForPlan(PlanKey planKey)
@NotNull List<CurrentlyBuilding>
PlanExecutionManagerImpl. getCurrentlyBuildingForPlan(PlanKey planKey)
@NotNull List<CurrentlyBuilding>
DelegatingPlanExecutionManager. getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
@NotNull List<CurrentlyBuilding>
PlanExecutionManager. getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
Returns allCurrentlyBuilding
for specifiedPlanResultKey
In case plan is aChain
instance, all currently running jobs will be returned, however, chain itself will be not included in the list (effectivelyCurrentlyBuilding
for all chain's children jobs will be returned)@NotNull List<CurrentlyBuilding>
PlanExecutionManagerImpl. getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey)
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger with parameters of type CurrentlyBuilding Modifier and Type Method Description @NotNull TriggerReasonRenderer
TriggerManager. getTriggerReasonRenderer(@NotNull TriggerReason triggerReason, @NotNull CurrentlyBuilding currentlyBuilding)
@NotNull TriggerReasonRenderer
TriggerManagerImpl. getTriggerReasonRenderer(@NotNull TriggerReason triggerReason, @NotNull CurrentlyBuilding currentlyBuilding)
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type CurrentlyBuilding Modifier and Type Method Description @NotNull BuildResultsSummary
BuildResultsSummaryManager. updateBuildSummaryFromBuildResults(BuildContext buildContext, @NotNull CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
Deprecated.Updates BuildResultsSummary after build is completed.@NotNull BuildResultsSummary
BuildResultsSummaryManagerImpl. updateBuildSummaryFromBuildResults(BuildContext buildContext, @NotNull CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
void
BuildResultsSummaryManagerImpl. updateLifeCycleState(@NotNull CurrentlyBuilding currentlyBuilding, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)
void
ResultsSummaryManager. updateLifeCycleState(@NotNull CurrentlyBuilding currentlyBuilding, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)
Update LifeCycleState and saves theResultsSummary
for givenBuildContext
Updates also timing information. -
Uses of CurrentlyBuilding in com.atlassian.bamboo.v2.build
Classes in com.atlassian.bamboo.v2.build that implement CurrentlyBuilding Modifier and Type Class Description class
CurrentlyBuildingImpl
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type CurrentlyBuilding Modifier and Type Method Description void
CodeChangedTriggerReasonRenderer. init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
void
DefaultTriggerReasonRenderer. init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
void
TriggerReasonRenderer. init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork that return CurrentlyBuilding Modifier and Type Method Description CurrentlyBuilding
StarterAction. getCurrentlyBuilding(Long agentId)
CurrentlyBuilding
StarterAction. getCurrentlyBuilding(String buildResultKey)
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return CurrentlyBuilding Modifier and Type Method Description CurrentlyBuilding
BuildActionSupport. getCurrentlyBuilding()
Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type CurrentlyBuilding Modifier and Type Method Description List<CurrentlyBuilding>
BuildActionSupport. getCurrentlyBuildingList()
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.ww2.actions.build
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type CurrentlyBuilding Constructor Description CurrentlyBuildingJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CurrentlyBuilding currentlyBuilding, @NotNull AgentManager agentManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull TriggerManager triggerManager, @NotNull ImmutablePlan plan)
-
Uses of CurrentlyBuilding in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type CurrentlyBuilding Modifier and Type Method Description @Nullable String
ViewChainResult. getAgentType(@Nullable CurrentlyBuilding currentlyBuilding)
@Nullable String
ViewChainResult. getEphemeralAgentTemplateIdIfExists(@Nullable CurrentlyBuilding currentlyBuilding)
@Nullable String
ViewChainResult. getEphemeralAgentTemplateNameIfExists(@Nullable CurrentlyBuilding currentlyBuilding)
-