Uses of Class
hudson.plugins.global_build_stats.model.YAxisChartType

Packages that use YAxisChartType
hudson.plugins.global_build_stats   
hudson.plugins.global_build_stats.model   
 

Uses of YAxisChartType in hudson.plugins.global_build_stats
 

Methods in hudson.plugins.global_build_stats that return YAxisChartType
 YAxisChartType[] GlobalBuildStatsPlugin.getYAxisChartTypes()
           
 

Uses of YAxisChartType in hudson.plugins.global_build_stats.model
 

Methods in hudson.plugins.global_build_stats.model that return YAxisChartType
 YAxisChartType BuildStatConfiguration.getyAxisChartType()
           
static YAxisChartType YAxisChartType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static YAxisChartType[] YAxisChartType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.global_build_stats.model with parameters of type YAxisChartType
 void BuildStatConfiguration.setyAxisChartType(YAxisChartType yAxisChartType)
           
 

Constructors in hudson.plugins.global_build_stats.model with parameters of type YAxisChartType
BuildStatConfiguration(java.lang.String _id, java.lang.String _buildStatTitle, int _buildStatWidth, int _buildStatHeight, int _historicLength, HistoricScale _historicScale, YAxisChartType _yAxisChartType, boolean _buildCountsShown, boolean _totalBuildTimeShown, boolean _averageBuildTimeShown, BuildSearchCriteria _buildFilters)
           
 



Copyright © 2010. All Rights Reserved.