hudson.tasks.test
Class AggregatedTestResultAction.Child

java.lang.Object
  extended by hudson.tasks.test.AggregatedTestResultAction.Child
Enclosing class:
AggregatedTestResultAction

public static final class AggregatedTestResultAction.Child
extends Object


Field Summary
 int build
           
 String name
          Name of the module.
 
Constructor Summary
AggregatedTestResultAction.Child(String name, int build)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
Name of the module. Could be relative to something. The interpretation of this is done by AggregatedTestResultAction.getChildName(AbstractTestResultAction) and AggregatedTestResultAction.resolveChild(Child) and


build

public final int build
Constructor Detail

AggregatedTestResultAction.Child

public AggregatedTestResultAction.Child(String name,
                                        int build)


Copyright © 2004-2013. All Rights Reserved.