Uses of Class
com.microsoft.jenkins.azurecommons.telemetry.AppInsightsClient
-
Packages that use AppInsightsClient Package Description com.microsoft.jenkins.azurecommons.telemetry -
-
Uses of AppInsightsClient in com.microsoft.jenkins.azurecommons.telemetry
Methods in com.microsoft.jenkins.azurecommons.telemetry that return AppInsightsClient Modifier and Type Method Description AppInsightsClient
AzureHttpRecorder. getAppInsightsClient()
static AppInsightsClient
AppInsightsClientFactory. getInstance(Class<? extends Plugin> clazz)
AppInsightsClient
AppInsightsClient. withEventNamePrefix(String prefix)
AppInsightsClient
AppInsightsClient. withInstrumentationKey(String key)
Constructors in com.microsoft.jenkins.azurecommons.telemetry with parameters of type AppInsightsClient Constructor Description AzureHttpRecorder(AppInsightsClient client)
-