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

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

Methods in com.atlassian.bamboo.plan.cache that return DeltaState
 DeltaState ImmutableResultsSummary.getDeltaState()
           
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type DeltaState
 void ImmutableResultsSummary.setDeltaState(DeltaState deltaState)
           
 

Uses of DeltaState in com.atlassian.bamboo.resultsummary
 

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

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



Copyright © 2012 Atlassian. All Rights Reserved.