Uses of Class
hudson.util.TimeUnit2
-
Packages that use TimeUnit2 Package Description hudson.util Other miscellaneous utility code -
-
Uses of TimeUnit2 in hudson.util
Methods in hudson.util that return TimeUnit2 Modifier and Type Method Description static TimeUnit2
TimeUnit2. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static TimeUnit2[]
TimeUnit2. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson.util with parameters of type TimeUnit2 Modifier and Type Method Description long
TimeUnit2. convert(long sourceDuration, TimeUnit2 sourceUnit)
Deprecated.Convert the given time duration in the given unit to this unit.
-