Maven Repository Instabilities Repository
constructor(@Json(name = "url" ) url: String, @Json(name = "networkRequestCount" ) networkRequestCount: Long, @Json(name = "networkRequestErrorCount" ) networkRequestErrorCount: Long, @Json(name = "serialNetworkRequestTime" ) serialNetworkRequestTime: Long, @Json(name = "serialNetworkRequestErrorTime" ) serialNetworkRequestErrorTime: Long, @Json(name = "networkRequestErrorCategories" ) networkRequestErrorCategories: List<MavenRepositoryInstabilitiesCategory>)
Parameters
url
The URL of the repository.
network Request Count
The total number of dependency network requests performed against this repository.
network Request Error Count
The number of dependency network requests against this repository that failed.
serial Network Request Time
The duration in milliseconds representing the sum of times for potentially parallel network requests against this repository. It does not reflect wall clock time but offers a rough estimation of network activity.
serial Network Request Error Time
The duration in milliseconds representing the sum of times for potentially parallel network requests against this repository that failed. It does not reflect wall clock time but offers a rough estimation of network activity.
network Request Error Categories
A breakdown of dependency network request errors for this repository by category.