Uses of Enum Class
hudson.plugins.global_build_stats.model.YAxisChartType
Packages that use YAxisChartType
-
Uses of YAxisChartType in hudson.plugins.global_build_stats
Methods in hudson.plugins.global_build_stats that return YAxisChartType -
Uses of YAxisChartType in hudson.plugins.global_build_stats.model
Methods in hudson.plugins.global_build_stats.model that return YAxisChartTypeModifier and TypeMethodDescriptionBuildStatConfiguration.getyAxisChartType()
static YAxisChartType
Returns the enum constant of this class with the specified name.static YAxisChartType[]
YAxisChartType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.plugins.global_build_stats.model with parameters of type YAxisChartTypeModifier and TypeMethodDescriptionvoid
BuildStatConfiguration.setyAxisChartType
(YAxisChartType yAxisChartType) Constructors in hudson.plugins.global_build_stats.model with parameters of type YAxisChartTypeModifierConstructorDescriptionBuildStatConfiguration
(String _id, String _buildStatTitle, int _buildStatWidth, int _buildStatHeight, int _historicLength, HistoricScale _historicScale, YAxisChartType _yAxisChartType, boolean _buildCountsShown, boolean _totalBuildTimeShown, boolean _averageBuildTimeShown, BuildSearchCriteria _buildFilters)