org.jenkinsci.plugins.ivytrigger
Class IvyTrigger.InternalIvyTriggerAction

java.lang.Object
  extended by org.jenkinsci.plugins.ivytrigger.IvyTriggerAction
      extended by org.jenkinsci.plugins.ivytrigger.IvyTrigger.InternalIvyTriggerAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Enclosing class:
IvyTrigger

public final class IvyTrigger.InternalIvyTriggerAction
extends IvyTriggerAction


Constructor Summary
IvyTrigger.InternalIvyTriggerAction(String label)
           
 
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

IvyTrigger.InternalIvyTriggerAction

public IvyTrigger.InternalIvyTriggerAction(String label)
Method Detail

getOwner

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

getIconFileName

public String getIconFileName()

getDisplayName

public String getDisplayName()

getUrlName

public String getUrlName()

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-2013. All Rights Reserved.