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 java.lang.Object
- implements hudson.model.Action
- Author:
- Gregory Boissinot
|
Constructor Summary |
BuildResultTriggerAction(hudson.model.AbstractProject<?,?> job,
java.io.File logFile,
java.lang.String label)
|
| 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,
java.io.File logFile,
java.lang.String label)
getOwner
public hudson.model.AbstractProject<?,?> getOwner()
getLabel
public java.lang.String getLabel()
getLog
public java.lang.String getLog()
throws java.io.IOException
- Throws:
java.io.IOException
getLogFile
public java.io.File getLogFile()
writeLogTo
public void writeLogTo(org.apache.commons.jelly.XMLOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
Copyright © 2004-2012. All Rights Reserved.