Uses of Class
com.cloudbees.hudson.plugins.folder.AbstractFolder
Packages that use AbstractFolder
Package
Description
-
Uses of AbstractFolder in com.cloudbees.hudson.plugins.folder
Classes in com.cloudbees.hudson.plugins.folder with type parameters of type AbstractFolderModifier and TypeClassDescriptionclassAbstractFolderProperty<C extends AbstractFolder<?>>Property potentially applicable to anyAbstractFolder.classChildNameGenerator<P extends AbstractFolder<I>,I extends TopLevelItem> Provides a way for aComputedFolderto break the association between the directory names on disk that are used to store its items and theItem.getName()which is used to create the URL of the item.Subclasses of AbstractFolder in com.cloudbees.hudson.plugins.folderFields in com.cloudbees.hudson.plugins.folder declared as AbstractFolderModifier and TypeFieldDescriptionprotected CAbstractFolderProperty.ownerTheAbstractFolderobject that owns this property.Methods in com.cloudbees.hudson.plugins.folder that return types with arguments of type AbstractFolderModifier and TypeMethodDescription<I extends TopLevelItem>
ChildNameGenerator<AbstractFolder<I>,I> AbstractFolderDescriptor.childNameGenerator()Folders, especially computed folders, may have requirements for using a different on-disk file name for child items than the url-segment name.Methods in com.cloudbees.hudson.plugins.folder with parameters of type AbstractFolderModifier and TypeMethodDescriptionprotected <V extends TopLevelItem>
booleanChildLoader.ensureDirExists(File modulesDir, AbstractFolder<V> parent) Ensure that the specified directory exists.protected <V extends TopLevelItem>
Map<String,V> ChildLoader.getItemsByDirName(AbstractFolder<V> parent) Retrieve a map of items contained within a specified parent folder, keyed by their directory names.booleanAbstractFolderDescriptor.isLookAndFeelConfigurable(AbstractFolder<?> folder) static <K,V extends TopLevelItem>
Map<K,V> AbstractFolder.loadChildren(AbstractFolder<V> parent, File modulesDir, Function<? super V, ? extends K> key) Loads all the childItems.protected abstract <K,V extends TopLevelItem>
Map<K,V> ChildLoader.loadChildren(AbstractFolder<V> parent, File modulesDir, Function<? super V, ? extends K> key) Loads all the childItems.<K,V extends TopLevelItem>
Map<K,V> DefaultChildLoader.loadChildren(AbstractFolder<V> parent, File modulesDir, Function<? super V, ? extends K> key) <V extends TopLevelItem>
VChildLoader.loadItem(AbstractFolder<V> parent, File subdir, V item) Load aTopLevelItemfrom a given directory.protected voidFolderIcon.setOwner(AbstractFolder<?> folder) Called byAbstractFolderto set the owner that this icon is used for.Method parameters in com.cloudbees.hudson.plugins.folder with type arguments of type AbstractFolderModifier and TypeMethodDescriptionstatic List<AbstractFolderPropertyDescriptor>AbstractFolderPropertyDescriptor.getApplicableDescriptors(Class<? extends AbstractFolder> containerType) Gets theFolderPropertyDescriptors applicable for a given folder type.booleanAbstractFolderPropertyDescriptor.isApplicable(Class<? extends AbstractFolder> containerType) Returns true if thisAbstractFolderPropertytype is applicable to the given folder type.booleanFolderIconDescriptor.isApplicable(Class<? extends AbstractFolder> folderType) Returns true if thisFolderIcontype is applicable to the given job type.Constructor parameters in com.cloudbees.hudson.plugins.folder with type arguments of type AbstractFolderModifierConstructorDescriptionprotectedAbstractFolderDescriptor(Class<? extends AbstractFolder> clazz) Explicit constructor. -
Uses of AbstractFolder in com.cloudbees.hudson.plugins.folder.computed
Subclasses of AbstractFolder in com.cloudbees.hudson.plugins.folder.computedModifier and TypeClassDescriptionclassComputedFolder<I extends TopLevelItem>A folder-like item whose children are computed. -
Uses of AbstractFolder in com.cloudbees.hudson.plugins.folder.health
Method parameters in com.cloudbees.hudson.plugins.folder.health with type arguments of type AbstractFolderModifier and TypeMethodDescriptionbooleanFolderHealthMetricDescriptor.isApplicable(Class<? extends AbstractFolder> containerType) Returns true if thisFolderHealthMetrictype is applicable to the given folder type.