hudson.plugins.ccm
Class ResultSummary

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

public final class ResultSummary
extends Object

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

Since:
3.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

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

Parameters:
result - the result
Returns:
the message

createDeltaMessage

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

Parameters:
result - the result
Returns:
the message


Copyright © 2010-2012 Jenkins. All Rights Reserved.