org.jenkinsci.plugins.flow_plugin
Class FlowLinkAction

java.lang.Object
  extended by org.jenkinsci.plugins.flow_plugin.FlowLinkAction
All Implemented Interfaces:
groovy.lang.GroovyObject, hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@Extension
public class FlowLinkAction
extends Object
implements hudson.model.RootAction, groovy.lang.GroovyObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
FlowLinkAction()
           
 
Method Summary
 String getDisplayName()
           
 String getFlowUrl()
           
 FlowGlobalConfiguration getGlobalConfiguration()
           
 String getIconFileName()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 String getUrlName()
           
 Object invokeMethod(String method, Object arguments)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowLinkAction

@DataBoundConstructor
public FlowLinkAction()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getGlobalConfiguration

public FlowGlobalConfiguration getGlobalConfiguration()

getUrlName

public String getUrlName()
Specified by:
getUrlName 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

getIconFileName

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

getFlowUrl

public String getFlowUrl()


Copyright © 2004-2013. All Rights Reserved.