JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
Packages that use
FlakyTestResult
Package
Description
com.google.jenkins.flakyTestHandler.junit
com.google.jenkins.flakyTestHandler.plugin
Uses of
FlakyTestResult
in
com.google.jenkins.flakyTestHandler.junit
Methods in
com.google.jenkins.flakyTestHandler.junit
that return
FlakyTestResult
Modifier and Type
Method
Description
FlakyTestResult
FlakyPackageResult.
getParent
()
FlakyTestResult
FlakySuiteResult.
getParent
()
Uses of
FlakyTestResult
in
com.google.jenkins.flakyTestHandler.plugin
Methods in
com.google.jenkins.flakyTestHandler.plugin
that return
FlakyTestResult
Modifier and Type
Method
Description
FlakyTestResult
FlakyTestResultCollector.
call
()
Constructors in
com.google.jenkins.flakyTestHandler.plugin
with parameters of type
FlakyTestResult
Modifier
Constructor
Description
JUnitFlakyTestData
(
FlakyTestResult
flakyTestResult)