|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnit2 | |
---|---|
hudson.util | Other miscellaneous utility code |
Uses of TimeUnit2 in hudson.util |
---|
Methods in hudson.util that return TimeUnit2 | |
---|---|
static TimeUnit2 |
TimeUnit2.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimeUnit2[] |
TimeUnit2.values()
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 | |
---|---|
long |
TimeUnit2.convert(long sourceDuration,
TimeUnit2 sourceUnit)
Convert the given time duration in the given unit to this unit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |