Class ComputedProperties

java.lang.Object
org.sonarqube.gradle.ComputedProperties

public class ComputedProperties extends Object
Holds computed Sonar properties along with the set of keys for properties that users explicitly defined (via the sonar {} DSL, system properties, or environment variables).

The distinction is important because user-defined properties should not be filtered for non-existing paths, as users may legitimately reference paths that don't exist yet or use wildcards/placeholders.

  • Field Details

  • Constructor Details