Uses of Interface
com.atlassian.bamboo.plan.ExecutionStatus

Packages that use ExecutionStatus
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.progressbar   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.chains   
 

Uses of ExecutionStatus in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return ExecutionStatus
 ExecutionStatus PlanResultsAction.getExecutionStatus()
           
 ExecutionStatus ChainResultsAction.getExecutionStatus(PlanResultKey planResultKey)
           
 

Uses of ExecutionStatus in com.atlassian.bamboo.chains
 

Subinterfaces of ExecutionStatus in com.atlassian.bamboo.chains
 interface ChainExecution
          Represents an executing Chain
 

Uses of ExecutionStatus in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return ExecutionStatus
 ExecutionStatus PlanExecutionManagerImpl.getExecutionStatus(PlanResultKey planResultKey)
           
 ExecutionStatus ExecutionStatusProviderImpl.getExecutionStatus(PlanResultKey planResultKey)
           
 ExecutionStatus ExecutionStatusProvider.getExecutionStatus(PlanResultKey planResultKey)
          Returns a ExecutionStatus for the given PlanResultKey
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type ExecutionStatus
 java.util.Collection<? extends ExecutionStatus> PlanExecutionManagerImpl.getExecutionStatus(PlanKey planKey)
           
 java.util.Collection<? extends ExecutionStatus> ExecutionStatusProviderImpl.getExecutionStatus(PlanKey planKey)
           
 java.util.Collection<? extends ExecutionStatus> ExecutionStatusProvider.getExecutionStatus(PlanKey planKey)
          Returns a collection of current ExecutionStatuss for 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
 void BaseBuildDetails.expand(ResultsSummary summary, ExecutionStatus executionStatus, java.util.List<LogEntry> buildLog, BuildQueuePosition buildQueuePosition, boolean hasExecutableAgents)
           
 

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
 void RestChainResultDetails.expand(ResultsSummary summary, ExecutionStatus executionStatus)
           
 void RestChainResult.expand(ResultsSummary summary, ExecutionStatus executionStatus)
           
 

Uses of ExecutionStatus in com.atlassian.bamboo.progressbar
 

Constructors in com.atlassian.bamboo.progressbar with parameters of type ExecutionStatus
ProgressBarImpl(ExecutionStatus executionStatus)
           
 

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

Subinterfaces of ExecutionStatus in com.atlassian.bamboo.v2.build
 interface CurrentlyBuilding
          This object encapsulates the BuildContext that'd being built and the BuildAgent id it's related to
 

Classes in com.atlassian.bamboo.v2.build that implement ExecutionStatus
 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
 java.util.Collection<? extends ExecutionStatus> PlanActionSupport.getCurrentlyBuildingPlans(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
 java.util.List<ExecutionStatus> ViewChainSummary.getCurrentlyExecutingList()
           
 



Copyright © 2010 Atlassian. All Rights Reserved.