DashboardSlugBuilder |
DashboardSlugBuilder.setCompare(String compare) |
Sets the comparison option for the entire dashboard.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setDynamicDashboardVariable(String name,
String value) |
Sets the value of a list dashboard variable in the dashboard.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setEnd(long endMillis) |
Set the end millis.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setEnd(org.joda.time.ReadableInstant instant) |
Set the end millis.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setListDashboardVariable(String name,
String selected) |
Sets the value of a list dashboard variable in the dashboard.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setLiveRefresh(boolean enableLiveRefresh) |
Set the flag whether we want to turn on live refresh (default is off, so used it when you want
to turn on live refresh).
|
DashboardSlugBuilder |
DashboardSlugBuilder.setSimpleDashboardVariable(String name,
String value) |
Sets the value of a simple dashboard variable in the dashboard.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setStart(long startMillis) |
Set the start millis.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setStart(org.joda.time.ReadableInstant instant) |
Set the start instant.
|
DashboardSlugBuilder |
DashboardSlugBuilder.setWindowSize(String windowSize) |
Set the live refresh window size, this value needs to be provided if live refresh is turned on
or default is `2h`.
|
static DashboardSlugBuilder |
DashboardSlugBuilders.slugBuilder() |
|
static DashboardSlugBuilder |
DashboardSlugBuilders.slugBuilderV1() |
Deprecated.
|