Uses of Interface
com.atlassian.bamboo.v2.build.CurrentlyBuilding

Packages that use CurrentlyBuilding
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.event   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.build   
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return CurrentlyBuilding
 CurrentlyBuilding BuildExecutionManager.addToCurrentlyBuilding(BuildContext buildContext)
          Denotes that the passed build context is beginning the build process.
 CurrentlyBuilding DefaultBuildExecutionManager.addToCurrentlyBuilding(BuildContext buildContext)
          Denotes that the passed build context is beginning the build process.
 CurrentlyBuilding BuildExecutionManager.getBuildRunningOnAgent(java.lang.Long buildAgentId)
           
 CurrentlyBuilding DefaultBuildExecutionManager.getBuildRunningOnAgent(java.lang.Long buildAgentId)
           
 CurrentlyBuilding BuildResultsAction.getCurrentlyBuilding()
           
 CurrentlyBuilding CurrentlyBuildingContainer.getCurrentlyBuilding(java.lang.Long agentId)
           
 CurrentlyBuilding BuildExecutionManager.getCurrentlyBuildingByBuildResult(BuildIdentifier buildIdentifier)
          Returns CurrentlyBuilding instance for build identifier (or BuildContext).
 CurrentlyBuilding DefaultBuildExecutionManager.getCurrentlyBuildingByBuildResult(BuildIdentifier buildIdentifier)
           
 CurrentlyBuilding BuildExecutionManager.getCurrentlyBuildingByBuildResultKey(java.lang.String buildResultKey)
          Returns CurrentlyBuilding instance for build identified by buildResultKey.
 CurrentlyBuilding DefaultBuildExecutionManager.getCurrentlyBuildingByBuildResultKey(java.lang.String buildResultKey)
           
 CurrentlyBuilding CurrentlyBuildingContainer.getCurrentlyBuildingByBuildResultKey(java.lang.String buildResultKey)
           
 CurrentlyBuilding BuildExecutionManager.removeCurrentlyBuilding(java.lang.String planKey)
           
 CurrentlyBuilding DefaultBuildExecutionManager.removeCurrentlyBuilding(java.lang.String planKey)
           
 CurrentlyBuilding CurrentlyBuildingContainer.removeCurrentlyBuilding(java.lang.String buildResultKey)
           
 CurrentlyBuilding CurrentlyBuildingContainer.setCurrentlyBuilding(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages, boolean executableAgentInfoInitialized)
           
 CurrentlyBuilding CurrentlyBuildingContainer.startBuildingOnAgent(BuildContext buildContext, java.lang.Long agentId)
           
 

Methods in com.atlassian.bamboo.build that return types with arguments of type CurrentlyBuilding
 java.util.List<CurrentlyBuilding> BuildExecutionManager.getCurrentlyBuilding(java.lang.String planKey)
           
 java.util.List<CurrentlyBuilding> DefaultBuildExecutionManager.getCurrentlyBuilding(java.lang.String planKey)
           
 java.util.List<CurrentlyBuilding> CurrentlyBuildingContainer.getCurrentlyBuildingByPlanKey(java.lang.String planKey)
          Immutable list of currently building by plan.
 java.util.List<CurrentlyBuilding> BuildExecutionManager.getCurrentlyExecutingBuilds()
          Retrieves a list of all builds being executed (i.e not just queued).
 java.util.List<CurrentlyBuilding> DefaultBuildExecutionManager.getCurrentlyExecutingBuilds()
           
 java.util.List<CurrentlyBuilding> CurrentlyBuildingContainer.getCurrentlyExecutingBuilds()
          A List of the currently building things.
 java.util.List<CurrentlyBuilding> BuildExecutionManager.getCurrentlyExecutingBuilds(java.lang.String planKey)
          Retrieves a list of all builds being executed (i.e not just queued) that belong to the specified planKey.
 java.util.List<CurrentlyBuilding> DefaultBuildExecutionManager.getCurrentlyExecutingBuilds(java.lang.String planKey)
           
 

Methods in com.atlassian.bamboo.build with parameters of type CurrentlyBuilding
 BuildAgent ViewBuild.getAgent(CurrentlyBuilding currentlyBuilding)
           
 BuildAgent BuildResultsAction.getAgent(CurrentlyBuilding currentlyBuilding)
           
 CurrentlyBuilding CurrentlyBuildingContainer.setCurrentlyBuilding(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages, boolean executableAgentInfoInitialized)
           
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.builder
 

Constructors in com.atlassian.bamboo.builder with parameters of type CurrentlyBuilding
BuildProgressBarImpl(CurrentlyBuilding currentlyBuilding)
          Deprecated.  
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return CurrentlyBuilding
 CurrentlyBuilding BuildQueueTimeoutEvent.getCurrentlyBuilding()
           
 CurrentlyBuilding BuildHungEvent.getCurrentlyBuilding()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type CurrentlyBuilding
BuildCanceledEvent(java.lang.Object source, CurrentlyBuilding currentlyBuilding)
           
BuildHungEvent(java.lang.Object source, java.lang.String buildKey, int buildNumber, CurrentlyBuilding currentlyBuilding, java.util.List<LogEntry> buildLogs)
           
BuildQueueTimeoutEvent(java.lang.Object source, CurrentlyBuilding currentlyBuilding)
           
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type CurrentlyBuilding
 java.util.List<CurrentlyBuilding> PlanExecutionManager.getCurrentlyBuildingForPlan(PlanKey planKey)
          Returns all for specified PlanKey In case plan is a Chain instance, all currently running jobs will be returned
 java.util.List<CurrentlyBuilding> PlanExecutionManagerImpl.getCurrentlyBuildingForPlan(PlanKey planKey)
           
 java.util.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)
 java.util.List<CurrentlyBuilding> PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey)
           
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type CurrentlyBuilding
 BuildResultsSummary BuildResultsSummaryManager.updateBuildSummaryFromBuildResults(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
          Updates BuildResultsSummary after build is completed.
 BuildResultsSummary BuildResultsSummaryManagerImpl.updateBuildSummaryFromBuildResults(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
           
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.v2.build
 

Classes in com.atlassian.bamboo.v2.build that implement CurrentlyBuilding
 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
 TriggerReasonRenderer TriggerReasonManager.getTriggerReasonRenderer(TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
           
 TriggerReasonRenderer TriggerReasonManagerImpl.getTriggerReasonRenderer(TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
           
 void TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
           
 void DefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
           
 void CodeChangedTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding)
           
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork that return CurrentlyBuilding
 CurrentlyBuilding StarterAction.getCurrentlyBuilding(java.lang.Long agentId)
           
 CurrentlyBuilding StarterAction.getCurrentlyBuilding(java.lang.String buildResultKey)
           
 

Uses of CurrentlyBuilding in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return CurrentlyBuilding
 CurrentlyBuilding BuildActionSupport.getCurrentlyBuilding()
           
 

Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type CurrentlyBuilding
 java.util.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
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, CurrentlyBuilding currentlyBuilding, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.