public class BuildLogger extends Object implements Serializable, PluginConstants
Use for remote operations.
CASCADE_PROJECT_ICON, CASCADE_PROJECT_NAME, CASCADE_PROJECT_PRONOUN, LAYOUT_ACTION_ICON, LAYOUT_ACTION_NAME, LAYOUT_ACTION_URL, LOGGER_PREFIX, MEMBER_ACTION_ICON, MEMBER_ACTION_NAME, MEMBER_ACTION_URL, MEMBER_GRAPH_NAME, MEMBER_VIEW_ICON, MEMBER_VIEW_NAME, MEMBER_VIEW_URL, PLUGIN_HELP, PLUGIN_ICON, PLUGIN_ID, PLUGIN_IMAGES, PLUGIN_IMAGES_16, PLUGIN_IMAGES_24, PLUGIN_IMAGES_32, PLUGIN_IMAGES_48, PLUGIN_NAME, PLUGIN_URL| Constructor and Description |
|---|
BuildLogger(hudson.model.BuildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.BuildListener |
listener()
Context listener.
|
void |
log(String text)
Log text with plug-in prefix.
|
void |
logErr(String text)
Log error with plug-in prefix.
|
void |
logExc(Throwable e) |
void |
logTab(String text)
Log text with plug-in prefix and a tab.
|
public hudson.model.BuildListener listener()
public void log(String text)
public void logErr(String text)
public void logExc(Throwable e)
public void logTab(String text)
Copyright © 2004-2013 Barchart, Inc.. All Rights Reserved.