org.jenkinsci.lib.xtrigger
Class XTriggerCauseAction

java.lang.Object
  extended by org.jenkinsci.lib.xtrigger.XTriggerCauseAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class XTriggerCauseAction
extends Object
implements hudson.model.Action

Author:
Gregory Boissinot

Constructor Summary
XTriggerCauseAction(String logMessage)
           
 
Method Summary
 hudson.model.AbstractBuild getBuild()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getLog()
           
 File getLogFile()
           
 String getLogMessage()
           
 String getTitle()
           
 String getUrlName()
           
 void setBuild(hudson.model.AbstractBuild build)
           
 void writeLogTo(org.apache.commons.jelly.XMLOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTriggerCauseAction

public XTriggerCauseAction(String logMessage)
Method Detail

getLogMessage

public String getLogMessage()

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

getBuild

public hudson.model.AbstractBuild getBuild()

getUrlName

public final String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

setBuild

public void setBuild(hudson.model.AbstractBuild build)

getLogFile

public File getLogFile()

getLog

public String getLog()
              throws IOException
Throws:
IOException

getTitle

public String getTitle()

writeLogTo

public void writeLogTo(org.apache.commons.jelly.XMLOutput out)
                throws IOException
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.