Class SnippetizerLink.GeneratorLink
java.lang.Object
org.jenkinsci.plugins.workflow.cps.SnippetizerLink
org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GeneratorLink
- All Implemented Interfaces:
- ExtensionPoint
- Enclosing class:
- SnippetizerLink
@Extension(ordinal=1000.0)
public static class SnippetizerLink.GeneratorLink
extends SnippetizerLink
- 
Nested Class SummaryNested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.cps.SnippetizerLinkSnippetizerLink.ExamplesLink, SnippetizerLink.GDSLLink, SnippetizerLink.GeneratorLink, SnippetizerLink.GlobalsReferenceLink, SnippetizerLink.OnlineDocsLink, SnippetizerLink.StepReferenceLinkNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the display name for the link.getIcon()Get the icon information for the link.getUrl()Get the URL this link should point to, which will be used bySnippetizerLink.getDisplayUrl().Methods inherited from class org.jenkinsci.plugins.workflow.cps.SnippetizerLinkgetDisplayUrl, inNewWindow
- 
Constructor Details- 
GeneratorLinkpublic GeneratorLink()
 
- 
- 
Method Details- 
getUrlDescription copied from class:SnippetizerLinkGet the URL this link should point to, which will be used bySnippetizerLink.getDisplayUrl(). If this is not absolute,SnippetizerLink.getDisplayUrl()will link to this within the current context.- Specified by:
- getUrlin class- SnippetizerLink
 
- 
getIconDescription copied from class:SnippetizerLinkGet the icon information for the link.- Overrides:
- getIconin class- SnippetizerLink
 
- 
getDisplayNameDescription copied from class:SnippetizerLinkGet the display name for the link.- Specified by:
- getDisplayNamein class- SnippetizerLink
 
 
-