Package org.sonarqube.gradle
Class ComputedProperties
java.lang.Object
org.sonarqube.gradle.ComputedProperties
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 Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
properties
-
userDefinedKeys
-
-
Constructor Details
-
ComputedProperties
-