hudson.plugins.analysis.collector
Class AnalysisResultSummary

java.lang.Object
  extended by hudson.plugins.analysis.collector.AnalysisResultSummary

public final class AnalysisResultSummary
extends Object

Creates the result summary for the collected analysis results. This summary will be shown in the summary.jelly script of the AnalysisResultAction.

Author:
Ulli Hafner

Method Summary
static String createDeltaMessage(AnalysisResult result)
          Returns the message to show as the result summary.
static String createSummary(AnalysisResult result)
          Returns the message to show as the result summary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createSummary

public static String createSummary(AnalysisResult result)
Returns the message to show as the result summary.

Parameters:
result - the result
Returns:
the message

createDeltaMessage

public static String createDeltaMessage(AnalysisResult result)
Returns the message to show as the result summary.

Parameters:
result - the result
Returns:
the message


Copyright © 2004-2012. All Rights Reserved.