Class JenkinsTelemetryClient
- java.lang.Object
-
- com.microsoft.jenkins.azurecommons.telemetry.JenkinsTelemetryClient
-
public class JenkinsTelemetryClient extends Object
-
-
Constructor Summary
Constructors Constructor Description JenkinsTelemetryClient(String instrumentKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(String eventName, Map<String,String> properties)
No-OP, first step of retiring analytics.void
setInstrumentKey(String instrumentKey)
-
-
-
Constructor Detail
-
JenkinsTelemetryClient
public JenkinsTelemetryClient(String instrumentKey)
-
-
Method Detail
-
setInstrumentKey
public void setInstrumentKey(String instrumentKey)
-
send
public void send(String eventName, Map<String,String> properties) throws IOException
No-OP, first step of retiring analytics.- Throws:
IOException
-
-