Class FlakySuiteResult
java.lang.Object
com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- All Implemented Interfaces:
Serializable
Result of one test suite augmented with flaky information.
Majority of code copied from hudson.tasks.junit.SuiteResult
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/junit/
SuiteResult.java
- Author:
- Qingzhou Luo
- See Also:
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getName
-
getDuration
@Exported(visibility=9) public float getDuration() -
getStdout
The stdout of this test.- Returns:
- String with stdout
- Since:
- 1.281
- See Also:
-
CaseResult.getStdout()
-
getStderr
The stderr of this test.- Returns:
- String with stderr
- Since:
- 1.281
- See Also:
-
CaseResult.getStderr()
-
getFile
-
getParent
-
getTimestamp
-
getId
-
getCases
-
getPreviousResult
-
getCase
Returns theCaseResult
whoseCaseResult.getName()
is the same as the given string.Note that test name needs not be unique.
- Parameters:
name
- name of case- Returns:
- flaky case result
-
getClassNames
-