Class JUnitFlakyAggregatedTestDataAction
java.lang.Object
hudson.tasks.junit.TestAction
com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- All Implemented Interfaces:
Action
,ModelObject
public class JUnitFlakyAggregatedTestDataAction
extends hudson.tasks.junit.TestAction
Action to aggregate flaky information for a single test class
- Author:
- Qingzhou Luo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
Get the path of the image to display for the test classint
Methods inherited from class hudson.tasks.junit.TestAction
annotate
-
Constructor Details
-
JUnitFlakyAggregatedTestDataAction
public JUnitFlakyAggregatedTestDataAction(int passed, int failed, int flaked)
-
-
Method Details
-
getIconFileName
-
getDisplayName
-
getUrlName
-
getPassed
public int getPassed() -
getFailed
public int getFailed() -
getFlaked
public int getFlaked() -
getImagePath
Get the path of the image to display for the test class- Returns:
- successful image if no fail or flake, otherwise failure images
-