hudson.plugins.view.dashboard.test
クラス TestResult
java.lang.Object
hudson.plugins.view.dashboard.test.TestResult
- 直系の既知のサブクラス:
- TestResultSummary
public class TestResult
- extends java.lang.Object
|
コンストラクタの概要 |
TestResult(hudson.model.Job job,
int tests,
int failed,
int skipped)
|
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tests
protected int tests
success
protected int success
failed
protected int failed
skipped
protected int skipped
TestResult
public TestResult(hudson.model.Job job,
int tests,
int failed,
int skipped)
getJob
public hudson.model.Job getJob()
getTests
public int getTests()
getSuccess
public int getSuccess()
getSuccessPct
public double getSuccessPct()
getFailed
public int getFailed()
getFailedPct
public double getFailedPct()
getSkipped
public int getSkipped()
getSkippedPct
public double getSkippedPct()
Copyright © 2004-2011. All Rights Reserved.