|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HealthDescriptor | |
|---|---|
| hudson.plugins.pmd | |
| hudson.plugins.pmd.util | |
| Uses of HealthDescriptor in hudson.plugins.pmd |
|---|
| Classes in hudson.plugins.pmd that implement HealthDescriptor | |
|---|---|
class |
PmdHealthDescriptor
A health descriptor for PMD build results. |
class |
PmdPublisher
Publishes the results of the PMD analysis (freestyle project type). |
class |
PmdReporter
Publishes the results of the PMD analysis (maven 2 project type). |
| Constructors in hudson.plugins.pmd with parameters of type HealthDescriptor | |
|---|---|
MavenPmdResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthDescriptor healthDescriptor,
java.lang.String defaultEncoding)
Creates a new instance of MavenPmdResultAction. |
|
MavenPmdResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthDescriptor healthDescriptor,
java.lang.String defaultEncoding,
PmdResult result)
Creates a new instance of MavenPmdResultAction. |
|
PmdHealthDescriptor(HealthDescriptor healthDescriptor)
Creates a new instance of PmdHealthDescriptor based on the
values of the specified descriptor. |
|
PmdResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthDescriptor healthDescriptor)
Creates a new instance of PmdResultAction. |
|
PmdResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthDescriptor healthDescriptor,
PmdResult result)
Creates a new instance of PmdResultAction. |
|
| Uses of HealthDescriptor in hudson.plugins.pmd.util |
|---|
| Classes in hudson.plugins.pmd.util that implement HealthDescriptor | |
|---|---|
class |
AbstractHealthDescriptor
A base class for serializable health descriptors. |
class |
HealthAwareMavenReporter
A base class for maven reporters with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen. |
class |
HealthAwarePublisher
A base class for publishers with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen. |
class |
NullHealthDescriptor
A HealthDescriptor that neither has the failure threshold nor the
health report enabled. |
| Methods in hudson.plugins.pmd.util with parameters of type HealthDescriptor | |
|---|---|
hudson.model.Result |
BuildResultEvaluator.evaluateBuildResult(PluginLogger logger,
HealthDescriptor descriptor,
java.util.Collection<FileAnnotation> allAnnotations,
java.util.Collection<FileAnnotation> newAnnotations)
Evaluates the build result. |
| Constructors in hudson.plugins.pmd.util with parameters of type HealthDescriptor | |
|---|---|
AbstractHealthDescriptor(HealthDescriptor healthDescriptor)
Creates a new instance of AbstractHealthDescriptor based on the
values of the specified descriptor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||