org.jenkinsci.plugins.postbuildscript
Class PostBuildScriptLog

java.lang.Object
  extended by org.jenkinsci.plugins.postbuildscript.PostBuildScriptLog
All Implemented Interfaces:
Serializable

public class PostBuildScriptLog
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
PostBuildScriptLog(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

PostBuildScriptLog

public PostBuildScriptLog(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-2013. All Rights Reserved.