Uses of Class
com.atlassian.bamboo.utils.PrettyLength
-
Packages that use PrettyLength Package Description com.atlassian.bamboo.utils -
-
Uses of PrettyLength in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return PrettyLength Modifier and Type Method Description static PrettyLength
PrettyLength. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrettyLength[]
PrettyLength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.utils with parameters of type PrettyLength Modifier and Type Method Description static String
DurationUtils. getPrettyPrint(long elapsedTimeMillis, PrettyLength prettyLength)
Formats time to the nearest hour, minute or second.
-