Package | Description |
---|---|
com.atlassian.bamboo.builder | |
com.atlassian.bamboo.plan.cache | |
com.atlassian.bamboo.resultsummary | |
com.atlassian.bamboo.testutils.matchers.test |
Modifier and Type | Method and Description |
---|---|
static DeltaState |
DeltaState.determineDeltaState(BuildState lastBuildState,
BuildState thisBuildState) |
static DeltaState |
DeltaState.getInstance(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.
|
Modifier and Type | Method and Description |
---|---|
DeltaState |
ImmutableResultsSummaryImpl.getDeltaState() |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,DeltaState> |
AbstractResultsSummary_.deltaState |
Modifier and Type | Method and Description |
---|---|
DeltaState |
DeltaStateUserType.fromString(String stringValue) |
DeltaState |
AbstractResultsSummary.getDeltaState() |
DeltaState |
ImmutableResultsSummary.getDeltaState()
Gets the
DeltaState of the summary. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResultsSummary.setDeltaState(DeltaState deltaState) |
void |
ResultsSummary.setDeltaState(DeltaState deltaState)
Sets the
DeltaState for the summary. |
Modifier and Type | Method and Description |
---|---|
TestCaseSummaryMatcherBuilder |
TestCaseSummaryMatcherBuilder.deltaState(DeltaState deltaState) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.