|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PmdResult | |
|---|---|
| hudson.plugins.pmd | |
| Uses of PmdResult in hudson.plugins.pmd |
|---|
| Subclasses of PmdResult in hudson.plugins.pmd | |
|---|---|
class |
PmdMavenResult
Represents the aggregated results of the PMD analysis in m2 jobs. |
| Methods in hudson.plugins.pmd that return PmdResult | |
|---|---|
PmdResult |
PmdResultBuilder.build(hudson.model.AbstractBuild<?,?> build,
hudson.plugins.analysis.core.ParserResult result,
java.lang.String defaultEncoding)
Creates a result that persists the PMD information for the specified build. |
| Methods in hudson.plugins.pmd with parameters of type PmdResult | |
|---|---|
static java.lang.String |
ResultSummary.createDeltaMessage(PmdResult result)
Returns the message to show as the result summary. |
static java.lang.String |
ResultSummary.createSummary(PmdResult result)
Returns the message to show as the result summary. |
| Constructors in hudson.plugins.pmd with parameters of type PmdResult | |
|---|---|
MavenPmdResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
java.lang.String defaultEncoding,
PmdResult result)
Creates a new instance of MavenPmdResultAction. |
|
PmdMavenResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
PmdResult previous)
Creates a new instance of PmdMavenResult. |
|
PmdResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
PmdResult previous)
Creates a new instance of PmdResult. |
|
PmdResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
PmdResult result)
Creates a new instance of PmdResultAction. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||