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 ImmutableResultsSummaryImpl.getDeltaState()
           
 

Uses of DeltaState in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return DeltaState
 DeltaState DeltaStateUserType.fromString(java.lang.String stringValue)
           
 DeltaState ImmutableResultsSummary.getDeltaState()
          Gets the DeltaState of the summary.
 DeltaState AbstractResultsSummary.getDeltaState()
           
 

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



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.