| 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)
TODO: Consider throwing IllegalArgumentException when deltaState argument cannot be converted to 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 | 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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.