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

Packages that use ChainStageResult
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
 

Uses of ChainStageResult in com.atlassian.bamboo.chains
 

Classes in com.atlassian.bamboo.chains that implement ChainStageResult
 class ChainStageResultImpl
           
 

Methods in com.atlassian.bamboo.chains that return ChainStageResult
 ChainStageResult ChainResultImpl.create(java.lang.String name, java.lang.String description)
           
 ChainStageResult ChainResult.create(java.lang.String name, java.lang.String description)
          Create a new ChainStageResult and associates it with the ChainResult
 ChainStageResult ChainResultHibernateDao.getChainStageResultById(long id)
           
 ChainStageResult ChainResultDao.getChainStageResultById(long id)
          Returns a ChainStageResult by its id
 ChainStageResult ChainResultManagerImpl.getChainStageResultById(java.lang.Long id)
           
 ChainStageResult ChainResultManager.getChainStageResultById(java.lang.Long id)
          Returns a ChainStageResult by its id
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainStageResult
 java.util.List<ChainStageResult> ChainResultImpl.getStageResults()
           
 java.util.List<ChainStageResult> ChainResult.getStageResults()
          Get all the ChainStageResult's associated with this ChainResult
 

Methods in com.atlassian.bamboo.chains with parameters of type ChainStageResult
 boolean ChainResultImpl.addStageResult(ChainStageResult chainStageResult)
           
 boolean ChainResult.addStageResult(ChainStageResult chainStageResult)
          Add a stage result
 boolean ChainResultImpl.removeStageResult(ChainStageResult chainStageResult)
           
 boolean ChainResult.removeStageResult(ChainStageResult chainStageResult)
          Remove a stage result
 

Method parameters in com.atlassian.bamboo.chains with type arguments of type ChainStageResult
 void ChainResultImpl.setStageResults(java.util.List<ChainStageResult> stageResults)
           
 

Uses of ChainStageResult in com.atlassian.bamboo.chains.plugins
 

Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainStageResult
 void PostStageAction.execute(ChainResult chainResult, ChainStageResult chainStageResult, StageExecution stageExecution)
          Executes the custom action
 



Copyright © 2010 Atlassian. All Rights Reserved.