org.jenkinsci.plugins.fstrigger.core
Class FSTriggerAction

java.lang.Object
  extended by org.jenkinsci.plugins.fstrigger.core.FSTriggerAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class FSTriggerAction
extends Object
implements hudson.model.Action

Author:
Gregory Boissinot

Constructor Summary
FSTriggerAction(hudson.model.AbstractProject<?,?> job, File logFile, String actionTitle, String[] subActionTitle)
           
 
Method Summary
 String getActionTitle()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getLog()
           
 File getLogFile()
           
 hudson.model.AbstractProject<?,?> getOwner()
           
 String[] getSubActionTitle()
           
 String getUrlName()
           
 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

FSTriggerAction

public FSTriggerAction(hudson.model.AbstractProject<?,?> job,
                       File logFile,
                       String actionTitle,
                       String[] subActionTitle)
Method Detail

getOwner

public hudson.model.AbstractProject<?,?> getOwner()

getActionTitle

public String getActionTitle()

getSubActionTitle

public String[] getSubActionTitle()

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

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


Copyright © 2004-2011. All Rights Reserved.