Serialized Form


Package hudson.plugins.labeledgroupedtests

Class hudson.plugins.labeledgroupedtests.LabeledTestResultGroup extends hudson.tasks.test.MetaTabulatedResult implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
Allow the object to rebuild its internal data structures when it is deserialized.

Serialized Fields

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

Class hudson.plugins.labeledgroupedtests.LabeledTestResultGroupPublisher extends hudson.tasks.Recorder implements Serializable

Serialized Fields

configs

java.util.List<E> configs

Class hudson.plugins.labeledgroupedtests.MetaLabeledTestResultGroup extends hudson.tasks.test.MetaTabulatedResult implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Allow the object to rebuild its internal data structures when it is deserialized.

Serialized Fields

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.