|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrettyLength | |
|---|---|
| com.atlassian.bamboo.utils | |
| Uses of PrettyLength in com.atlassian.bamboo.utils |
|---|
| Methods in com.atlassian.bamboo.utils that return PrettyLength | |
|---|---|
static PrettyLength |
PrettyLength.valueOf(java.lang.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 | |
|---|---|
static java.lang.String |
DurationUtils.getPrettyPrint(long elapsedTimeMillis,
PrettyLength prettyLength)
Formats time to the nearest hour, minute or second. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||