org.tap4j.plugin
Class TapResult

java.lang.Object
  extended by org.tap4j.plugin.TapResult
All Implemented Interfaces:
java.io.Serializable

public class TapResult
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
TapResult(hudson.model.AbstractBuild<?,?> build, java.util.List<TestSetMap> testSets)
           
 
Method Summary
 java.lang.String createDiagnosticTable(java.util.Map<java.lang.String,java.lang.Object> diagnostic)
          Called from TapResult/index..jelly
 int getFailed()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 int getPassed()
           
 int getSkipped()
           
 java.util.List<TestSetMap> getTestSets()
           
 int getTotal()
           
 boolean isEmptyTestSet()
           
 void updateStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapResult

public TapResult(hudson.model.AbstractBuild<?,?> build,
                 java.util.List<TestSetMap> testSets)
Method Detail

updateStats

public void updateStats()

getOwner

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

getTestSets

public java.util.List<TestSetMap> getTestSets()

isEmptyTestSet

public boolean isEmptyTestSet()

getFailed

public int getFailed()

getSkipped

public int getSkipped()

getPassed

public int getPassed()

getTotal

public int getTotal()

createDiagnosticTable

public java.lang.String createDiagnosticTable(java.util.Map<java.lang.String,java.lang.Object> diagnostic)
Called from TapResult/index..jelly



Copyright © 2011 Jenkins. All Rights Reserved.