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

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

Uses of DeltaState in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder that return DeltaState
static DeltaState DeltaState.determineDeltaState(BuildState lastBuildState, BuildState thisBuildState)
           
static DeltaState DeltaState.getInstance(java.lang.String deltaState)
          TODO: Consider throwing IllegalArgumentException when deltaState argument cannot be converted to DeltaState.
static DeltaState DeltaState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeltaState[] DeltaState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DeltaState in com.atlassian.bamboo.index
 

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

Uses of DeltaState in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return DeltaState
 DeltaState BuildResultsSummaryImpl.getDeltaState()
           
 DeltaState BuildResultsSummaryForTesting.getDeltaState()
           
 DeltaState BuildResultsSummary.getDeltaState()
          Gets the DeltaState of the summary.
 

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



Copyright © 2010 Atlassian. All Rights Reserved.