hudson.plugins.pmd
Class ResultSummary

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

public final class ResultSummary
extends java.lang.Object

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


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

Parameters:
result - the result
Returns:
the message

createDeltaMessage

public static java.lang.String createDeltaMessage(PmdResult result)
Returns the message to show as the result summary.

Parameters:
result - the result
Returns:
the message


Copyright © 2008. All Rights Reserved.