Branch: refs/heads/nextgen Home: https://github.com/jenkinsci/testng-plugin-plugin Commit: 43d7641bc66c8d9d2eddaaae549249b342f941f3 https://github.com/jenkinsci/testng-plugin-plugin/commit/43d7641bc66c8d9d2eddaaae549249b342f941f3 Author: Nalin Makar <nul...@nullin.com> Date: 2013-01-15 (Tue, 15 Jan 2013)
Changed paths: M src/main/java/hudson/plugins/testng/results/BaseResult.java M src/main/java/hudson/plugins/testng/results/ClassResult.java M src/main/java/hudson/plugins/testng/results/PackageResult.java M src/main/resources/hudson/plugins/testng/TestNGTestResultBuildAction/index.groovy A src/main/resources/hudson/plugins/testng/TestNGTestResultBuildAction/reportDetail.groovy R src/main/resources/hudson/plugins/testng/TestNGTestResultBuildAction/reportDetail.jelly M src/main/resources/hudson/plugins/testng/results/ClassResult/reportDetail.jelly M src/main/resources/hudson/plugins/testng/results/PackageResult/reportDetail.jelly A src/main/webapp/js/show_all_exec_methods.js A src/main/webapp/js/show_more.js A src/main/webapp/js/toggle_table.js Log Message: ----------- Jelly related updates 1. Moved javascript into separate js files 2. Moved getAge method up into BaseResult 3. Converted TestNGTestResultBuildAction's reportDetail.jelly to .groovy file 4. Removed some methods from PackageResult that are no longer needed NOTE: getAge method is failing (and has been failing).