hudson.plugins.cppunit
Class CppUnitArchiver

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

public class CppUnitArchiver
extends java.lang.Object
implements hudson.FilePath.FileCallable<hudson.model.Result>, 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

Constructor Summary
CppUnitArchiver(hudson.model.BuildListener listener, hudson.FilePath junitTargetFilePath, java.lang.String pattern, CppUnitTransformer reportTransformer)
           
 
Method Summary
 hudson.model.Result invoke(java.io.File basedir, hudson.remoting.VirtualChannel channel)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppUnitArchiver

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

invoke

public hudson.model.Result invoke(java.io.File basedir,
                                  hudson.remoting.VirtualChannel channel)
                           throws java.io.IOException

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


Copyright © 2009. All Rights Reserved.