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

Packages that use DeltaState
com.atlassian.bamboo.builder   
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.resultsummary
 

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

Methods in com.atlassian.bamboo.resultsummary with parameters of type DeltaState
 void AbstractResultsSummary.setDeltaState(DeltaState deltaState)
           
 void BuildResultsSummaryForTesting.setDeltaState(DeltaState deltaState)
          Sets the DeltaState for the summary.
 void ResultsSummary.setDeltaState(DeltaState deltaState)
          Sets the DeltaState for the summary.
 



Copyright © 2010 Atlassian. All Rights Reserved.