hudson.plugins.testlink.result
Class Report

java.lang.Object
  extended by hudson.plugins.testlink.result.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

Constructor Summary
Report(br.eti.kinoshita.testlinkjavaapi.model.Build build)
           
 
Method Summary
 void addTestCase(TestCaseWrapper<?> testCase)
          Adds a Test Case into the list of automated Test Cases.
 br.eti.kinoshita.testlinkjavaapi.model.Build getBuild()
           
 java.util.List<TestCaseWrapper<?>> getTestCases()
           
 int getTestsBlocked()
           
 int getTestsFailed()
           
 int getTestsNotRun()
           
 int getTestsPassed()
           
 int getTestsTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report(br.eti.kinoshita.testlinkjavaapi.model.Build build)
Method Detail

getBuild

public br.eti.kinoshita.testlinkjavaapi.model.Build getBuild()

getTestCases

public java.util.List<TestCaseWrapper<?>> getTestCases()

addTestCase

public void addTestCase(TestCaseWrapper<?> testCase)
Adds a Test Case into the list of automated Test Cases.

Parameters:
testCase - the Test Case.

getTestsTotal

public int getTestsTotal()

getTestsPassed

public int getTestsPassed()

getTestsFailed

public int getTestsFailed()

getTestsBlocked

public int getTestsBlocked()

getTestsNotRun

public int getTestsNotRun()


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