public class CruiseControlUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
ensureValidString(java.lang.String fieldName,
java.lang.String toCheck)
Ensure the string value of the string key is not null or empty.
|
static java.lang.String |
toPrettyTime(long time)
Format the time to a pretty string.
|
public static void ensureValidString(java.lang.String fieldName, java.lang.String toCheck)
public static java.lang.String toPrettyTime(long time)
time
- the time to format.