public class StashPollingAction extends Object implements hudson.model.Action
The class provides a method to log messages and exceptions that supports slf4j MessageFormatter patterns.
| Constructor and Description |
|---|
StashPollingAction(hudson.model.Job<?,?> job) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Job<?,?> |
getOwner() |
String |
getUrlName() |
void |
log(String pattern,
Object... arguments) |
void |
resetLog() |
String |
toString() |
void |
writeLogTo(org.apache.commons.jelly.XMLOutput out) |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.Job<?,?> getOwner()
public void resetLog()
public void writeLogTo(org.apache.commons.jelly.XMLOutput out)
throws SAXException
SAXExceptionCopyright © 2016–2020. All rights reserved.