Uses of Class
hudson.plugins.sidebar_link.LinkAction
-
-
Uses of LinkAction in hudson.plugins.sidebar_link
Methods in hudson.plugins.sidebar_link that return types with arguments of type LinkAction Modifier and Type Method Description Collection<LinkAction>
FolderLinks.TransientFolderActionFactoryImpl. createFor(com.cloudbees.hudson.plugins.folder.Folder target)
List<LinkAction>
FolderLinks. getLinks()
List<LinkAction>
NodeLinks. getLinks()
List<LinkAction>
ProjectLinks. getLinks()
List<LinkAction>
SidebarLinkPlugin. getLinks()
Method parameters in hudson.plugins.sidebar_link with type arguments of type LinkAction Modifier and Type Method Description void
SidebarLinkPlugin. setLinks(List<LinkAction> links)
Together withSidebarLinkPlugin.getLinks()
, binds to entry inconfig.jelly
.Constructor parameters in hudson.plugins.sidebar_link with type arguments of type LinkAction Constructor Description FolderLinks(List<LinkAction> links)
NodeLinks(List<LinkAction> links)
ProjectLinks(List<LinkAction> links)
-