hudson.plugins.nsiq.parser
Class NSiqResultParser

java.lang.Object
  extended by hudson.plugins.nsiq.parser.NSiqResultParser
All Implemented Interfaces:
NSiqAware

public class NSiqResultParser
extends java.lang.Object
implements NSiqAware

Version:
$Rev$, $Date$
Author:
iceize at NHN Corporation

Field Summary
 
Fields inherited from interface hudson.plugins.nsiq.NSiqAware
HIGH, LOW, SEPARATOR
 
Constructor Summary
NSiqResultParser(java.util.List<Loc> locList, java.util.List<Complexity> complexityList)
           
 
Method Summary
 NSiqSummary getSummary()
           
 java.util.List<NSiqResult> parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSiqResultParser

public NSiqResultParser(java.util.List<Loc> locList,
                        java.util.List<Complexity> complexityList)
Method Detail

parse

public java.util.List<NSiqResult> parse()

getSummary

public NSiqSummary getSummary()


Copyright © 2004-2011. All Rights Reserved.