Uses of Class
com.atlassian.bamboo.builder.DeltaState
-
Packages that use DeltaState Package Description com.atlassian.bamboo.builder com.atlassian.bamboo.plan.cache com.atlassian.bamboo.resultsummary com.atlassian.bamboo.testutils.matchers.test -
-
Uses of DeltaState in com.atlassian.bamboo.builder
Methods in com.atlassian.bamboo.builder that return DeltaState Modifier and Type Method Description static DeltaState
DeltaState. determineDeltaState(BuildState lastBuildState, BuildState thisBuildState)
static @NotNull DeltaState
DeltaState. getInstance(@Nullable String deltaState)
static DeltaState
DeltaState. valueOf(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 Modifier and Type Method Description DeltaState
ImmutableResultsSummaryImpl. getDeltaState()
-
Uses of DeltaState in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type DeltaState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,DeltaState>
AbstractResultsSummary_. deltaState
Methods in com.atlassian.bamboo.resultsummary that return DeltaState Modifier and Type Method Description DeltaState
DeltaStateUserType. fromString(@NotNull String stringValue)
DeltaState
AbstractResultsSummary. getDeltaState()
DeltaState
ImmutableResultsSummary. getDeltaState()
Gets theDeltaState
of the summary.Methods in com.atlassian.bamboo.resultsummary with parameters of type DeltaState Modifier and Type Method Description void
AbstractResultsSummary. setDeltaState(DeltaState deltaState)
void
ResultsSummary. setDeltaState(DeltaState deltaState)
Sets theDeltaState
for the summary. -
Uses of DeltaState in com.atlassian.bamboo.testutils.matchers.test
Methods in com.atlassian.bamboo.testutils.matchers.test with parameters of type DeltaState Modifier and Type Method Description TestCaseSummaryMatcherBuilder
TestCaseSummaryMatcherBuilder. deltaState(DeltaState deltaState)
-