Class FolderIcon

java.lang.Object
hudson.model.AbstractStatusIcon
com.cloudbees.hudson.plugins.folder.FolderIcon
All Implemented Interfaces:
ExtensionPoint, Describable<FolderIcon>, StatusIcon, IconSpec
Direct Known Subclasses:
StockFolderIcon

public abstract class FolderIcon extends AbstractStatusIcon implements Describable<FolderIcon>, ExtensionPoint, IconSpec
Renders StatusIcon for a folder.

Possible subtypes can range from dumb icons that always render the same thing to smarter icons that change its icon based on the properties/contents of the folder.