java.lang.Object
org.jenkinsci.plugins.testresultsanalyzer.result.info.Info
org.jenkinsci.plugins.testresultsanalyzer.result.info.TestCaseInfo

public class TestCaseInfo extends Info
  • Constructor Details Link icon

    • TestCaseInfo Link icon

      public TestCaseInfo()
  • Method Details Link icon

    • putTestCaseResult Link icon

      public void putTestCaseResult(Integer buildNumber, hudson.tasks.test.TestResult testCaseResult, String url)
    • getChildren Link icon

      public Map<String,? extends Info> getChildren()
      Specified by:
      getChildren in class Info