public class CustomIssueFormatter extends Object implements IssueFormatter, TagFormatter<CustomIssueFormatter.Tag>
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomIssueFormatter.Tag |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ISSUE_COMMENT_TEXT |
| Constructor and Description |
|---|
CustomIssueFormatter(Issue issue,
String text,
String host) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
escapeHttp(String query) |
String |
getMessage() |
protected String |
getRuleLink(String rule) |
String |
getValueToReplace(CustomIssueFormatter.Tag tag) |
public static final String DEFAULT_ISSUE_COMMENT_TEXT
public String getMessage()
getMessage in interface IssueFormattergetMessage in interface TagFormatter<CustomIssueFormatter.Tag>public String getValueToReplace(CustomIssueFormatter.Tag tag)
getValueToReplace in interface TagFormatter<CustomIssueFormatter.Tag>Copyright © 2016-2017. All Rights Reserved.