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 Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public Run<?,?> getBuild()
public final String getUrlName()
getUrlName
in interface Action
public void setBuild(Run<?,?> build)
public File getLogFile()
public String getLog() throws IOException
IOException
public String getTitle()
public void writeLogTo(org.apache.commons.jelly.XMLOutput out) throws IOException
IOException
Copyright © 2016–2022. All rights reserved.