Uses of Class
hudson.plugins.analysis.graph.GraphConfigurationView

Packages that use GraphConfigurationView
hudson.plugins.analysis.core   
hudson.plugins.analysis.graph   
 

Uses of GraphConfigurationView in hudson.plugins.analysis.core
 

Methods in hudson.plugins.analysis.core that return GraphConfigurationView
protected  GraphConfigurationView AbstractProjectAction.createDefaultConfiguration()
          Creates a view to configure the trend graph defaults.
protected  GraphConfigurationView AbstractProjectAction.createUserConfiguration(org.kohsuke.stapler.StaplerRequest request)
          Creates a view to configure the trend graph for the current user.
 

Uses of GraphConfigurationView in hudson.plugins.analysis.graph
 

Subclasses of GraphConfigurationView in hudson.plugins.analysis.graph
 class DefaultGraphConfigurationView
          Configures the default values for the trend graph of this plug-in.
 class UserGraphConfigurationView
          Configures the trend graph of this plug-in for the current user and job using a cookie.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.