hudson.tasks.test
Class AggregatedTestResultAction.ChildReport

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

@ExportedBean(defaultVisibility=2)
public static final class AggregatedTestResultAction.ChildReport
extends Object

Data-binding bean for the remote API.


Field Summary
 AbstractBuild<?,?> child
           
 Object result
           
 
Constructor Summary
AggregatedTestResultAction.ChildReport(AbstractBuild<?,?> child, AbstractTestResultAction result)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

child

@Exported
public final AbstractBuild<?,?> child

result

@Exported
public final Object result
Constructor Detail

AggregatedTestResultAction.ChildReport

public AggregatedTestResultAction.ChildReport(AbstractBuild<?,?> child,
                                              AbstractTestResultAction result)


Copyright © 2004-2013. All Rights Reserved.