Class SnippetizerLink.ExamplesLink
java.lang.Object
org.jenkinsci.plugins.workflow.cps.SnippetizerLink
org.jenkinsci.plugins.workflow.cps.SnippetizerLink.ExamplesLink
- All Implemented Interfaces:
- ExtensionPoint
- Enclosing class:
- 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.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, getIcon, inNewWindow
- 
Constructor Details- 
ExamplesLinkpublic ExamplesLink()
 
- 
- 
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
 
- 
getDisplayNameDescription copied from class:SnippetizerLinkGet the display name for the link.- Specified by:
- getDisplayNamein class- SnippetizerLink
 
 
-