Class TestResultsAggregatorTestResultBuildAction
java.lang.Object
hudson.tasks.test.AbstractTestResultAction
com.jenkins.testresultsaggregator.TestResultsAggregatorTestResultBuildAction
- All Implemented Interfaces:
Action
,HealthReportingAction
,ModelObject
,Serializable
,RunAction2
,SimpleBuildStep.LastBuildAction
public class TestResultsAggregatorTestResultBuildAction
extends hudson.tasks.test.AbstractTestResultAction
implements Serializable, SimpleBuildStep.LastBuildAction
TestNG build action that exposes the results per build
- Since:
- v1.0
- Author:
- nullin
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tasks.test.AbstractTestResultAction
hudson.tasks.test.AbstractTestResultAction.Summarizer
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected Integer
protected int
protected int
Fields inherited from class hudson.tasks.test.AbstractTestResultAction
owner, run
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getApi()
int
int
int
int
getFixed()
Collection<? extends Action>
int
int
int
int
int
int
int
Methods inherited from class hudson.tasks.test.AbstractTestResultAction
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getBuildHealth, getDescription, getFailedTests, getFailureDiffString, getHealthScaleFactor, getPassedTests, getPreviousResult, getPreviousResult, getSkipCount, getSkippedTests, getTestResultPath, onAttached, onLoad, readResolve, setDescription
-
Field Details
-
success
-
fixed
protected int fixed -
failed
protected int failed -
keepfailed
protected int keepfailed -
unstable
protected int unstable -
keepunstable
protected int keepunstable -
aborted
protected int aborted -
running
protected int running -
successTTests
protected int successTTests -
failedTTests
protected int failedTTests -
skippedTTests
protected int skippedTTests
-
-
Constructor Details
-
TestResultsAggregatorTestResultBuildAction
-
-
Method Details
-
getResult
- Specified by:
getResult
in classhudson.tasks.test.AbstractTestResultAction
-
getResult
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Overrides:
getIconFileName
in classhudson.tasks.test.AbstractTestResultAction
-
getTotalCount
public int getTotalCount()- Specified by:
getTotalCount
in classhudson.tasks.test.AbstractTestResultAction
-
getFailCount
public int getFailCount()- Specified by:
getFailCount
in classhudson.tasks.test.AbstractTestResultAction
-
getFailKeepCount
public int getFailKeepCount() -
getUnstableCount
public int getUnstableCount() -
getUnstableKeepCount
public int getUnstableKeepCount() -
getSuccess
public int getSuccess() -
getFixed
public int getFixed() -
getAborted
public int getAborted() -
getRunning
public int getRunning() -
getSuccessTTests
public int getSuccessTTests() -
getFailedTTests
public int getFailedTTests() -
getSkippedTTests
public int getSkippedTTests() -
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classhudson.tasks.test.AbstractTestResultAction
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Overrides:
getUrlName
in classhudson.tasks.test.AbstractTestResultAction
-
getApi
- Overrides:
getApi
in classhudson.tasks.test.AbstractTestResultAction
-
getProjectActions
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-