hudson.plugins.cpptest
Class ResultSummary

java.lang.Object
  extended by hudson.plugins.cpptest.ResultSummary

public final class ResultSummary
extends Object

Represents the result summary of the Cpptest parser. This summary will be shown in the summary.jelly script of the Cpptest result action.

Author:
Ulli Hafner NQH: adapt for Cpptest

Method Summary
static String createDeltaMessage(CpptestResult result)
          Returns the message to show as the result summary.
static String createSummary(CpptestResult 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(CpptestResult result)
Returns the message to show as the result summary.

Parameters:
result - the result
Returns:
the message

createDeltaMessage

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

Parameters:
result - the result
Returns:
the message


Copyright © 2004-2013. All Rights Reserved.