public static class TrendGraph.ResultData extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
buildNummer
The number of the Jenkins build
|
int |
error
The number of TPT test cases with execution error
|
int |
failed
The number of failed TPT test cases
|
int |
inconclusive
The number of inconclusive TPT test cases
|
int |
passed
The number of passed TPT test cases
|
int |
total
The total number of TPT test cases
|
| Constructor and Description |
|---|
ResultData() |
public int total
public int error
public int failed
public int passed
public int inconclusive
public int buildNummer
Copyright © 2016–2018 PikeTec GmbH. All rights reserved.