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
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected Integerprotected intprotected intFields inherited from class hudson.tasks.test.AbstractTestResultAction
owner, run -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetApi()intintintintintgetFixed()Collection<? extends Action>intintintintintintintvoidsetDisabled(int disabled) 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:
getResultin classhudson.tasks.test.AbstractTestResultAction
-
getResult
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction- Overrides:
getIconFileNamein classhudson.tasks.test.AbstractTestResultAction
-
getTotalCount
public int getTotalCount()- Specified by:
getTotalCountin classhudson.tasks.test.AbstractTestResultAction
-
getFailCount
public int getFailCount()- Specified by:
getFailCountin 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:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject- Overrides:
getDisplayNamein classhudson.tasks.test.AbstractTestResultAction
-
getUrlName
- Specified by:
getUrlNamein interfaceAction- Overrides:
getUrlNamein classhudson.tasks.test.AbstractTestResultAction
-
getApi
- Overrides:
getApiin classhudson.tasks.test.AbstractTestResultAction
-
getProjectActions
- Specified by:
getProjectActionsin interfaceSimpleBuildStep.LastBuildAction
-
getDisabled
public int getDisabled() -
setDisabled
public void setDisabled(int disabled)
-