Class JUnitFlakyTestData
java.lang.Object
hudson.tasks.junit.TestResultAction.Data
com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestData
public class JUnitFlakyTestData
extends hudson.tasks.junit.TestResultAction.Data
Data object to hold rerun information for all the test cases
- Author:
- Qingzhou Luo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends hudson.tasks.junit.TestAction>
getTestAction
(hudson.tasks.junit.TestObject testObject) Get action to display rerun information for each test case
-
Constructor Details
-
JUnitFlakyTestData
-
-
Method Details
-
getTestAction
public List<? extends hudson.tasks.junit.TestAction> getTestAction(hudson.tasks.junit.TestObject testObject) Get action to display rerun information for each test case- Specified by:
getTestAction
in classhudson.tasks.junit.TestResultAction.Data
- Parameters:
testObject
- the test object to get information for- Returns:
- action to display rerun information for the given test
-