com.thalesgroup.hudson.plugins.cccc.model
Class ProjectSummary
java.lang.Object
com.thalesgroup.hudson.plugins.cccc.model.ProjectSummary
- All Implemented Interfaces:
- Serializable
public class ProjectSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectSummary
public ProjectSummary()
getNbModules
public int getNbModules()
setNbModules
public void setNbModules(int nbModules)
getLinesOfCode
public int getLinesOfCode()
setLinesOfCode
public void setLinesOfCode(int linesOfCode)
getLinesOfCodePerModule
public float getLinesOfCodePerModule()
setLinesOfCodePerModule
public void setLinesOfCodePerModule(float linesOfCodePerModule)
getMcCabesCyclomaticComplexity
public int getMcCabesCyclomaticComplexity()
setMcCabesCyclomaticComplexity
public void setMcCabesCyclomaticComplexity(int mcCabesCyclomaticComplexity)
getMcCabesCyclomaticComplexityPerModule
public float getMcCabesCyclomaticComplexityPerModule()
setMcCabesCyclomaticComplexityPerModule
public void setMcCabesCyclomaticComplexityPerModule(float mcCabesCyclomaticComplexityPerModule)
getLinesOfComment
public int getLinesOfComment()
setLinesOfComment
public void setLinesOfComment(int linesOfComment)
getLinesOfCommentPerModule
public float getLinesOfCommentPerModule()
setLinesOfCommentPerModule
public void setLinesOfCommentPerModule(float linesOfCommentPerModule)
getLinesOfCodePerLineOfComment
public String getLinesOfCodePerLineOfComment()
setLinesOfCodePerLineOfComment
public void setLinesOfCodePerLineOfComment(String linesOfCodePerLineOfComment)
getMcCabesCyclomaticComplexityPerLineOfComment
public String getMcCabesCyclomaticComplexityPerLineOfComment()
setMcCabesCyclomaticComplexityPerLineOfComment
public void setMcCabesCyclomaticComplexityPerLineOfComment(String mcCabesCyclomaticComplexityPerLineOfComment)
getIF4
public int getIF4()
setIF4
public void setIF4(int if4)
getIF4PerModule
public float getIF4PerModule()
setIF4PerModule
public void setIF4PerModule(float perModule)
getIF4Visible
public int getIF4Visible()
setIF4Visible
public void setIF4Visible(int visible)
getIF4VisiblePerModule
public float getIF4VisiblePerModule()
setIF4VisiblePerModule
public void setIF4VisiblePerModule(float visiblePerModule)
getIF4Concrete
public int getIF4Concrete()
setIF4Concrete
public void setIF4Concrete(int concrete)
getIF4ConcretePerModule
public float getIF4ConcretePerModule()
setIF4ConcretePerModule
public void setIF4ConcretePerModule(float concretePerModule)
getRejectedLinesOfCode
public int getRejectedLinesOfCode()
setRejectedLinesOfCode
public void setRejectedLinesOfCode(int rejectedLinesOfCode)
Copyright © 2004-2011. All Rights Reserved.