Uses of Class
org.sonar.api.utils.Durations.DurationFormat

Packages that use Durations.DurationFormat
org.sonar.api.utils   
 

Uses of Durations.DurationFormat in org.sonar.api.utils
 

Methods in org.sonar.api.utils that return Durations.DurationFormat
static Durations.DurationFormat Durations.DurationFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Durations.DurationFormat[] Durations.DurationFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.utils with parameters of type Durations.DurationFormat
 String Durations.format(Locale locale, Duration duration, Durations.DurationFormat format)
          Return the formatted work duration.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.