public interface FailedTestOutputFormatter extends ServerExtension
Modifier and Type | Method and Description |
---|---|
boolean |
canFormat(SBuild build,
FailedTestOutputBean bean)
Returns true if the specified test output can be formatted by this extension and false otherwise
|
java.lang.String |
formatTestForWeb(SBuild build,
int testId,
FailedTestOutputBean bean)
Formats test output.
|
java.lang.String formatTestForWeb(@NotNull SBuild build, int testId, @NotNull FailedTestOutputBean bean)
build
- buildtestId
- current test idbean
- failed test info beanboolean canFormat(@NotNull SBuild build, @NotNull FailedTestOutputBean bean)
build
- buildbean
- failed test info bean