Uses of Enum
hudson.plugins.global_build_stats.model.YAxisChartType
-
Uses of YAxisChartType in hudson.plugins.global_build_stats
-
Uses of YAxisChartType in hudson.plugins.global_build_stats.model
Modifier and TypeMethodDescriptionBuildStatConfiguration.getyAxisChartType()
static YAxisChartType
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.Modifier and TypeMethodDescriptionvoid
BuildStatConfiguration.setyAxisChartType
(YAxisChartType yAxisChartType) ModifierConstructorDescriptionBuildStatConfiguration
(String _id, String _buildStatTitle, int _buildStatWidth, int _buildStatHeight, int _historicLength, HistoricScale _historicScale, YAxisChartType _yAxisChartType, boolean _buildCountsShown, boolean _totalBuildTimeShown, boolean _averageBuildTimeShown, BuildSearchCriteria _buildFilters)