hudson.plugins.testlink
Class TestLinkResult

java.lang.Object
  extended by hudson.plugins.testlink.TestLinkResult
All Implemented Interfaces:
java.io.Serializable

public class TestLinkResult
extends java.lang.Object
implements java.io.Serializable

Since:
1.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
TestLinkResult(Report report, hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getOwner()
           
 Report getReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLinkResult

public TestLinkResult(Report report,
                      hudson.model.AbstractBuild<?,?> build)
Method Detail

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getReport

public Report getReport()


Copyright © 2010-2011 the Jenkins TestLink plug-in team-2012 Jenkins. All Rights Reserved.