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

Packages that use HistoricScale
hudson.plugins.global_build_stats.model   
 

Uses of HistoricScale in hudson.plugins.global_build_stats.model
 

Methods in hudson.plugins.global_build_stats.model that return HistoricScale
 HistoricScale BuildStatConfiguration.getHistoricScale()
           
static HistoricScale HistoricScale.valueOf(java.lang.String name)
          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.
 

Constructors in hudson.plugins.global_build_stats.model with parameters of type HistoricScale
BuildStatConfiguration(java.lang.String _buildStatTitle, int _buildStatWidth, int _buildStatHeight, int _historicLength, HistoricScale _historicScale, java.lang.String _jobFilter, boolean successShown, boolean failuresShown, boolean unstablesShown, boolean abortedShown, boolean notBuildsShown)
           
 



Copyright © 2010. All Rights Reserved.