Class AzureHttpRecorder
- java.lang.Object
-
- com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder
-
public class AzureHttpRecorder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureHttpRecorder.HttpRecordable
-
Constructor Summary
Constructors Constructor Description AzureHttpRecorder(AppInsightsClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppInsightsClient
getAppInsightsClient()
void
record(AzureHttpRecorder.HttpRecordable recordable)
-
-
-
Constructor Detail
-
AzureHttpRecorder
public AzureHttpRecorder(AppInsightsClient client)
-
-
Method Detail
-
record
public void record(AzureHttpRecorder.HttpRecordable recordable) throws IOException
- Throws:
IOException
-
getAppInsightsClient
public AppInsightsClient getAppInsightsClient()
-
-