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

public class TestCaseInfo extends Info
  • Constructor Details

    • TestCaseInfo

      public TestCaseInfo()
  • Method Details

    • putTestCaseResult

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

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