|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.covcomplplot.CovComplPlotMethods
public class CovComplPlotMethods
Target containing coverage and complexity methods. This class handles graph
and map generation in default and This class handles method list output when
it is used in the detailed view. CovComplPlotMethods is used as a top
level information holder and detailed information holder as well.
| Field Summary | |
|---|---|
int |
compl
Complexity Lower Bound |
int |
cov
Coverage Lower Bound |
| Constructor Summary | |
|---|---|
CovComplPlotMethods(hudson.model.AbstractBuild<?,?> owner,
java.util.List<MethodInfo> methodInfoList,
Analyzer analyzer)
Constructor for top level information holder. |
|
CovComplPlotMethods(hudson.model.AbstractBuild<?,?> owner,
java.util.List<MethodInfo> methodInfoList,
Analyzer analyzer,
int cov,
int compl,
int page,
int totalCount)
Constructor for detailed level information holder |
|
| Method Summary | |
|---|---|
java.util.List<MethodInfo> |
getMethodInfoList()
|
java.lang.String |
getMethodUrlLocation(MethodInfo methodInfo)
|
hudson.model.AbstractBuild<?,?> |
getOwner()
Get the build which owns this information. |
Pagination |
getPagination()
|
java.lang.String |
getTitle()
|
int |
getTotalCount()
|
java.lang.String |
getUrl(MethodInfo methodInfo)
|
void |
setOwner(hudson.model.AbstractBuild<?,?> owner)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int cov
public final int compl
| Constructor Detail |
|---|
public CovComplPlotMethods(hudson.model.AbstractBuild<?,?> owner,
java.util.List<MethodInfo> methodInfoList,
Analyzer analyzer,
int cov,
int compl,
int page,
int totalCount)
owner - methodInfoList - cov - compl -
public CovComplPlotMethods(hudson.model.AbstractBuild<?,?> owner,
java.util.List<MethodInfo> methodInfoList,
Analyzer analyzer)
owner - methodInfoList - totalSize - page - compl2 - cov2 - ownersTimeStamp - | Method Detail |
|---|
public hudson.model.AbstractBuild<?,?> getOwner()
public java.lang.String getUrl(MethodInfo methodInfo)
public java.lang.String getTitle()
public java.lang.String getMethodUrlLocation(MethodInfo methodInfo)
public Pagination getPagination()
public void setOwner(hudson.model.AbstractBuild<?,?> owner)
public java.util.List<MethodInfo> getMethodInfoList()
public int getTotalCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||