org.jenkinsci.plugins.flow_plugin
Class FlowLinkAction
java.lang.Object
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowLinkAction
@DataBoundConstructor
public FlowLinkAction()
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.