hudson.plugins.nsiq.model
Class NSiqSummary

java.lang.Object
  extended by hudson.plugins.nsiq.model.NSiqSummary

public class NSiqSummary
extends java.lang.Object

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

Constructor Summary
NSiqSummary()
           
 
Method Summary
 java.lang.String getAverageComplexity()
           
 int getCodeLoc()
           
 int getComplexity()
           
 int getHigh()
           
 java.util.Map<FileType,java.lang.Integer> getLocPerType()
           
 int getLow()
           
 int getMaxComplexity()
           
 int getTotal()
           
 int getTotalLoc()
           
 boolean isLocPerTypeAvailable()
           
 void setCodeLoc(int codeLoc)
           
 void setComplexity(int complexity)
           
 void setHigh(int high)
           
 void setLocPerType(java.util.Map<FileType,java.lang.Integer> locPerType)
           
 void setLow(int low)
           
 void setTotal(int total)
           
 void setTotalLoc(int totalLoc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSiqSummary

public NSiqSummary()
Method Detail

getTotal

public int getTotal()

setTotal

public void setTotal(int total)

getHigh

public int getHigh()

setHigh

public void setHigh(int high)

getLow

public int getLow()

setLow

public void setLow(int low)

getComplexity

public int getComplexity()

setComplexity

public void setComplexity(int complexity)

getTotalLoc

public int getTotalLoc()

setTotalLoc

public void setTotalLoc(int totalLoc)

getCodeLoc

public int getCodeLoc()

setCodeLoc

public void setCodeLoc(int codeLoc)

getMaxComplexity

public int getMaxComplexity()

getAverageComplexity

public java.lang.String getAverageComplexity()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setLocPerType

public void setLocPerType(java.util.Map<FileType,java.lang.Integer> locPerType)

getLocPerType

public java.util.Map<FileType,java.lang.Integer> getLocPerType()

isLocPerTypeAvailable

public boolean isLocPerTypeAvailable()


Copyright © 2004-2011. All Rights Reserved.