Uses of Class
com.atlassian.bamboo.builder.DeltaState

Packages that use DeltaState
com.atlassian.bamboo.builder   
com.atlassian.bamboo.index   
com.atlassian.bamboo.results.tests   
com.atlassian.bamboo.resultsummary   
 

Uses of DeltaState in com.atlassian.bamboo.builder
 

Fields in com.atlassian.bamboo.builder declared as DeltaState
static DeltaState DeltaState.BROKEN
           
static DeltaState DeltaState.FAILING
           
static DeltaState DeltaState.FIXED
           
static DeltaState DeltaState.NONE
           
static DeltaState DeltaState.PASSING
           
 

Methods in com.atlassian.bamboo.builder that return DeltaState
static DeltaState DeltaState.determineDeltaState(BuildState lastBuildState, BuildResults buildResults)
           
static DeltaState DeltaState.determineDeltaState(BuildState lastBuildState, BuildState thisBuildState)
           
static DeltaState DeltaState.getInstance(String deltaState)
           
 

Uses of DeltaState in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return DeltaState
 DeltaState BuildResultsSummaryDocument.getDeltaState()
           
 DeltaState TestCaseResultDocument.getDeltaState()
           
 

Uses of DeltaState in com.atlassian.bamboo.results.tests
 

Methods in com.atlassian.bamboo.results.tests that return DeltaState
 DeltaState TestCaseResult.getDeltaState()
           
 DeltaState TestCaseResultWrapper.getDeltaState()
           
 

Uses of DeltaState in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return DeltaState
 DeltaState BuildResultsSummary.getDeltaState()
           
 DeltaState LegacyBuildResultsSummaryImpl.getDeltaState()
           
 DeltaState BuildResultsSummaryImpl.getDeltaState()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type DeltaState
 void BuildResultsSummaryImpl.setDeltaState(DeltaState deltaState)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.