public class NugetTriggerAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
NugetTriggerAction(hudson.model.AbstractProject<?,?> job,
File logFile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getLog() |
File |
getLogFile() |
hudson.model.AbstractProject<?,?> |
getOwner() |
String |
getUrlName() |
void |
writeLogTo(org.apache.commons.jelly.XMLOutput out) |
public NugetTriggerAction(hudson.model.AbstractProject<?,?> job,
File logFile)
public hudson.model.AbstractProject<?,?> getOwner()
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 String getLog() throws IOException
IOExceptionpublic File getLogFile()
public void writeLogTo(org.apache.commons.jelly.XMLOutput out)
throws IOException
IOExceptionCopyright © 2004-2013. All Rights Reserved.