Package hudson.plugins.sidebar_link
Class FolderLinks
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
-
- com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<C>
-
- com.cloudbees.hudson.plugins.folder.FolderProperty<com.cloudbees.hudson.plugins.folder.Folder>
-
- hudson.plugins.sidebar_link.FolderLinks
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
,ReconfigurableDescribable<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
public class FolderLinks extends com.cloudbees.hudson.plugins.folder.FolderProperty<com.cloudbees.hudson.plugins.folder.Folder>
Add links in a folder page sidepanel.- Author:
- Daniel Beck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FolderLinks.DescriptorImpl
static class
FolderLinks.TransientFolderActionFactoryImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FolderLinks(List<LinkAction> links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LinkAction>
getLinks()
-
Methods inherited from class com.cloudbees.hudson.plugins.folder.FolderProperty
allowsParentToCreate, allowsParentToHave, getFolderActions
-
-
-
-
Constructor Detail
-
FolderLinks
@DataBoundConstructor public FolderLinks(List<LinkAction> links)
-
-
Method Detail
-
getLinks
public List<LinkAction> getLinks()
-
-