org.jenkinsci.plugins.android_lint
Class SummaryGenerator
java.lang.Object
org.jenkinsci.plugins.android_lint.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-2012. All Rights Reserved.