| Package | Description | 
|---|---|
| org.sonar.api.utils | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
Durations.format(Locale locale,
            Duration duration,
            Durations.DurationFormat format)
Return the formatted work duration. 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.