| Modifier and Type | Method and Description |
|---|---|
CurrentlyBuilding |
BuildExecutionManager.getBuildRunningOnAgent(Long buildAgentId) |
CurrentlyBuilding |
BuildExecutionManager.getCurrentlyBuildingByBuildResult(BuildIdentifier buildIdentifier)
Returns
CurrentlyBuilding instance for build identifier (or BuildContext). |
CurrentlyBuilding |
BuildExecutionManager.getCurrentlyBuildingByBuildResultKey(String buildResultKey)
Deprecated.
since 4.4 use #getCurrentlyBuildingByPlanResultKey
|
CurrentlyBuilding |
BuildExecutionManager.getCurrentlyBuildingByPlanResultKey(ResultKey resultKey)
Returns
CurrentlyBuilding instance for build identified by buildResultKey. |
CurrentlyBuilding |
BuildExecutionManager.removeCurrentlyBuilding(ResultKey resultKey) |
CurrentlyBuilding |
BuildExecutionManager.removeCurrentlyBuilding(String planKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CurrentlyBuilding> |
BuildExecutionManager.getCurrentlyBuilding(Key key) |
List<CurrentlyBuilding> |
BuildExecutionManager.getCurrentlyBuilding(String planKey)
Deprecated.
|
Iterable<CurrentlyBuilding> |
BuildExecutionManager.getCurrentlyExecuting()
Retrieves a all builds being executed (i.e not just queued).
|
Iterable<CurrentlyBuilding> |
BuildExecutionManager.getCurrentlyExecuting(PlanKey planKey) |
List<CurrentlyBuilding> |
BuildExecutionManager.getCurrentlyExecutingBuilds()
Deprecated.
since 5.6 use
BuildExecutionManager.getCurrentlyExecuting() |
List<CurrentlyBuilding> |
BuildExecutionManager.getCurrentlyExecutingBuilds(String planKey)
Deprecated.
|
| Constructor and Description |
|---|
BuildProgressBarImpl(CurrentlyBuilding currentlyBuilding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CurrentlyBuilding> |
PlanExecutionManager.getCurrentlyBuildingForPlan(PlanKey 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 |
TriggerManager.getTriggerReasonRenderer(TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
| Modifier and Type | Method and Description |
|---|---|
BuildResultsSummary |
BuildResultsSummaryManager.updateBuildSummaryFromBuildResults(BuildContext buildContext,
CurrentlyBuilding currentlyBuilding,
BuildResults buildResults)
Deprecated.
Updates BuildResultsSummary after build is completed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.