All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.tasks.test.MetaTabulatedResult.body.jelly Maven / Gradle / Ivy

The newest version!
 





  

  
    

${%All Failed Tests}

${%Test Name} ${%Duration} ${%Age}
>>> ${f.duration} ${f.age}

${%All Tests}

${it.childTitle} ${%Duration} ${%Fail} (${%diff}) ${%Skip} (${%diff}) ${%Total} (${%diff})
${p.durationString} ${p.failCount} ${h.getDiffString2(p.failCount-prev.failCount)} ${p.skipCount} ${h.getDiffString2(p.skipCount-prev.skipCount)} ${p.totalCount} ${h.getDiffString2(p.totalCount-prev.totalCount)}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy