Uses of Enum Class
com.atlassian.bamboo.builder.DeltaState
Packages that use DeltaState
Package
Description
-
Uses of DeltaState in com.atlassian.bamboo.builder
Methods in com.atlassian.bamboo.builder that return DeltaStateModifier and TypeMethodDescriptionstatic DeltaState
DeltaState.determineDeltaState
(BuildState lastBuildState, BuildState thisBuildState) static @NotNull DeltaState
DeltaState.getInstance
(@Nullable String deltaState) static DeltaState
Returns the enum constant of this class with the specified name.static DeltaState[]
DeltaState.values()
Returns an array containing the constants of this enum class, 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 -
Uses of DeltaState in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type DeltaStateModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,
DeltaState> AbstractResultsSummary_.deltaState
Methods in com.atlassian.bamboo.resultsummary that return DeltaStateModifier and TypeMethodDescriptionDeltaStateUserType.fromString
(@NotNull String stringValue) AbstractResultsSummary.getDeltaState()
ImmutableResultsSummary.getDeltaState()
Gets theDeltaState
of the summary.Methods in com.atlassian.bamboo.resultsummary with parameters of type DeltaStateModifier and TypeMethodDescriptionvoid
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 DeltaStateModifier and TypeMethodDescriptionTestCaseSummaryMatcherBuilder.deltaState
(DeltaState deltaState)