Uses of Enum Class
hudson.util.TimeUnit2

Packages that use TimeUnit2
Package
Description
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 class with the specified name.
    static TimeUnit2[]
    TimeUnit2.values()
    Deprecated.
    Returns an array containing the constants of this enum class, 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.