org.jenkinsci.plugins.pollmailboxtrigger
Class PollMailboxTrigger.InternalScriptTriggerAction

java.lang.Object
  extended by org.jenkinsci.plugins.scripttrigger.ScriptTriggerAction
      extended by org.jenkinsci.plugins.pollmailboxtrigger.PollMailboxTrigger.InternalScriptTriggerAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Enclosing class:
PollMailboxTrigger

public final class PollMailboxTrigger.InternalScriptTriggerAction
extends org.jenkinsci.plugins.scripttrigger.ScriptTriggerAction


Constructor Summary
PollMailboxTrigger.InternalScriptTriggerAction(String actionTitle)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getLabel()
           
 String getLog()
           
 hudson.model.AbstractProject<?,?> getOwner()
           
 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

PollMailboxTrigger.InternalScriptTriggerAction

public PollMailboxTrigger.InternalScriptTriggerAction(String actionTitle)
Method Detail

getOwner

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

getDisplayName

public String getDisplayName()

getUrlName

public String getUrlName()

getIconFileName

public String getIconFileName()

getLabel

public String getLabel()

getLog

public String getLog()
              throws IOException
Throws:
IOException

writeLogTo

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


Copyright © 2004-2014. All Rights Reserved.