Modifier and Type | Method and Description |
---|---|
BuildAgent |
BuildResultsAction.getAgent(CurrentlyBuilding currentlyBuilding) |
BuildAgent |
ViewBuild.getAgent(CurrentlyBuilding currentlyBuilding) |
protected void |
CurrentlyBuildingContainer.saveState(CurrentlyBuilding currentlyBuilding,
boolean saveEvenIfFileExists) |
CurrentlyBuilding |
CurrentlyBuildingContainer.setCurrentlyBuilding(BuildContext buildContext,
CurrentlyBuilding currentlyBuilding,
Collection<BuildAgent> executableAgents,
Collection<ElasticImageConfiguration> executableImages) |
Constructor and Description |
---|
BuildProgressBarImpl(CurrentlyBuilding currentlyBuilding)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CurrentlyBuilding |
BuildQueueTimeoutEvent.getCurrentlyBuilding() |
CurrentlyBuilding |
BuildHungEvent.getCurrentlyBuilding() |
Constructor and Description |
---|
BuildCanceledEvent(Object source,
CurrentlyBuilding currentlyBuilding) |
BuildHungEvent(Object source,
String buildKey,
int buildNumber,
CurrentlyBuilding currentlyBuilding,
List<LogEntry> buildLogs) |
BuildQueueTimeoutEvent(Object source,
CurrentlyBuilding currentlyBuilding) |
Modifier and Type | Method and Description |
---|---|
List<CurrentlyBuilding> |
PlanExecutionManagerImpl.getCurrentlyBuildingForPlan(PlanKey planKey) |
List<CurrentlyBuilding> |
DelegatingPlanExecutionManager.getCurrentlyBuildingForPlan(PlanKey planKey) |
List<CurrentlyBuilding> |
PlanExecutionManager.getCurrentlyBuildingForPlan(PlanKey planKey)
|
List<CurrentlyBuilding> |
PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey) |
List<CurrentlyBuilding> |
DelegatingPlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey) |
List<CurrentlyBuilding> |
PlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
Returns all
CurrentlyBuilding for specified PlanResultKey In case plan is a Chain
instance, all currently running jobs will be returned, however, chain itself will be not included in the list
(effectively CurrentlyBuilding for all chain's children jobs will be returned) |
Modifier and Type | Method and Description |
---|---|
TriggerReasonRenderer |
TriggerManagerImpl.getTriggerReasonRenderer(TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
TriggerReasonRenderer |
TriggerManager.getTriggerReasonRenderer(TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
Modifier and Type | Method and Description |
---|---|
BuildResultsSummary |
BuildResultsSummaryManagerImpl.updateBuildSummaryFromBuildResults(BuildContext buildContext,
CurrentlyBuilding currentlyBuilding,
BuildResults buildResults) |
BuildResultsSummary |
BuildResultsSummaryManager.updateBuildSummaryFromBuildResults(BuildContext buildContext,
CurrentlyBuilding currentlyBuilding,
BuildResults buildResults)
Deprecated.
Updates BuildResultsSummary after build is completed.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrentlyBuildingImpl |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CurrentlyBuilding |
StarterAction.getCurrentlyBuilding(Long agentId) |
CurrentlyBuilding |
StarterAction.getCurrentlyBuilding(String buildResultKey) |
Modifier and Type | Method and Description |
---|---|
CurrentlyBuilding |
BuildActionSupport.getCurrentlyBuilding() |
Modifier and Type | Method and Description |
---|---|
List<CurrentlyBuilding> |
BuildActionSupport.getCurrentlyBuildingList() |
Constructor and Description |
---|
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
CurrentlyBuilding currentlyBuilding,
AgentManager agentManager,
BambooPermissionManager bambooPermissionManager,
TriggerManager triggerManager,
ImmutablePlan plan) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.