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,
        java.util.Map<java.lang.String,java.lang.String> tags)  | 
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.JsonProcessingExceptionjava.io.IOExceptionjava.lang.InterruptedExceptionjava.util.concurrent.ExecutionExceptionjava.util.concurrent.TimeoutExceptionpublic void annotate(java.lang.String name,
                     java.util.Date start,
                     java.util.Date end,
                     java.util.Map<java.lang.String,java.lang.String> tags)
public void createOrUpdateDashboard(ITickDashboardProvider dashboard)
public void close()
close in interface java.lang.AutoCloseableCopyright © 2023. All Rights Reserved.