Uses of Interface
hudson.plugins.analysis.core.ResultAction

Packages that use ResultAction
hudson.plugins.analysis.core   
hudson.plugins.analysis.graph   
hudson.plugins.analysis.views   
 

Uses of ResultAction in hudson.plugins.analysis.core
 

Classes in hudson.plugins.analysis.core with type parameters of type ResultAction
 class AbstractProjectAction<T extends ResultAction<?>>
          A project action displays a link on the side panel of a project.
 

Classes in hudson.plugins.analysis.core that implement ResultAction
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of the results in a job.
 class MavenResultAction<T extends BuildResult>
          Base class for Maven aggregated build reports.
 

Methods in hudson.plugins.analysis.core that return ResultAction
 ResultAction<? extends BuildResult> NullBuildHistory.getBaseline()
           
 ResultAction<? extends BuildResult> BuildHistory.getBaseline()
          Returns the baseline action.
 ResultAction<?> AbstractProjectAction.getLastAction()
          Returns the last valid result 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.
 

Methods in hudson.plugins.analysis.core that return types with arguments of type ResultAction
protected abstract  Class<? extends ResultAction<? extends BuildResult>> BuildResult.getResultActionType()
          Returns the actual type of the associated result action.
 

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

Uses of ResultAction in hudson.plugins.analysis.graph
 

Methods in hudson.plugins.analysis.graph with parameters of type ResultAction
 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.
protected  org.jfree.chart.JFreeChart CategoryBuildResultGraph.createChart(GraphConfiguration configuration, ResultAction<? extends BuildResult> action)
          Creates the chart by iterating through all available actions.
 hudson.util.Graph BuildResultGraph.getGraph(long timestamp, GraphConfiguration configuration, String pluginName, ResultAction<?> lastAction)
          Returns the new graph object that wraps the actual JFreeChart into a PNG image or map.
 

Method parameters in hudson.plugins.analysis.graph with type arguments of type ResultAction
 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.
 hudson.util.Graph BuildResultGraph.getGraph(long timestamp, GraphConfiguration configuration, String pluginName, Collection<ResultAction<?>> actions)
          Returns the new graph object that wraps the actual JFreeChart into a PNG image or map.
 

Uses of ResultAction in hudson.plugins.analysis.views
 

Method parameters in hudson.plugins.analysis.views with type arguments of type ResultAction
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.