Class PipelineRealtimeTestResultAction
- java.lang.Object
-
- hudson.tasks.test.AbstractTestResultAction<AbstractRealtimeTestResultAction>
-
- org.jenkinsci.plugins.junitrealtimetestreporter.AbstractRealtimeTestResultAction
-
- org.jenkinsci.plugins.junitrealtimetestreporter.PipelineRealtimeTestResultAction
-
- All Implemented Interfaces:
Action
,HealthReportingAction
,ModelObject
,RunAction2
,org.kohsuke.stapler.StaplerProxy
public class PipelineRealtimeTestResultAction extends AbstractRealtimeTestResultAction
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.junitrealtimetestreporter.AbstractRealtimeTestResultAction
NUMBER_OF_BUILDS_TO_SEARCH, progress, result, RESULTS_OF_BUILDS_TO_CONSIDER
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected hudson.tasks.junit.TestResult
findPreviousTestResult()
String
getDisplayName()
protected long
getParseInterval()
String
getUrlName()
protected hudson.tasks.junit.TestResult
parse()
-
Methods inherited from class org.jenkinsci.plugins.junitrealtimetestreporter.AbstractRealtimeTestResultAction
findPreviousTestResult, getFailCount, getFailedTests, getResult, getTarget, getTestProgress, getTotalCount
-
Methods inherited from class hudson.tasks.test.AbstractTestResultAction
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getApi, getBuildHealth, getDescription, getFailureDiffString, getHealthScaleFactor, getIconFileName, getPassedTests, getPreviousResult, getPreviousResult, getSkipCount, getSkippedTests, getTestResultPath, onAttached, onLoad, readResolve, setDescription
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classhudson.tasks.test.AbstractTestResultAction<AbstractRealtimeTestResultAction>
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
- Overrides:
getUrlName
in classhudson.tasks.test.AbstractTestResultAction<AbstractRealtimeTestResultAction>
-
getParseInterval
protected long getParseInterval()
- Overrides:
getParseInterval
in classAbstractRealtimeTestResultAction
-
parse
protected hudson.tasks.junit.TestResult parse() throws IOException, InterruptedException
- Specified by:
parse
in classAbstractRealtimeTestResultAction
- Throws:
IOException
InterruptedException
-
findPreviousTestResult
@CheckForNull protected hudson.tasks.junit.TestResult findPreviousTestResult() throws IOException, InterruptedException
- Specified by:
findPreviousTestResult
in classAbstractRealtimeTestResultAction
- Throws:
IOException
InterruptedException
-
-