]>
BUILD ${build.result}
Build URL${rooturl}${build.url}
Project:${project.name}
Date of build:${it.timestampString}
Build duration:${build.durationString}

CHANGES
  Revision ${cs.commitId?:cs.revision?:cs.changeNumber} by ${aUser!=null?aUser.displayName:cs.author.displayName}: (${cs.msgAnnotated})
  ${p.editType.name} ${p.path}
No Changes

BUILD ARTIFACTS
  • ${f}

  • BUILD ARTIFACTS
    ${m.key.displayName}
  • ${f}

  • JUnit Tests
    Name: ${packageResult.getName()} Failed: ${packageResult.getFailCount()} test(s), Passed: ${packageResult.getPassCount()} test(s), Skipped: ${packageResult.getSkipCount()} test(s), Total: ${packageResult.getPassCount()+packageResult.getFailCount()+packageResult.getSkipCount()} test(s)
  • Fixed: ${test.getFullName()} (${test.getAge()})
  • Failed: ${failed_test.getFullName()} (${failed_test.getAge()})

  • Cobertura Report
    Project Coverage Summary
    Name ${metric.name}
    ${coberturaResult.name} ${coberturaResult.getCoverage(metric).percentage}% (${coberturaResult.getCoverage(metric)})

    Source

    ${coberturaResult.sourceFileContent}
    ${coberturaResult.relativeSourcePath}

    Source code is unavailable

    Coverage Breakdown by ${element.displayName}
    Name ${metric.name}
    ${child.xmlTransform(child.name)} ${childResult.percentage}% (${childResult}) N/A

    ${aggregationAction.getDisplayName()}
    Tool Low Normal High Error
    ${tool.getName()} ${tool.getLowSize()} ${tool.getNormalSize()} ${tool.getHighSize()} ${tool.getErrorSize()}

    CONSOLE OUTPUT
    ${line}