org.jenkinsci.plugins.buildresulttrigger
Class BuildResultTriggerLog

java.lang.Object
  extended by org.jenkinsci.plugins.buildresulttrigger.BuildResultTriggerLog

public class BuildResultTriggerLog
extends Object

Author:
Gregory Boissinot

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

Constructor Detail

BuildResultTriggerLog

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

info

public void info(String message)

error

public void error(String message)


Copyright © 2004-2011. All Rights Reserved.