@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension(optional=true) public class FolderContributor extends Object implements AmbiguityMonitor.Contributor
Modifier and Type | Class and Description |
---|---|
static class |
FolderContributor.FolderListenerImpl |
static class |
FolderContributor.FolderSaveableListenerImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
Map<String,Boolean> |
activeFolders |
static Logger |
LOGGER |
Constructor and Description |
---|
FolderContributor() |
Modifier and Type | Method and Description |
---|---|
List<Item> |
getEntries() |
boolean |
hasAmbiguousEntries()
Whether there are ambiguous items present.
|
static void |
record(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder) |
static void |
remove(String folderName) |
public static final Logger LOGGER
public boolean hasAmbiguousEntries()
AmbiguityMonitor.Contributor
hasAmbiguousEntries
in interface AmbiguityMonitor.Contributor
public static void record(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder)
public static void remove(String folderName)
Copyright © 2016–2022. All rights reserved.