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