Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19898

hudson.tasks.test isn't generic enough for extension

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None

      In trying to write an custom parser and test implementation using hudson.tasks.test it is apparant that some of the hudson.tasks.test classes assume the junit implementation.

      e.g.
      hudson.tasks.test.AbstractTestResultAction
      contains the method
      public List<CaseResult> getFailedTests
      which hard codes it to the junit implemtnations.

      MetaTabultatedResult body.jelly assumes that the "? extends TestResult" has a fullName when rendering the failed test (which is not declared on this object but defined on CaseResult).

          [JENKINS-19898] hudson.tasks.test isn't generic enough for extension

          James Nord created issue -
          James Nord made changes -
          Assignee New: James Nord [ teilo ]
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 151419 ] New: JNJira + In-Review [ 193921 ]
          James Nord made changes -
          Assignee Original: James Nord [ teilo ]

            Unassigned Unassigned
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: