Uses of Enum
hudson.plugins.global_build_stats.model.HistoricScale
-
Uses of HistoricScale in hudson.plugins.global_build_stats
-
Uses of HistoricScale in hudson.plugins.global_build_stats.model
Modifier and TypeMethodDescriptionBuildStatConfiguration.getHistoricScale()
static HistoricScale
Returns the enum constant of this type with the specified name.static HistoricScale[]
HistoricScale.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionBuildStatConfiguration
(String _id, String _buildStatTitle, int _buildStatWidth, int _buildStatHeight, int _historicLength, HistoricScale _historicScale, YAxisChartType _yAxisChartType, boolean _buildCountsShown, boolean _totalBuildTimeShown, boolean _averageBuildTimeShown, BuildSearchCriteria _buildFilters)