org.jenkinsci.plugins.cflint
Class SummaryGenerator
java.lang.Object
org.jenkinsci.plugins.cflint.SummaryGenerator
public final class SummaryGenerator
- extends Object
Creates HTML summaries for a Lint result, shown on the build page.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryGenerator
public SummaryGenerator()
createSummary
public static String createSummary(LintResult result)
- Returns the message to show as the result summary.
- Parameters:
result - Lint result
- Returns:
- HTML to display.
createDeltaMessage
public static String createDeltaMessage(LintResult result)
- Returns the message indicating delta from previous build.
- Parameters:
result - Lint result.
- Returns:
- HTML to display.
Copyright © 2004-2014. All Rights Reserved.