|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jenkinsci.plugins.pretestedintegration.PretestUtils
public class PretestUtils
Collection of static utility function for use in the pretest plugin.
Constructor Summary | |
---|---|
PretestUtils()
|
Method Summary | |
---|---|
static void |
logDebug(hudson.model.TaskListener listener,
String message)
If debug is defined to true (e.g. |
static void |
logError(hudson.model.TaskListener listener,
String message)
Writes the given error log message to the Jenkins log and pre fixes it with a plugin identifier message. |
static void |
logMessage(hudson.model.TaskListener listener,
String message)
Writes the given log message to the Jenkins log and pre fixes it with a plugin identifier message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PretestUtils()
Method Detail |
---|
public static void logMessage(hudson.model.TaskListener listener, String message)
listener
- message
- public static void logDebug(hudson.model.TaskListener listener, String message)
listener
- message
- public static void logError(hudson.model.TaskListener listener, String message)
listener
- message
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |