|
||||||||||
| 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). |
| Methods in hudson.plugins.pmd that return types with arguments of type BuildResult | |
|---|---|
protected java.lang.Class<? extends ResultAction<? extends BuildResult>> |
PmdResult.getResultActionType()
Returns the actual type of the associated result action. |
protected java.lang.Class<? extends ResultAction<? extends BuildResult>> |
PmdMavenResult.getResultActionType()
Returns the actual type of the associated result action. |
| 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. |
interface |
ResultAction<T extends BuildResult>
Defines an action that is responsible for handling results of the given type T. |
| 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 that return types with arguments of type BuildResult | |
|---|---|
protected abstract java.lang.Class<? extends ResultAction<? extends BuildResult>> |
BuildResult.getResultActionType()
Returns the actual type of the associated result action. |
| Methods in hudson.plugins.pmd.util with parameters of type BuildResult | |
|---|---|
protected abstract java.util.List<java.lang.Integer> |
CategoryBuildResultGraph.computeSeries(BuildResult current)
Returns the series to plot for the specified build result. |
protected java.util.List<java.lang.Integer> |
NewVersusFixedGraph.computeSeries(BuildResult current)
Returns the series to plot for the specified build result. |
protected java.util.List<java.lang.Integer> |
HealthGraph.computeSeries(BuildResult current)
Returns the series to plot for the specified build result. |
protected java.util.List<java.lang.Integer> |
PriorityGraph.computeSeries(BuildResult current)
Returns the series to plot for the specified build result. |
protected void |
AbstractResultAction.updateBuildHealth(hudson.maven.MavenBuild build,
BuildResult buildResult)
Updates the build status if the number of annotations exceeds one of the thresholds. |
| Method parameters in hudson.plugins.pmd.util with type arguments of type BuildResult | |
|---|---|
org.jfree.chart.JFreeChart |
CategoryBuildResultGraph.create(GraphConfiguration configuration,
ResultAction<? extends BuildResult> resultAction,
java.lang.String pluginName)
Creates a PNG image trend graph with clickable map. |
org.jfree.chart.JFreeChart |
DifferenceGraph.create(GraphConfiguration configuration,
ResultAction<? extends BuildResult> resultAction,
java.lang.String pluginName)
Creates a PNG image trend graph. |
abstract org.jfree.chart.JFreeChart |
BuildResultGraph.create(GraphConfiguration configuration,
ResultAction<? extends BuildResult> resultAction,
java.lang.String pluginName)
Creates the trend graph. |
protected org.jfree.chart.JFreeChart |
CategoryBuildResultGraph.createChart(GraphConfiguration configuration,
ResultAction<? extends BuildResult> resultAction)
Creates the chart by iterating through all available actions. |
org.jfree.chart.JFreeChart |
GraphConfiguration.createGraph(AbstractHealthDescriptor healthDescriptor,
ResultAction<? extends BuildResult> resultAction,
java.lang.String url)
Creates the graph. |
abstract org.jfree.chart.JFreeChart |
GraphType.createGraph(GraphConfiguration configuration,
AbstractHealthDescriptor healthDescriptor,
ResultAction<? extends BuildResult> resultAction,
java.lang.String pluginName)
Creates the graph. |
| 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 | |||||||||