org.jenkinsci.plugins.buildcontextcapture
Class BuildContextLogger

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.BuildContextLogger
All Implemented Interfaces:
Serializable

public class BuildContextLogger
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

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

Constructor Detail

BuildContextLogger

public BuildContextLogger(hudson.model.TaskListener listener)
Method Detail

getListener

public hudson.model.TaskListener getListener()

info

public void info(String message)

error

public void error(String message)


Copyright © 2004-2012. All Rights Reserved.