Uses of Interface
com.atlassian.bamboo.chains.ChainState

Packages that use ChainState
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
 

Uses of ChainState in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return ChainState
 ChainState ChainStateFactory.create(PlanIdentifier chain, BuildContext buildContext, ChainStateResult chainResultState)
          Creates a ChainState
 ChainState ChainStateFactoryImpl.create(PlanIdentifier chain, BuildContext chainBuildContext, ChainStateResult chainResultState)
           
 ChainState ChainStateFactory.create(PlanIdentifier chain, PlanExecutionConfig planExecutionConfig, BuildContext chainBuildContext, ChainStateResult chainResultState)
          Creates a {link ChainState} for extended execution config defined as PlanExecutionConfig - continuable and restartable builds
 ChainState ChainStateFactoryImpl.create(PlanIdentifier chain, PlanExecutionConfig planExecutionConfig, BuildContext chainBuildContext, ChainStateResult chainResultState)
           
 ChainState ChainStateCreationRequestResult.getChainState()
           
 ChainState ChainStateCreationRequestResultImpl.getChainState()
           
 

Methods in com.atlassian.bamboo.chains with parameters of type ChainState
 ChainExecutionRequestResult ChainExecutionManager.delayedStart(ImmutableChain chain, UnconditionalBuildDetectionAction buildDetectionAction, ChainState chainState)
          Starts the Chain if it's been created already
 ChainExecutionRequestResult ChainExecutionManagerImpl.delayedStart(ImmutableChain chain, UnconditionalBuildDetectionAction buildDetectionAction, ChainState chainState)
           
 

Constructors in com.atlassian.bamboo.chains with parameters of type ChainState
ChainStateCreationRequestResultImpl(ErrorCollection errors, ChainState chainState)
           
 

Uses of ChainState in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type ChainState
 void PlanStatePersisterServiceImpl.persistChainState(ChainState chainState)
           
 void PlanStatePersisterService.persistChainState(ChainState chainState)
          Saves the chain results.
 void PlanStatePersisterImpl.persistChainState(ChainState chainState)
           
 void PlanStatePersister.persistChainState(ChainState chainState)
          Saves the chain results.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.