DiscoveryResponse

data class DiscoveryResponse(val analysisKind: String)

A note that indicates a type of analysis a provider would perform. This note exists in a provider's project. A Discovery occurrence is created in a consumer's project at the start of analysis.

Constructors

Link copied to clipboard
constructor(analysisKind: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The kind of analysis that is handled by this discovery.