public class NugetTriggerAction extends Object implements hudson.model.Action
Constructor and Description |
---|
NugetTriggerAction(hudson.model.BuildableItem job,
File logFile) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getLog() |
File |
getLogFile() |
hudson.model.BuildableItem |
getOwner() |
String |
getUrlName() |
void |
writeLogTo(org.apache.commons.jelly.XMLOutput out) |
public NugetTriggerAction(hudson.model.BuildableItem job, File logFile)
public hudson.model.BuildableItem getOwner()
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getLog() throws IOException
IOException
public File getLogFile()
public void writeLogTo(org.apache.commons.jelly.XMLOutput out) throws IOException
IOException
Copyright © 2016–2021. All rights reserved.