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