Serialized Form
|
Package hudson.plugins.labeledgroupedtests |
readResolve
public java.lang.Object readResolve()
- Allow the object to rebuild its internal data structures when it is deserialized.
children
java.util.List<E> children
- We expect a maximum of one AbstractTestResult per parser class.
label
java.lang.String label
failCount
int failCount
skipCount
int skipCount
passCount
int passCount
totalCount
int totalCount
duration
float duration
parent
hudson.tasks.test.TestResult parent
description
java.lang.String description
childrenByName
java.util.Map<K,V> childrenByName
nameToChildMap
java.util.Map<K,V> nameToChildMap
namesHaveBeenSet
boolean namesHaveBeenSet
configs
java.util.List<E> configs
readResolve
private java.lang.Object readResolve()
- Allow the object to rebuild its internal data structures when it is deserialized.
childrenByLabel
java.util.Map<K,V> childrenByLabel
failCount
int failCount
skipCount
int skipCount
passCount
int passCount
totalCount
int totalCount
duration
float duration
description
java.lang.String description
groupId
java.lang.String groupId
- Effectively overrides TestObject.id, by overriding the accessors
Copyright © 2015 Yahoo!, Inc.. All Rights Reserved.