hudson.plugins.view.dashboard.test
Class TestUtil

java.lang.Object
  extended by hudson.plugins.view.dashboard.test.TestUtil

public class TestUtil
extends java.lang.Object


Constructor Summary
TestUtil()
           
 
Method Summary
static TestResult getTestResult(hudson.model.Run run)
           
static TestResultSummary getTestResultSummary(java.util.Collection<hudson.model.Job> jobs)
          Summarize the last test results from the passed set of jobs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtil

public TestUtil()
Method Detail

getTestResultSummary

public static TestResultSummary getTestResultSummary(java.util.Collection<hudson.model.Job> jobs)
Summarize the last test results from the passed set of jobs. If a job doesn't include any tests, add a 0 summary.

Parameters:
jobs -
Returns:

getTestResult

public static TestResult getTestResult(hudson.model.Run run)


Copyright © 2010. All Rights Reserved.