org.jenkinsci.plugins.fstrigger.service
Class FSTriggerLog
java.lang.Object
org.jenkinsci.plugins.fstrigger.service.FSTriggerLog
- All Implemented Interfaces:
- Serializable
public class FSTriggerLog
- extends Object
- implements Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSTriggerLog
public FSTriggerLog()
FSTriggerLog
public FSTriggerLog(hudson.model.TaskListener listener)
info
public void info(String jobName,
Class triggerClass,
String message)
info
public void info(String message)
error
public void error(String jobName,
Class triggerClass,
String message)
error
public void error(String message)
Copyright © 2004-2011. All Rights Reserved.