com.thalesgroup.hudson.plugins.tusarnotifier.service
Class TusarNotifierConversionService

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.tusarnotifier.service.TusarNotifierConversionService
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TusarNotifierConversionService()
           
 
Method Summary
 java.io.File convert(TusarToolInfo tusarToolInfo, java.io.File inputFile, java.io.File workspace, java.io.File outputDirectory)
          Converts the inputFile into a JUnit output file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TusarNotifierConversionService

public TusarNotifierConversionService()
Method Detail

convert

public java.io.File convert(TusarToolInfo tusarToolInfo,
                            java.io.File inputFile,
                            java.io.File workspace,
                            java.io.File outputDirectory)
                     throws TusarNotifierException
Converts the inputFile into a JUnit output file

Parameters:
tusarToolInfo - the tusar tool info wrapper object
inputFile - the input file to be converted
workspace - the workspace
outputDirectory - the output parent directory that contains the TUSAR output file
Returns:
the converted file
Throws:
TusarNotifierException - an XUnitException is thrown if there is a conversion error.


Copyright © 2010. All Rights Reserved.