Serialized Form
Package hudson.plugins.testng |
serialVersionUID: 31415926L
readResolve
protected Object readResolve()
-
NOTE: Executed when build action is read from disk - e.g. on Jenkins startup
build
hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> build
- The owner of this Action.
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
fullName
String fullName
- Deprecated. since v0.21 keeping fullName here just to avoid errors when jenkins
deserializes result objects from XML
testMethodList
List<E> testMethodList
testRunMap
Map<K,V> testRunMap
duration
long duration
fail
int fail
skip
int skip
total
int total
status
String status
description
String description
isConfig
boolean isConfig
duration
long duration
exception
MethodResultException exception
startedAt
Date startedAt
testInstanceName
String testInstanceName
parentTestName
String parentTestName
parentSuiteName
String parentSuiteName
groups
List<E> groups
parameters
List<E> parameters
testRunId
String testRunId
- unique id for this tests'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
shortStackTrace
String shortStackTrace
- Deprecated. since v0.21
fullStackTrace
String fullStackTrace
- Deprecated. since v0.21
classList
List<E> classList
sortedTestMethodsByStartTime
List<E> sortedTestMethodsByStartTime
MAX_EXEC_MTHD_LIST_SIZE
int MAX_EXEC_MTHD_LIST_SIZE
classList
List<E> classList
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
duration
long duration
totalTestCount
int totalTestCount
passedTestCount
int passedTestCount
failedTestCount
int failedTestCount
skippedTestCount
int skippedTestCount
failedConfigurationMethodsCount
int failedConfigurationMethodsCount
skippedConfigurationMethodsCount
int skippedConfigurationMethodsCount
packageMap
Map<K,V> packageMap
Copyright © 2004-2012. All Rights Reserved.