|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
public abstract class AbstractFileMetrics
Clover Coverage results for multiple classes.
| コンストラクタの概要 | |
|---|---|
AbstractFileMetrics()
|
|
| メソッドの概要 | |
|---|---|
int |
getClasses()
|
int |
getLoc()
|
int |
getNcloc()
|
void |
setClasses(int classes)
|
void |
setLoc(int loc)
|
void |
setNcloc(int ncloc)
|
| クラス org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics から継承されたメソッド |
|---|
getCoveredelements, getCoveredmethods, getCoveredstatements, getElementCoverage, getElements, getMethodCoverage, getMethods, getName, getOwner, getParent, getParents, getPreviousCloverBuildAction, getPreviousResult, getStatementCoverage, getStatements, getTrendGraph, getURLSafeName, relativeUrl, setCoveredelements, setCoveredmethods, setCoveredstatements, setElements, setMethods, setName, setOwner, setParent, setStatements |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AbstractFileMetrics()
| メソッドの詳細 |
|---|
public int getClasses()
public void setClasses(int classes)
public int getLoc()
public void setLoc(int loc)
public int getNcloc()
public void setNcloc(int ncloc)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||