Class TrendGraph.ResultData
java.lang.Object
com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
- Enclosing class:
- TrendGraph
Data container to collect numbers of test results of TPT test execuiton for build previous
builds.
- Author:
- FInfantino, Synopsys Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The number of the Jenkins buildint
The number of TPT test cases with execution errorint
The number of failed TPT test casesint
The number of inconclusive TPT test casesint
The number of passed TPT test casesint
The total number of TPT test cases -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
total
public int totalThe total number of TPT test cases -
error
public int errorThe number of TPT test cases with execution error -
failed
public int failedThe number of failed TPT test cases -
passed
public int passedThe number of passed TPT test cases -
inconclusive
public int inconclusiveThe number of inconclusive TPT test cases -
buildNummer
public int buildNummerThe number of the Jenkins build
-
-
Constructor Details
-
ResultData
public ResultData()
-