AnalyzeExecutionRequest

data class AnalyzeExecutionRequest(val projectPath: Path, val includeChains: Boolean, val disableMaven: Boolean, val disableGradle: Boolean, val verbose: Boolean, val treeMaxDepth: Int?, val treeExpandMode: TreeExpandMode, val timeoutSeconds: Long, val vulnerabilitySourceMode: VulnerabilitySourceMode, val showCommandOutput: Boolean = false, val ossIndexToken: String?, val nvdApiKey: String?, val onPartialReport: (DependencyReport) -> Unit? = null)

Constructors

Link copied to clipboard
constructor(projectPath: Path, includeChains: Boolean, disableMaven: Boolean, disableGradle: Boolean, verbose: Boolean, treeMaxDepth: Int?, treeExpandMode: TreeExpandMode, timeoutSeconds: Long, vulnerabilitySourceMode: VulnerabilitySourceMode, showCommandOutput: Boolean = false, ossIndexToken: String?, nvdApiKey: String?, onPartialReport: (DependencyReport) -> Unit? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard