public final class ViolationFormatter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getHtmlStringForAggregatedComment(@NotNull Violation violation)
Use this method to create a formatted HTML string representing a violation that will be posted as part of an
aggregated comment.
|
static java.lang.String |
getHtmlStringForInlineComment(@NotNull Violation violation)
Use this method to create a formatted HTML string representing a violation that will be posted as an inline
comment.
|
public static java.lang.String getHtmlStringForInlineComment(@NotNull
@NotNull Violation violation)
public static java.lang.String getHtmlStringForAggregatedComment(@NotNull
@NotNull Violation violation)