|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ValueType
Statistic value type - such value type can be shown as a separate graph in the UI.
| Method Summary | |
|---|---|
java.lang.String |
getDescription(ChartSettings chartSettings)
Metric textual description, i.e. |
java.lang.String |
getExtendedDescription(ChartSettings chartSettings)
Extended metric textual description (for tooltip), i.e. |
java.awt.Color |
getSeriesColor(java.lang.String s)
Allows to provide special color coding for series |
java.lang.String |
getSeriesGenericName()
Generic name for this value's series |
java.text.Format |
getValueFormat()
Format for Values (point hints and axis). |
| Methods inherited from interface jetbrains.buildServer.serverSide.statistics.ValueProvider |
|---|
getDataSet, getKey, hasData |
| Method Detail |
|---|
@NotNull java.lang.String getDescription(ChartSettings chartSettings)
chartSettings - the same settings as passed to ValueProvider.getDataSet(ChartSettings) method
@NotNull java.lang.String getExtendedDescription(ChartSettings chartSettings)
chartSettings - the same filter as passed to ValueProvider.getDataSet(ChartSettings) method
@Nullable java.text.Format getValueFormat()
@Nullable java.awt.Color getSeriesColor(java.lang.String s)
s - series key
java.lang.String getSeriesGenericName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||