hudson.plugins.cppunit
Class CppUnitArchiver

java.lang.Object
  extended by hudson.plugins.cppunit.CppUnitArchiver
All Implemented Interfaces:
hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable

public class CppUnitArchiver
extends java.lang.Object
implements hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable

Class responsible for transforming all CppUnit files to JUnit files and then run them all through the JUnit result archiver.

Author:
Gregory Boissinot
See Also:
Serialized Form

Field Summary
static java.lang.String JUNIT_REPORTS_PATH
           
 
Constructor Summary
CppUnitArchiver(hudson.model.BuildListener listener, java.lang.String testResults, CppUnitTransformer reportTransformer)
           
 
Method Summary
 java.lang.Boolean invoke(java.io.File ws, hudson.remoting.VirtualChannel channel)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JUNIT_REPORTS_PATH

public static final java.lang.String JUNIT_REPORTS_PATH
See Also:
Constant Field Values
Constructor Detail

CppUnitArchiver

public CppUnitArchiver(hudson.model.BuildListener listener,
                       java.lang.String testResults,
                       CppUnitTransformer reportTransformer)
                throws javax.xml.transform.TransformerException
Throws:
javax.xml.transform.TransformerException
Method Detail

invoke

public java.lang.Boolean invoke(java.io.File ws,
                                hudson.remoting.VirtualChannel channel)
                         throws java.io.IOException

Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.Boolean>
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.