public class XTriggerCauseAction extends Object implements Action
| Constructor and Description |
|---|
XTriggerCauseAction(String logMessage) |
| Modifier and Type | Method and Description |
|---|---|
Run<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getLog() |
File |
getLogFile() |
String |
getLogMessage() |
String |
getTitle() |
String |
getUrlName() |
void |
setBuild(Run<?,?> build) |
void |
writeLogTo(org.apache.commons.jelly.XMLOutput out) |
public XTriggerCauseAction(String logMessage)
public String getLogMessage()
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic Run<?,?> getBuild()
public final String getUrlName()
getUrlName in interface Actionpublic void setBuild(Run<?,?> build)
public File getLogFile()
public String getLog() throws IOException
IOExceptionpublic String getTitle()
public void writeLogTo(org.apache.commons.jelly.XMLOutput out)
throws IOException
IOExceptionCopyright © 2016–2021. All rights reserved.