Class JUnitFlakyTestDataAction
java.lang.Object
hudson.tasks.junit.TestAction
com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- All Implemented Interfaces:
Action
,ModelObject
public class JUnitFlakyTestDataAction
extends hudson.tasks.junit.TestAction
Action to display rerun information (message, stackTrace, stdout/stderr)
- Author:
- Qingzhou Luo
-
Constructor Summary
ConstructorsConstructorDescriptionJUnitFlakyTestDataAction
(List<FlakyCaseResult.FlakyRunInformation> flakyRuns, boolean isFailed) -
Method Summary
Modifier and TypeMethodDescriptionReturns text with annotations.static String
getBigImagePath
(int score) boolean
boolean
boolean
boolean
static String
getSmallImagePath
(int score)
-
Constructor Details
-
JUnitFlakyTestDataAction
public JUnitFlakyTestDataAction(List<FlakyCaseResult.FlakyRunInformation> flakyRuns, boolean isFailed)
-
-
Method Details
-
annotate
Returns text with annotations.- Overrides:
annotate
in classhudson.tasks.junit.TestAction
-
getIconFileName
-
getDisplayName
-
getUrlName
-
getFlakyRuns
-
getContainsFlakyRuns
public boolean getContainsFlakyRuns() -
getIsFailed
public boolean getIsFailed() -
getIsPassed
public boolean getIsPassed() -
getIsFlaked
public boolean getIsFlaked() -
getBigImagePath
-
getSmallImagePath
-