public static class FolderIdStore.FolderIdProperty
extends com.cloudbees.hudson.plugins.folder.FolderProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
FolderIdStore.FolderIdProperty.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
FolderIdProperty() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Action> |
getFolderActions() |
String |
getId()
Since
Actionable.getAction(Class) does return actions from a property,
(like Actionable.getAction(Class) does)
this method is added for convenience. |
allowsParentToCreate, allowsParentToHavepublic Collection<? extends Action> getFolderActions()
getFolderActions in class com.cloudbees.hudson.plugins.folder.FolderPropertypublic String getId()
Actionable.getAction(Class) does return actions from a property,
(like Actionable.getAction(Class) does)
this method is added for convenience.Copyright © 2016–2019. All rights reserved.