Package | Description |
---|---|
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
long |
TimeUnit2.convert(long sourceDuration,
TimeUnit2 sourceUnit)
Convert the given time duration in the given unit to this
unit.
|
Copyright © 2016. All rights reserved.