public class CustomReportFormatter extends Object implements TagFormatter<CustomReportFormatter.Tag>
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomReportFormatter.Tag |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NO_ISSUES_TEXT |
static String |
DEFAULT_SOME_ISSUES_TEXT |
| Constructor and Description |
|---|
CustomReportFormatter(Iterable<Issue> issues,
String failMessage,
String successMessage) |
public static final String DEFAULT_NO_ISSUES_TEXT
public static final String DEFAULT_SOME_ISSUES_TEXT
public String getMessage()
getMessage in interface TagFormatter<CustomReportFormatter.Tag>public String getValueToReplace(CustomReportFormatter.Tag tag)
getValueToReplace in interface TagFormatter<CustomReportFormatter.Tag>Copyright © 2004-2015. All Rights Reserved.