## $Revision$ $Date$
#parse("notification_email_header.vm")
#if (!${success})
#set ($cssClass="highlight")
#end
${description} #if (${success}) finished #else failed#end
for project [#${project.id}] #linkProject(${project})
#titleHr(${module})
#bold("Statistics:")
- Process started $textFormatter.formatDate(${user},${stats.startDate}).
- SCM checkout processed $textFormatter.formatLong(${stats.SCMCheckout.counter}) entries in $textFormatter.formatLong(${stats.SCMCheckout.runtime}) seconds.
- SCM history processed $textFormatter.formatLong(${stats.ReadingSCMHistory.counter}) entries in $textFormatter.formatLong(${stats.ReadingSCMHistory.runtime}) seconds.
- Imported $textFormatter.formatLong(${stats.ImportAndParse.counter}) entries in $textFormatter.formatLong(${stats.ImportAndParse.runtime}) seconds.
- Total processing time is $textFormatter.formatDurationWords(${runtime})#if (${runtime}>60) (${textFormatter.formatLong(${runtime})} seconds)#end.
#if (${success})
#if (${hasSCMRepository})
Browse SCM Repository
#end
#else
#bold("Output of the process:")
#end
#parse("notification_email_footer.vm")