org.zeroturnaround.jenkins.util
Class HudsonLogger

java.lang.Object
  extended by org.zeroturnaround.jenkins.util.HudsonLogger
All Implemented Interfaces:
org.zeroturnaround.liverebel.plugins.PluginLogger

public class HudsonLogger
extends Object
implements org.zeroturnaround.liverebel.plugins.PluginLogger


Constructor Summary
HudsonLogger(hudson.model.BuildListener listener)
           
 
Method Summary
 void error(String error)
           
 void log(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonLogger

public HudsonLogger(hudson.model.BuildListener listener)
Method Detail

log

public void log(String message)
Specified by:
log in interface org.zeroturnaround.liverebel.plugins.PluginLogger

error

public void error(String error)
Specified by:
error in interface org.zeroturnaround.liverebel.plugins.PluginLogger


Copyright © 2004-2012 Hudson. All Rights Reserved.