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

Packages that use ChainStageResult
com.atlassian.bamboo.build   
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.build
 

Methods in com.atlassian.bamboo.build that return ChainStageResult
 ChainStageResult PlanResultsAction.getPreviousFailedStageResult(BuildResultsSummary buildResultsSummary)
          returns the previous ChainStageResult that failed before the BuildResultsSummary failed.
 

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

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

Methods in com.atlassian.bamboo.chains with parameters of type ChainStageResult
 boolean ChainResultsSummary.addStageResult(ChainStageResult chainStageResult)
          Add a stage result
 boolean ChainResultsSummaryImpl.addStageResult(ChainStageResult chainStageResult)
           
 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 ChainResultsSummary.removeStageResult(ChainStageResult chainStageResult)
          Remove a stage result
 boolean ChainResultsSummaryImpl.removeStageResult(ChainStageResult chainStageResult)
           
 

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 Result.stageResult
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ChainStageResult
 void Result.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, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

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, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

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 ResultsSummaryManager.getChainStageResultById(java.lang.Long id)
          Returns a ChainStageResult by its id
 ChainStageResult BuildResultsSummaryManagerImpl.getChainStageResultById(java.lang.Long id)
           
 ChainStageResult BuildResultsSummaryHibernateDao.getStageForResult(ResultsSummary summary)
           
 ChainStageResult ResultsSummaryManager.getStageForResult(ResultsSummary resultsSummary)
          Get (@link ChainStageResult} containing given ResultsSummary
 ChainStageResult BuildResultsSummaryDao.getStageForResult(ResultsSummary resultsSummary)
          Get (@link ChainStageResult} containing given ResultsSummary
 ChainStageResult BuildResultsSummaryManagerImpl.getStageForResult(ResultsSummary resultsSummary)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.