Uses of Enum Class
com.atlassian.bamboo.builder.DeltaState
Package
Description
-
Uses of DeltaState in com.atlassian.bamboo.builder
Modifier 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
-
Uses of DeltaState in com.atlassian.bamboo.resultsummary
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,
DeltaState> AbstractResultsSummary_.deltaState
Modifier and TypeMethodDescriptionDeltaStateUserType.fromString
(@NotNull String stringValue) AbstractResultsSummary.getDeltaState()
ImmutableResultsSummary.getDeltaState()
Gets theDeltaState
of the summary.Modifier 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
Modifier and TypeMethodDescriptionTestCaseSummaryMatcherBuilder.deltaState
(DeltaState deltaState)