com.thalesgroup.hudson.plugins.xunit.service
Class XUnitService

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.xunit.service.XUnitService
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XUnitConversionService, XUnitReportProcessorService, XUnitTransformer, XUnitValidationService

public class XUnitService
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
XUnitService()
           
 
Method Summary
protected  void errorSystemLogger(String message)
          Log an error output to the system logger
protected  void infoSystemLogger(String message)
          Log an info output to the system logger
 void warningSystemLogger(String message)
          Log a warning output to the system logger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitService

public XUnitService()
Method Detail

infoSystemLogger

protected void infoSystemLogger(String message)
Log an info output to the system logger

Parameters:
message - The message to be outputted

errorSystemLogger

protected void errorSystemLogger(String message)
Log an error output to the system logger

Parameters:
message - The message to be outputted

warningSystemLogger

public void warningSystemLogger(String message)
Log a warning output to the system logger

Parameters:
message - The message to be outputted


Copyright © 2004-2013. All Rights Reserved.