Skip to content

Commit 721b071

Browse files
zipengwuzipeng-wu-sonarsource
authored andcommitted
PLUGINAPI-29 New property type "FORMATTED_TEXT" for properties that contain formatting markers
1 parent ac1d172 commit 721b071

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sonar-plugin-api/src/main/java/org/sonar/api/PropertyType.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,10 @@ public enum PropertyType {
113113
* JSON property type
114114
* @since 8.8
115115
*/
116-
JSON
116+
JSON,
117+
/**
118+
* Custom formatted text type
119+
* @since 9.8
120+
*/
121+
FORMATTED_TEXT
117122
}

0 commit comments

Comments
 (0)