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

Packages that use ChainStageResult
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.index   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.resultsummary   
 

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 ChainResultsSummaryImpl.createStageResult(ChainStage chainStage)
           
 ChainStageResult ChainResultsSummary.createStageResult(ChainStage chainStage)
          Create a new ChainStageResult and associates it with the ChainResultsSummary
 

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

Methods in com.atlassian.bamboo.chains with parameters of type ChainStageResult
 boolean ChainResultsSummaryImpl.addStageResult(ChainStageResult chainStageResult)
           
 boolean ChainResultsSummary.addStageResult(ChainStageResult chainStageResult)
          Add a stage result
 java.lang.String StageStatusHelperImpl.getDisplayClassForStage(ChainStageResult chainStageResult)
           
 java.lang.String StageStatusHelper.getDisplayClassForStage(ChainStageResult chainStageResult)
          Returns the CSS class name for a stage
 java.lang.String StageStatusHelperImpl.getDisplayMessageForStage(ChainStageResult chainStageResult)
           
 java.lang.String StageStatusHelper.getDisplayMessageForStage(ChainStageResult chainStageResult)
          Returns the display message for a stage
 boolean StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult, java.util.Collection<ChainStageResult> chainStageResults)
           
 boolean StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult, java.util.Collection<ChainStageResult> chainStageResults)
          Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI
 boolean ChainResultsSummaryImpl.removeStageResult(ChainStageResult chainStageResult)
           
 boolean ChainResultsSummary.removeStageResult(ChainStageResult chainStageResult)
          Remove a stage result
 

Method parameters in com.atlassian.bamboo.chains with type arguments of type ChainStageResult
 boolean StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult, java.util.Collection<ChainStageResult> chainStageResults)
           
 boolean StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult, java.util.Collection<ChainStageResult> chainStageResults)
          Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI
 void ChainResultsSummaryImpl.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(ChainResultsSummary chainResultsSummary, ChainStageResult chainStageResult, StageExecution stageExecution)
          Executes the custom action
 

Uses of ChainStageResult in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return ChainStageResult
 ChainStageResult BuildResultsSummaryDocument.createStageResult(ChainStage chainStage)
           
 

Methods in com.atlassian.bamboo.index that return types with arguments of type ChainStageResult
 java.util.List<ChainStageResult> BuildResultsSummaryDocument.getStageResults()
           
 

Methods in com.atlassian.bamboo.index with parameters of type ChainStageResult
 boolean BuildResultsSummaryDocument.addStageResult(ChainStageResult chainStageResult)
           
 boolean BuildResultsSummaryDocument.removeStageResult(ChainStageResult chainStageResult)
           
 

Uses of ChainStageResult in com.atlassian.bamboo.plugins.rest.model.build
 

Fields in com.atlassian.bamboo.plugins.rest.model.build declared as ChainStageResult
protected  ChainStageResult AbstractRestBuild.stageResult
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ChainStageResult
 void AbstractRestBuild.setStageResult(ChainStageResult stageResult)
           
 

Uses of ChainStageResult in com.atlassian.bamboo.plugins.rest.model.chain
 

Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ChainStageResult
RestStageResult(ChainStageResult chainStageResult, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.model.chain with type arguments of type ChainStageResult
RestStageResult(ChainStageResult chainStageResult, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of ChainStageResult in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return ChainStageResult
 ChainStageResult BuildResultsSummaryHibernateDao.getChainStageResultById(long id)
           
 ChainStageResult BuildResultsSummaryDao.getChainStageResultById(long id)
          Returns a ChainStageResult by its id
 ChainStageResult BuildResultsSummaryManagerImpl.getChainStageResultById(java.lang.Long id)
           
 ChainStageResult ResultsSummaryManager.getChainStageResultById(java.lang.Long id)
          Returns a ChainStageResult by its id
 ChainStageResult BuildResultsSummaryHibernateDao.getStageForResult(ResultsSummary summary)
           
 ChainStageResult BuildResultsSummaryManagerImpl.getStageForResult(ResultsSummary resultsSummary)
           
 ChainStageResult ResultsSummaryManager.getStageForResult(ResultsSummary resultsSummary)
          Get (@link ChainStageResult} containing given ResultsSummary
 ChainStageResult BuildResultsSummaryDao.getStageForResult(ResultsSummary resultsSummary)
          Get (@link ChainStageResult} containing given ResultsSummary
 



Copyright © 2010 Atlassian. All Rights Reserved.