Class FolderIdStore.FolderIdProperty
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
org.jenkinsci.plugins.uniqueid.impl.FolderIdStore.FolderIdProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable
,ReconfigurableDescribable
- Enclosing class:
- FolderIdStore
public static class FolderIdStore.FolderIdProperty
extends com.cloudbees.hudson.plugins.folder.FolderProperty
A unique ID for folders.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class com.cloudbees.hudson.plugins.folder.AbstractFolderProperty
owner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
getId()
SinceActionable.getAction(Class)
does return actions from a property, (likeActionable.getAction(Class)
does) this method is added for convenience.Methods inherited from class com.cloudbees.hudson.plugins.folder.FolderProperty
allowsParentToCreate, allowsParentToHave
Methods inherited from class com.cloudbees.hudson.plugins.folder.AbstractFolderProperty
getDescriptor, getHealthMetrics, getHealthReports, getItemContainerOverrides, getOwner, reconfigure, setOwner
-
Constructor Details
-
FolderIdProperty
public FolderIdProperty()
-
-
Method Details
-
getFolderActions
- Overrides:
getFolderActions
in classcom.cloudbees.hudson.plugins.folder.FolderProperty
-
getId
SinceActionable.getAction(Class)
does return actions from a property, (likeActionable.getAction(Class)
does) this method is added for convenience.- Returns:
- the id for this folder
-