Serialized Form
Package hudson.plugins.testng |
serialVersionUID: 31415926L
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
java.lang.String name
parent
BaseResult parent
fullName
java.lang.String fullName
- Deprecated. since v0.21 keeping fullName here just to avoid errors when jenkins
deserializes result objects from XML
testMethodList
java.util.List<E> testMethodList
testRunMap
java.util.Map<K,V> testRunMap
duration
long duration
fail
int fail
skip
int skip
total
int total
status
java.lang.String status
description
java.lang.String description
isConfig
boolean isConfig
duration
long duration
exception
MethodResultException exception
startedAt
java.util.Date startedAt
testInstanceName
java.lang.String testInstanceName
parentTestName
java.lang.String parentTestName
parentSuiteName
java.lang.String parentSuiteName
groups
java.util.List<E> groups
parameters
java.util.List<E> parameters
testRunId
java.lang.String testRunId
- unique id for this tests's run (helps associate the test method with
related configuration methods)
testUuid
java.lang.String testUuid
- unique id for this test method
exceptionName
java.lang.String exceptionName
message
java.lang.String message
stackTrace
java.lang.String stackTrace
shortStackTrace
java.lang.String shortStackTrace
- Deprecated. since v0.21
fullStackTrace
java.lang.String fullStackTrace
- Deprecated. since v0.21
classList
java.util.List<E> classList
sortedTestMethodsByStartTime
java.util.List<E> sortedTestMethodsByStartTime
classList
java.util.List<E> classList
serialVersionUID: -3491974223665601995L
testList
java.util.List<E> testList
passedTests
java.util.List<E> passedTests
failedTests
java.util.List<E> failedTests
skippedTests
java.util.List<E> skippedTests
failedConfigurationMethods
java.util.List<E> failedConfigurationMethods
skippedConfigurationMethods
java.util.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
java.util.Map<K,V> packageMap
Copyright © 2004-2011. All Rights Reserved.