Class InfluxdbReporter
java.lang.Object
com.jenkins.testresultsaggregator.reports.InfluxdbReporter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InfluxdbReporter
-
-
Method Details
-
post
public void post(Aggregated aggregated, String url, String token, String bucket, String org, boolean configurationChanges) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
send
public static void send(com.influxdb.client.write.Point point, String bucket, String org, ArrayList<StringBuffer> errorPosting)
-