com.thalesgroup.hudson.plugins.xunit.util
Class XUnitLog

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.xunit.util.XUnitLog
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
XUnitLog()
           
 
Method Summary
static void log(hudson.model.BuildListener listener, java.lang.String message)
          Log output to the given logger
static java.lang.String XUnit_Publiser_Name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitLog

public XUnitLog()
Method Detail

log

public static void log(hudson.model.BuildListener listener,
                       java.lang.String message)
Log output to the given logger

Parameters:
listener - The current listener
message - The message to be outputted

XUnit_Publiser_Name

public static java.lang.String XUnit_Publiser_Name()


Copyright © 2009. All Rights Reserved.