|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Analyzer | |
|---|---|
| hudson.plugins.covcomplplot | |
| hudson.plugins.covcomplplot.analyzer | |
| Uses of Analyzer in hudson.plugins.covcomplplot |
|---|
| Fields in hudson.plugins.covcomplplot declared as Analyzer | |
|---|---|
Analyzer |
CovComplPlotPublisher.analyzer
Analyzer to be used in this instance. |
| Methods in hudson.plugins.covcomplplot that return Analyzer | |
|---|---|
Analyzer |
CovComplPlotPublisher.getAnalyzer()
Get analyzer |
| Methods in hudson.plugins.covcomplplot with parameters of type Analyzer | |
|---|---|
java.util.List<MethodInfo> |
CovComplPlotPublisher.getCovComplMethodInfoList(Analyzer analyzer,
hudson.model.AbstractBuild<?,?> build,
boolean excludeGetterSetter,
java.lang.String rootDir,
LoggerWrapper logger)
Create MethodInfo list using given analyzer. |
| Constructors in hudson.plugins.covcomplplot with parameters of type Analyzer | |
|---|---|
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 |
|
CovComplPlotPublisher(Analyzer analyzer,
boolean excludeGetterSetter,
boolean verbose,
boolean locateTopMost)
Constructor |
|
CovComplPlotTaget(hudson.model.AbstractBuild<?,?> owner,
java.util.List<MethodInfo> methodInfoList,
Analyzer analyzer,
java.util.Calendar ownersTimeStamp)
Constructor |
|
| Uses of Analyzer in hudson.plugins.covcomplplot.analyzer |
|---|
| Methods in hudson.plugins.covcomplplot.analyzer that return Analyzer | |
|---|---|
static Analyzer |
Analyzer.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Analyzer[] |
Analyzer.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in hudson.plugins.covcomplplot.analyzer with parameters of type Analyzer | |
|---|---|
org.dom4j.Document |
AbstractMethodInfoHandler.getBuildArtifact(hudson.model.AbstractBuild<?,?> build,
java.lang.String fileName,
Analyzer forWhat)
Get build xml artifact |
java.util.List<MethodInfo> |
CloverMethodHandler.process(hudson.model.AbstractBuild<?,?> build,
boolean excludeGetterSetter,
java.lang.String remoteDir,
LoggerWrapper logger,
Analyzer analyzer)
|
abstract java.util.List<MethodInfo> |
AbstractMethodInfoHandler.process(hudson.model.AbstractBuild<?,?> build,
boolean excludeGetterSetter,
java.lang.String rootDir,
LoggerWrapper logger,
Analyzer analyzer)
Parse the Hudson plugin result and return the MethodInfo list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||