com.thalesgroup.hudson.plugins.cccc.model
Class ProjectSummary

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cccc.model.ProjectSummary
All Implemented Interfaces:
Serializable

public class ProjectSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProjectSummary()
           
 
Method Summary
 int getIF4()
           
 int getIF4Concrete()
           
 float getIF4ConcretePerModule()
           
 float getIF4PerModule()
           
 int getIF4Visible()
           
 float getIF4VisiblePerModule()
           
 int getLinesOfCode()
           
 String getLinesOfCodePerLineOfComment()
           
 float getLinesOfCodePerModule()
           
 int getLinesOfComment()
           
 float getLinesOfCommentPerModule()
           
 int getMcCabesCyclomaticComplexity()
           
 String getMcCabesCyclomaticComplexityPerLineOfComment()
           
 float getMcCabesCyclomaticComplexityPerModule()
           
 int getNbModules()
           
 int getRejectedLinesOfCode()
           
 void setIF4(int if4)
           
 void setIF4Concrete(int concrete)
           
 void setIF4ConcretePerModule(float concretePerModule)
           
 void setIF4PerModule(float perModule)
           
 void setIF4Visible(int visible)
           
 void setIF4VisiblePerModule(float visiblePerModule)
           
 void setLinesOfCode(int linesOfCode)
           
 void setLinesOfCodePerLineOfComment(String linesOfCodePerLineOfComment)
           
 void setLinesOfCodePerModule(float linesOfCodePerModule)
           
 void setLinesOfComment(int linesOfComment)
           
 void setLinesOfCommentPerModule(float linesOfCommentPerModule)
           
 void setMcCabesCyclomaticComplexity(int mcCabesCyclomaticComplexity)
           
 void setMcCabesCyclomaticComplexityPerLineOfComment(String mcCabesCyclomaticComplexityPerLineOfComment)
           
 void setMcCabesCyclomaticComplexityPerModule(float mcCabesCyclomaticComplexityPerModule)
           
 void setNbModules(int nbModules)
           
 void setRejectedLinesOfCode(int rejectedLinesOfCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSummary

public ProjectSummary()
Method Detail

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.