hudson.plugins.cppunit.util
Class Messages

java.lang.Object
  extended by hudson.plugins.cppunit.util.Messages
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Messages

public Messages()
Method Detail

log

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

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


Copyright © 2009. All Rights Reserved.