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.buildresult   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.ww2.actions.build   
 

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 ChainResultsSummaryImpl.createStageResult(ImmutableChainStage chainStage)
           
 ChainStageResult ChainResultsSummary.createStageResult(ImmutableChainStage 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
 List<ChainStageResult> ChainResultsSummaryImpl.getStageResults()
           
 List<ChainStageResult> ImmutableChainResultsSummary.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
 String StageStatusHelperImpl.getDisplayClassForStage(ChainStageResult chainStageResult)
           
 String StageStatusHelper.getDisplayClassForStage(ChainStageResult chainStageResult)
          Returns the CSS class name for a stage
 String StageStatusHelperImpl.getDisplayMessageForStage(ChainStageResult chainStageResult)
           
 String StageStatusHelper.getDisplayMessageForStage(ChainStageResult chainStageResult)
          Returns the display message for a stage
 boolean StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult, Collection<ChainStageResult> chainStageResults)
           
 boolean StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult, 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
 long ChainResultManagerImpl.getAverageProgressDurationForStages(PlanIdentifier chain, Collection<ChainStageResult> stages, int numberOfResults)
           
 long ChainResultManager.getAverageProgressDurationForStages(PlanIdentifier chain, Collection<ChainStageResult> stageStates, int numberOfResults)
          Calculates average duration of provided stages execution
 boolean StageStatusHelperImpl.isCollapsedByDefault(ChainStageResult chainStageResult, Collection<ChainStageResult> chainStageResults)
           
 boolean StageStatusHelper.isCollapsedByDefault(ChainStageResult chainStageResult, Collection<ChainStageResult> chainStageResults)
          Returns a boolean indicating whether or not the stage should appear collapsed by default in the UI
 void ChainResultsSummaryImpl.setStageResults(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 StopOnManualStageAction.execute(ChainResultsSummary chainResultsSummary, ChainStageResult chainStageResult, StageExecution stageExecution)
          Executes the custom action
 void PostStageAction.execute(ChainResultsSummary chainResultsSummary, ChainStageResult chainStageResult, StageExecution stageExecution)
          Executes the custom action
 

Uses of ChainStageResult in com.atlassian.bamboo.index.buildresult
 

Methods in com.atlassian.bamboo.index.buildresult that return ChainStageResult
 ChainStageResult ChainResultsSummaryDocument.createStageResult(ImmutableChainStage chainStage)
           
 

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

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

Uses of ChainStageResult in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ChainStageResult
 List<ChainStageResult> ChainResultDetailsImpl.getStageResults()
           
 List<ChainStageResult> ImmutableResultsSummaryImpl.getStageResults()
           
 List<ChainStageResult> ChainResultDetails.getStageResults()
          Returns all stage results.
 

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

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, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.model.chain with type arguments of type ChainStageResult
RestStageResult(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService)
           
 

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

Uses of ChainStageResult in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable that return ChainStageResult
 ChainStageResult StageVariableContextImpl.getChainStageResult()
           
 ChainStageResult StageVariableContext.getChainStageResult()
           
 

Methods in com.atlassian.bamboo.variable with parameters of type ChainStageResult
 void StageVariableContextImpl.setChainStageResult(ChainStageResult chainStageResult)
           
 void StageVariableContext.setChainStageResult(ChainStageResult chainStageResult)
           
 

Constructors in com.atlassian.bamboo.variable with parameters of type ChainStageResult
StageVariableContextImpl(String key, String value, VariableType variableType, ChainStageResult chainStageResult)
           
 

Uses of ChainStageResult in com.atlassian.bamboo.ww2.actions.build
 

Constructor parameters in com.atlassian.bamboo.ww2.actions.build with type arguments of type ChainStageResult
StageJsonDecorator(ChainExecution chainExecution, StageExecution stageExecution, List<ChainStageResult> stages)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.