hudson.plugins.view.dashboard.test
クラス TestUtil

java.lang.Object
  上位を拡張 hudson.plugins.view.dashboard.test.TestUtil

public class TestUtil
extends java.lang.Object


コンストラクタの概要
TestUtil()
           
 
メソッドの概要
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.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TestUtil

public TestUtil()
メソッドの詳細

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.

パラメータ:
jobs -
戻り値:

getTestResult

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


Copyright © 2004-2011. All Rights Reserved.