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

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

Uses of ResultAction in hudson.plugins.checkstyle
 

Classes in hudson.plugins.checkstyle that implement ResultAction
 class CheckStyleResultAction
          Controls the live cycle of the Checkstyle results.
 class MavenCheckStyleResultAction
          A CheckStyleResultAction for native maven jobs.
 

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

Uses of ResultAction in hudson.plugins.checkstyle.util
 

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

Methods in hudson.plugins.checkstyle.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.checkstyle.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.checkstyle.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.checkstyle.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.