com.atlassian.jira.util.JiraDurationUtils.DurationFormatter |
Known Indirect Subclasses
JiraDurationUtils.DaysDurationFormatter,
JiraDurationUtils.HoursDurationFormatter,
JiraDurationUtils.PrettyDurationFormatter
|
This interface defines methods for formatting time duration
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Formats a given time duration with given locale.
| |||||||||||
Formats a given time duration with default (system) locale.
| |||||||||||
Formats a given time duration with the given locale in the most compact way possible
| |||||||||||
Formats a given time duration with given locale in the most compact way possible.
|
Formats a given time duration with given locale.
duration | time duration to format |
---|---|
locale | user's locale |
Formats a given time duration with default (system) locale.
duration | time duration to format |
---|
Formats a given time duration with the given locale in the most compact way possible
duration | time duration in seconds |
---|---|
locale | locale to use |
Formats a given time duration with given locale in the most compact way possible.
duration | time duration to format |
---|