|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildResult | |
|---|---|
| hudson.plugins.pmd | |
| hudson.plugins.pmd.util | |
| Uses of BuildResult in hudson.plugins.pmd |
|---|
| Subclasses of BuildResult in hudson.plugins.pmd | |
|---|---|
class |
PmdMavenResult
Represents the aggregated results of the PMD analysis in m2 jobs. |
class |
PmdResult
Represents the results of the PMD analysis. |
| Methods in hudson.plugins.pmd that return BuildResult | |
|---|---|
BuildResult |
PmdPublisher.perform(hudson.model.AbstractBuild<?,?> build,
PluginLogger logger)
Performs the publishing of the results of this plug-in. |
protected BuildResult |
PmdReporter.persistResult(ParserResult project,
hudson.maven.MavenBuild build)
Persists the result in the build (on the master). |
| Uses of BuildResult in hudson.plugins.pmd.util |
|---|
| Classes in hudson.plugins.pmd.util with type parameters of type BuildResult | |
|---|---|
class |
AbstractResultAction<T extends BuildResult>
Controls the live cycle of Hudson results. |
| Methods in hudson.plugins.pmd.util that return BuildResult | |
|---|---|
protected abstract BuildResult |
HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build,
PluginLogger logger)
Performs the publishing of the results of this plug-in. |
protected abstract BuildResult |
HealthAwareMavenReporter.persistResult(ParserResult project,
hudson.maven.MavenBuild build)
Persists the result in the build (on the master). |
| Methods in hudson.plugins.pmd.util with parameters of type BuildResult | |
|---|---|
protected void |
AbstractResultAction.updateBuildHealth(hudson.maven.MavenBuild build,
BuildResult buildResult)
Updates the build status if the number of annotations exceeds one of the thresholds. |
| Constructors in hudson.plugins.pmd.util with parameters of type BuildResult | |
|---|---|
BuildResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
ParserResult result,
BuildResult previous)
Creates a new instance of BuildResult. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||