hudson.plugins.nsiq.model
Class NSiqSummary
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NSiqSummary
public NSiqSummary()
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.