Uses of Interface
hudson.plugins.tasks.util.ResultAction

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

Uses of ResultAction in hudson.plugins.tasks
 

Classes in hudson.plugins.tasks that implement ResultAction
 class MavenTasksResultAction
          A TasksResultAction for native maven jobs.
 class TasksResultAction
          Controls the live cycle of the task scanner results.
 

Methods in hudson.plugins.tasks that return types with arguments of type ResultAction
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.
 

Uses of ResultAction in hudson.plugins.tasks.util
 

Classes in hudson.plugins.tasks.util 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.tasks.util that implement ResultAction
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of Hudson results.
 

Methods in hudson.plugins.tasks.util that return ResultAction
 ResultAction<?> AbstractProjectAction.getLastAction()
          Returns the last valid result action.
 ResultAction<T> ResultAction.getPreviousResultAction()
          Returns the result action from the previous build.
 

Methods in hudson.plugins.tasks.util that return types with arguments of type ResultAction
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 ResultAction
 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.
 GraphConfiguration AbstractProjectAction.createGraphConfiguration(org.kohsuke.stapler.StaplerRequest request, ResultAction<?> action)
          Creates the graph configuration from the cookie.
 

Constructors in hudson.plugins.tasks.util with parameters of type ResultAction
DefaultGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project, java.lang.String fileName, ResultAction<?> lastAction)
          Creates a new instance of DefaultGraphConfigurationDetail.
GraphConfigurationDetail(hudson.model.AbstractProject<?,?> project, java.lang.String pluginName, java.lang.String value, ResultAction<?> lastAction)
          Creates a new instance of GraphConfigurationDetail.
UserGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project, java.lang.String pluginName, org.kohsuke.stapler.StaplerRequest request, ResultAction<?> lastAction)
          Creates a new instance of UserGraphConfigurationDetail.
 



Copyright © 2009. All Rights Reserved.