Uses of Class
hudson.plugins.analysis.core.BuildResult

Packages that use BuildResult
hudson.plugins.analysis.core   
hudson.plugins.analysis.graph   
hudson.plugins.analysis.tokens   
hudson.plugins.analysis.views   
 

Uses of BuildResult in hudson.plugins.analysis.core
 

Classes in hudson.plugins.analysis.core with type parameters of type BuildResult
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of the results in a job.
 class HealthAwareReporter<T extends BuildResult>
          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 MavenResultAction<T extends BuildResult>
          Base class for Maven aggregated build reports.
 interface ResultAction<T extends BuildResult>
          Defines an action that is responsible for handling results of the given type T.
 

Methods in hudson.plugins.analysis.core that return BuildResult
 BuildResult NullBuildHistory.getPreviousResult()
           
 BuildResult BuildResult.getPreviousResult()
          Returns the previous build result.
 BuildResult BuildHistory.getPreviousResult()
          Returns the previous build result.
protected abstract  BuildResult AnnotationsAggregator.getResult(hudson.matrix.MatrixRun run)
          Returns the annotations of the specified run.
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)
          Deprecated. Persists the result in the build (on the master).
 

Methods in hudson.plugins.analysis.core that return types with arguments of type BuildResult
 ResultAction<? extends BuildResult> NullBuildHistory.getBaseline()
           
 ResultAction<? extends BuildResult> BuildHistory.getBaseline()
          Returns the baseline action.
 ResultAction<? extends BuildResult> BuildHistory.getResultAction(hudson.model.AbstractBuild<?,?> build)
          Returns the result action of the specified build that should be used to compute the history.
protected abstract  Class<? extends ResultAction<? extends BuildResult>> BuildResult.getResultActionType()
          Returns the actual type of the associated result action.
 

Methods in hudson.plugins.analysis.core with parameters of type BuildResult
protected  void AbstractResultAction.updateBuildHealth(hudson.maven.MavenBuild build, BuildResult buildResult)
          Deprecated. replaced by MavenResultAction
protected  void HealthAwarePublisher.updateBuildResult(BuildResult result, PluginLogger logger)
          Will be invoked after the build result has been evaluated.
 

Constructor parameters in hudson.plugins.analysis.core with type arguments of type BuildResult
BuildHistory(hudson.model.AbstractBuild<?,?> baseline, Class<? extends ResultAction<? extends BuildResult>> type)
          Creates a new instance of BuildHistory.
 

Uses of BuildResult in hudson.plugins.analysis.graph
 

Methods in hudson.plugins.analysis.graph with parameters of type BuildResult
static long BuildResultGraph.computeDayDelta(Calendar first, BuildResult second)
          Computes the delta between two dates in days.
protected  List<Integer> TotalsGraph.computeSeries(BuildResult current)
           
protected  List<Integer> PriorityGraph.computeSeries(BuildResult current)
           
protected  List<Integer> NewVersusFixedGraph.computeSeries(BuildResult current)
           
protected  List<Integer> HealthGraph.computeSeries(BuildResult current)
           
protected abstract  List<Integer> CategoryBuildResultGraph.computeSeries(BuildResult current)
          Returns the series to plot for the specified build result.
protected  boolean BuildResultGraph.isBuildTooOld(GraphConfiguration configuration, BuildResult current)
          Returns whether the specified build result is too old in order to be considered for the trend graph.
 

Method parameters in hudson.plugins.analysis.graph with type arguments of type BuildResult
 org.jfree.chart.JFreeChart EmptyGraph.create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, String pluginName)
           
 org.jfree.chart.JFreeChart DifferenceGraph.create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, String pluginName)
           
 org.jfree.chart.JFreeChart CategoryBuildResultGraph.create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, String pluginName)
          Creates a PNG image trend graph with clickable map.
abstract  org.jfree.chart.JFreeChart BuildResultGraph.create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, String pluginName)
          Creates a PNG image trend graph with clickable map.
 org.jfree.chart.JFreeChart EmptyGraph.createAggregation(GraphConfiguration configuration, Collection<ResultAction<? extends BuildResult>> resultActions, String pluginName)
           
 org.jfree.chart.JFreeChart DifferenceGraph.createAggregation(GraphConfiguration configuration, Collection<ResultAction<? extends BuildResult>> resultActions, String pluginName)
           
 org.jfree.chart.JFreeChart CategoryBuildResultGraph.createAggregation(GraphConfiguration configuration, Collection<ResultAction<? extends BuildResult>> resultActions, String pluginName)
          Creates a PNG image trend graph with clickable map.
abstract  org.jfree.chart.JFreeChart BuildResultGraph.createAggregation(GraphConfiguration configuration, Collection<ResultAction<? extends BuildResult>> resultActions, String pluginName)
          Creates a PNG image trend graph with clickable map.
protected  org.jfree.chart.JFreeChart CategoryBuildResultGraph.createChart(GraphConfiguration configuration, ResultAction<? extends BuildResult> action)
          Creates the chart by iterating through all available actions.
 

Uses of BuildResult in hudson.plugins.analysis.tokens
 

Methods in hudson.plugins.analysis.tokens with parameters of type BuildResult
protected abstract  String AbstractTokenMacro.evaluate(BuildResult result)
          Evaluates the build result and returns the string value of the token.
protected  String AbstractResultTokenMacro.evaluate(BuildResult result)
           
protected  String AbstractNewAnnotationsTokenMacro.evaluate(BuildResult result)
           
protected  String AbstractFixedAnnotationsTokenMacro.evaluate(BuildResult result)
           
protected  String AbstractAnnotationsCountTokenMacro.evaluate(BuildResult result)
           
 

Uses of BuildResult in hudson.plugins.analysis.views
 

Method parameters in hudson.plugins.analysis.views with type arguments of type BuildResult
static void DetailFactory.addDetailBuilder(Class<? extends ResultAction<? extends BuildResult>> actionType, DetailFactory detailBuilder)
          Sets the detail builder class to the specified value.
static DetailFactory DetailFactory.create(Class<? extends ResultAction<? extends BuildResult>> actionType)
          Creates a new detail builder.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.