Serialized Form
|
Package hudson.plugins.testng |
serialVersionUID: 31415926L
readResolve
public Object readResolve()
-
NOTE: Executed when build action is read from disk - e.g. on Jenkins startup
|
Package hudson.plugins.testng.results |
owner
hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner
name
String name
parent
BaseResult parent
pkgName
String pkgName
testMethodList
List<E> testMethodList
testRunMap
Map<K,V> testRunMap
status
String status
description
String description
isConfig
boolean isConfig
duration
float duration
exception
MethodResultException exception
startedAt
long startedAt
endedAt
long endedAt
testInstanceName
String testInstanceName
parentTestName
String parentTestName
parentSuiteName
String parentSuiteName
groups
List<E> groups
parameters
List<E> parameters
reporterOutput
String reporterOutput
testRunId
String testRunId
- unique id for this test's run (helps associate the test method with
related configuration methods)
testUuid
String testUuid
- unique id for this test method
exceptionName
String exceptionName
message
String message
stackTrace
String stackTrace
classList
List<E> classList
sortedTestMethodsByStartTime
List<E> sortedTestMethodsByStartTime
MAX_EXEC_MTHD_LIST_SIZE
int MAX_EXEC_MTHD_LIST_SIZE
serialVersionUID: -3491974223665601995L
testList
List<E> testList
passedTests
List<E> passedTests
failedTests
List<E> failedTests
skippedTests
List<E> skippedTests
failedConfigurationMethods
List<E> failedConfigurationMethods
skippedConfigurationMethods
List<E> skippedConfigurationMethods
startTime
long startTime
endTime
long endTime
passCount
int passCount
failCount
int failCount
skipCount
int skipCount
failedConfigCount
int failedConfigCount
skippedConfigCount
int skippedConfigCount
packageMap
Map<K,V> packageMap
Copyright © 2004-2014. All Rights Reserved.