Uses of Enum Class
com.atlassian.bamboo.utils.PrettyLength
-
Uses of PrettyLength in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic PrettyLength
Returns the enum constant of this class with the specified name.static PrettyLength[]
PrettyLength.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
DurationUtils.getPrettyPrint
(long elapsedTimeMillis, PrettyLength prettyLength) Formats time to the nearest hour, minute or second.