public class ChronografClient
extends java.lang.Object
implements java.lang.AutoCloseable
Constructor and Description |
---|
ChronografClient(ItemValue<Server> chronografServer) |
Modifier and Type | Method and Description |
---|---|
void |
annotate(java.lang.String name,
java.util.Date start,
java.util.Date end) |
void |
close() |
void |
createOrUpdateDashboard(ITickDashboardProvider dashboard) |
java.util.List<DashInfos> |
getExistingDashboards() |
public java.util.List<DashInfos> getExistingDashboards() throws com.fasterxml.jackson.core.JsonProcessingException, java.io.IOException, java.lang.InterruptedException, java.util.concurrent.ExecutionException, java.util.concurrent.TimeoutException
com.fasterxml.jackson.core.JsonProcessingException
java.io.IOException
java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.util.concurrent.TimeoutException
public void annotate(java.lang.String name, java.util.Date start, java.util.Date end)
public void createOrUpdateDashboard(ITickDashboardProvider dashboard)
public void close()
close
in interface java.lang.AutoCloseable
Copyright © 2021. All Rights Reserved.