String buildDate = parser.getBuildDate();
statusDisplay.setStatus(status, projectName, buildDate);
}
private void handleRegularProjects(String[] contents) throws ParseException {
MultiRegexStatusParser statusParser = new MultiRegexStatusParser(configs, contents);
statusParser.parse();
updateStatusFrom(statusParser);
}