Uses of Enum Class
com.atlassian.bamboo.utils.PrettyLength
Packages that use PrettyLength
-
Uses of PrettyLength in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return PrettyLengthModifier 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.Methods in com.atlassian.bamboo.utils with parameters of type PrettyLengthModifier and TypeMethodDescriptionstatic String
DurationUtils.getPrettyPrint
(long elapsedTimeMillis, PrettyLength prettyLength) Formats time to the nearest hour, minute or second.