Uses of Class
hudson.plugins.tasks.util.BuildResult

Packages that use BuildResult
hudson.plugins.tasks   
hudson.plugins.tasks.util   
 

Uses of BuildResult in hudson.plugins.tasks
 

Subclasses of BuildResult in hudson.plugins.tasks
 class TasksMavenResult
          Represents the aggregated results of the PMD analysis in m2 jobs.
 class TasksResult
          Represents the results of the task scanner.
 

Methods in hudson.plugins.tasks that return BuildResult
protected  BuildResult TasksPublisher.perform(hudson.model.AbstractBuild<?,?> build, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
protected  BuildResult TasksReporter.persistResult(ParserResult project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

Methods in hudson.plugins.tasks that return types with arguments of type BuildResult
protected  java.lang.Class<? extends ResultAction<? extends BuildResult>> TasksResult.getResultActionType()
          Returns the actual type of the associated result action.
protected  java.lang.Class<? extends ResultAction<? extends BuildResult>> TasksMavenResult.getResultActionType()
          Returns the actual type of the associated result action.
 

Constructors in hudson.plugins.tasks with parameters of type BuildResult
TasksMavenResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, TasksParserResult result, BuildResult previous, java.lang.String highTags, java.lang.String normalTags, java.lang.String lowTags)
          Creates a new instance of TasksMavenResult.
TasksResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, TasksParserResult result, BuildResult previous, java.lang.String highTags, java.lang.String normalTags, java.lang.String lowTags)
          Creates a new instance of TasksResult.
 

Uses of BuildResult in hudson.plugins.tasks.util
 

Classes in hudson.plugins.tasks.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.tasks.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.tasks.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.tasks.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.tasks.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.tasks.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.
 



Copyright © 2009. All Rights Reserved.