Uses of Class
com.atlassian.plugins.maven.statistics.Statistic

Uses of Statistic in com.atlassian.plugins.maven.statistics
 

Methods in com.atlassian.plugins.maven.statistics that return Statistic
static Statistic Statistic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Statistic[] Statistic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.plugins.maven.statistics with parameters of type Statistic
 void StatsCollector.collect(Statistic type, java.lang.String messageKey, long duration, java.util.concurrent.TimeUnit timeUnit)
           
 void DefaultStatsCollector.collect(Statistic type, java.lang.String messageKey, long duration, java.util.concurrent.TimeUnit timeUnit)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.