org.jenkinsci.plugins.buildresulttrigger
Class BuildResultTriggerAction
java.lang.Object
org.jenkinsci.plugins.buildresulttrigger.BuildResultTriggerAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class BuildResultTriggerAction
- extends Object
- implements hudson.model.Action
- Author:
- Gregory Boissinot
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildResultTriggerAction
public BuildResultTriggerAction(hudson.model.AbstractProject<?,?> job,
File logFile,
String label)
getOwner
public hudson.model.AbstractProject<?,?> getOwner()
getLabel
public String getLabel()
getLog
public String getLog()
throws IOException
- Throws:
IOException
getLogFile
public File getLogFile()
writeLogTo
public void writeLogTo(org.apache.commons.jelly.XMLOutput out)
throws IOException
- Throws:
IOException
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
Copyright © 2004-2013. All Rights Reserved.