Package io.jenkins.plugins.designlibrary
Class Links
java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.Links
- All Implemented Interfaces:
ExtensionPoint
,Action
,Describable<UISample>
,ModelObject
,ModelObjectWithChildren
,ModelObjectWithContextMenu
@Extension
public class Links
extends UISample
implements ModelObjectWithContextMenu, ModelObjectWithChildren
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) doContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) This method is called via AJAX to obtain the context menu for this model object.Methods inherited from class io.jenkins.plugins.designlibrary.UISample
getAll, getDescriptor, getDisplayName, getNextPage, getPreviousPage, getPrismConfiguration, getUrlName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jenkins.model.ModelObjectWithChildren
doChildrenContextMenu
Methods inherited from interface jenkins.model.ModelObjectWithContextMenu
doContextMenu
-
Constructor Details
-
Links
public Links()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Overrides:
getIconFileName
in classUISample
-
doContextMenu
public ModelObjectWithContextMenu.ContextMenu doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws Exception This method is called via AJAX to obtain the context menu for this model object.- Specified by:
doContextMenu
in interfaceModelObjectWithContextMenu
- Throws:
Exception
-
doChildrenContextMenu
public ModelObjectWithContextMenu.ContextMenu doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws Exception - Specified by:
doChildrenContextMenu
in interfaceModelObjectWithChildren
- Throws:
Exception
-