public class CircularStabilityHistory extends Object
Old records are dropped when maxSize is exceeded.
| Modifier and Type | Class and Description |
|---|---|
static class |
CircularStabilityHistory.ConverterImpl |
| Constructor and Description |
|---|
CircularStabilityHistory(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int buildNumber,
boolean passed) |
boolean |
add(StabilityTestData.Result value) |
void |
addAll(StabilityTestData.Result[] results) |
StabilityTestData.Result[] |
getData() |
int |
getMaxSize() |
boolean |
isAllPassed() |
boolean |
isEmpty() |
public boolean add(StabilityTestData.Result value)
public StabilityTestData.Result[] getData()
public boolean isEmpty()
public int getMaxSize()
public void addAll(StabilityTestData.Result[] results)
public void add(int buildNumber,
boolean passed)
public boolean isAllPassed()
Copyright © 2004-2017. All Rights Reserved.