com.jumble.report
Class JumbleRunReport

java.lang.Object
  extended by com.jumble.report.JumbleRunReport

public class JumbleRunReport
extends Object


Constructor Summary
JumbleRunReport()
           
 
Method Summary
 void add(MutatedClassReport report)
           
 List<Package> getPackages()
           
 String getScore()
           
 Integer getScoreAsInt()
           
 String processScores()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JumbleRunReport

public JumbleRunReport()
Method Detail

add

public void add(MutatedClassReport report)

processScores

public String processScores()

getPackages

public List<Package> getPackages()

getScore

public String getScore()

getScoreAsInt

public Integer getScoreAsInt()


Copyright © 2004-2012 Hudson. All Rights Reserved.