|
||||||||||
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
Class containing coverage and complexity methods in the given value range and corresponding paging. This class handles detailed list of methods.
Field Summary | |
---|---|
int |
compl
Complexity lower bound value |
int |
cov
Coverage lower bound value |
Constructor Summary | |
---|---|
CovComplPlotMethods(hudson.model.AbstractBuild<?,?> owner,
List<MethodInfo> methodInfoList,
Analyzer analyzer,
int cov,
int compl,
int page,
int totalCount)
Constructor for detailed level information holder |
Method Summary | |
---|---|
List<MethodInfo> |
getMethodInfoList()
Get MethodInfo list contained this object |
String |
getMethodUrl(MethodInfo methodInfo)
Return the Jenkins URL in which the source code is viewed. |
hudson.model.AbstractBuild<?,?> |
getOwner()
Get the AbstractBuild instance which owns this information. |
Pagination |
getPagination()
Get pagination object so that jelly can render the pagination. |
String |
getTitle()
Get the title shown in the detailed method list page. |
int |
getTotalCount()
Get total item count |
void |
setOwner(hudson.model.AbstractBuild<?,?> owner)
Set AbstractBuild which owns this build |
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, List<MethodInfo> methodInfoList, Analyzer analyzer, int cov, int compl, int page, int totalCount)
owner
- AbstractBuild
owning this instance.methodInfoList
- MethodInfo
listcov
- coverage lower bound valuecompl
- complexity lower bound valueMethod Detail |
---|
public hudson.model.AbstractBuild<?,?> getOwner()
AbstractBuild
instance which owns this information.
public String getTitle()
public String getMethodUrl(MethodInfo methodInfo)
methodInfo
- MethodInfo
instance to be resolved
public Pagination getPagination()
Pagination
instancepublic void setOwner(hudson.model.AbstractBuild<?,?> owner)
AbstractBuild
which owns this build
owner
- AbstractBuild
public List<MethodInfo> getMethodInfoList()
MethodInfo
list contained this object
MethodInfo
listpublic int getTotalCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |