Uses of Class
com.cloudbees.hudson.plugins.folder.AbstractFolder
-
Packages that use AbstractFolder Package Description com.cloudbees.hudson.plugins.folder com.cloudbees.hudson.plugins.folder.computed com.cloudbees.hudson.plugins.folder.health -
-
Uses of AbstractFolder in com.cloudbees.hudson.plugins.folder
Classes in com.cloudbees.hudson.plugins.folder with type parameters of type AbstractFolder Modifier and Type Class Description classAbstractFolderProperty<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.folder Modifier and Type Class Description classFolderA mutable folder.Fields in com.cloudbees.hudson.plugins.folder declared as AbstractFolder Modifier and Type Field Description protected CAbstractFolderProperty. ownerTheAbstractFolderobject that owns this property.Methods in com.cloudbees.hudson.plugins.folder that return types with arguments of type AbstractFolder Modifier and Type Method Description <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 AbstractFolder Modifier and Type Method Description static ChildNameGenerator.TraceChildNameGenerator. beforeCreateItem(AbstractFolder<?> project, String itemName, String idealName)Work-around helper method to "fix"Itemconstructors that have on-disk side-effects and therefore needPersistenceRoot.getRootDir()to work during the constructor.FormValidationAbstractFolderDescriptor. doCheckDisplayNameOrNull(AbstractFolder folder, String value)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 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 AbstractFolder Modifier and Type Method Description static 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 AbstractFolder Constructor Description AbstractFolderDescriptor(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.computed Modifier and Type Class Description classComputedFolder<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 AbstractFolder Modifier and Type Method Description booleanFolderHealthMetricDescriptor. isApplicable(Class<? extends AbstractFolder> containerType)Returns true if thisFolderHealthMetrictype is applicable to the given folder type.
-