|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ValueProvider
Represents a source of statistics data
ValueProviderRegistry| Method Summary | |
|---|---|
java.util.List<BuildValue> |
getDataSet(ChartSettings chartSettings)
This should return dataset based given chartSettings |
java.lang.String |
getKey()
Metric id i.e. |
boolean |
hasData(ChartSettings chartSettings)
Returns true if at least one not-null value is available for this ValueProvider for given settings |
| Method Detail |
|---|
java.lang.String getKey()
@NotNull
java.util.List<BuildValue> getDataSet(@NotNull
ChartSettings chartSettings)
chartSettings - to be applied to dataset
boolean hasData(ChartSettings chartSettings)
chartSettings - dataset chartSettings
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||