Class InfluxDBClientWrapper
java.lang.Object
jenkinsci.plugins.influxdb.models.InfluxDBClientWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionInfluxDBClientWrapper(String url, String organization, String database, String retentionPolicy, com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials basicAuthCredentials, org.jenkinsci.plugins.plaincredentials.StringCredentials tokenCredentials, boolean usingJenkinsProxy) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidwritePoints(List<AbstractPoint> pointsToWrite)
-
Constructor Details
-
InfluxDBClientWrapper
public InfluxDBClientWrapper(@Nonnull String url, @Nullable String organization, @Nonnull String database, @Nullable String retentionPolicy, @Nullable com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials basicAuthCredentials, @Nullable org.jenkinsci.plugins.plaincredentials.StringCredentials tokenCredentials, boolean usingJenkinsProxy)
-
-
Method Details
-
getAPIVersion
-
writePoints
-
close
public void close()
-