hudson.plugins.testlink
Class Report

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

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

Build Report.

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

Method Summary
 void addTestCase(TestCaseWrapper testCase)
           
 int getBlocked()
           
 int getBuildId()
           
 java.lang.String getBuildName()
           
 int getFailed()
           
 int getNotRun()
           
 int getPassed()
           
 java.util.List<TestCaseWrapper> getTestCases()
           
 int getTestsTotal()
           
 void setBlocked(int blocked)
           
 void setFailed(int failed)
           
 void setNotRun(int notRun)
           
 void setPassed(int passed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTestsTotal

public int getTestsTotal()
Returns:
the tests total

getPassed

public int getPassed()
Returns:
the passed

setPassed

public void setPassed(int passed)
Parameters:
passed - the passed to set

getFailed

public int getFailed()
Returns:
the failed

setFailed

public void setFailed(int failed)
Parameters:
failed - the failed to set

getBlocked

public int getBlocked()
Returns:
the blocked

setBlocked

public void setBlocked(int blocked)
Parameters:
blocked - the blocked to set

getNotRun

public int getNotRun()
Returns:
the notRun

setNotRun

public void setNotRun(int notRun)
Parameters:
notRun - the notRun to set

getBuildId

public int getBuildId()
Returns:
the buildId

getBuildName

public java.lang.String getBuildName()
Returns:
the buildName

addTestCase

public void addTestCase(TestCaseWrapper testCase)
Parameters:
testCase -

getTestCases

public java.util.List<TestCaseWrapper> getTestCases()
Returns:
the testCases


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