Package | Description |
---|---|
com.cloudbees.hudson.plugins.folder | |
com.cloudbees.hudson.plugins.folder.computed | |
com.cloudbees.hudson.plugins.folder.health |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFolderProperty<C extends AbstractFolder<?>>
Property potentially applicable to any
AbstractFolder . |
Modifier and Type | Class and Description |
---|---|
class |
Folder
A mutable folder.
|
Modifier and Type | Field and Description |
---|---|
protected C |
AbstractFolderProperty.owner
The
AbstractFolder object that owns this property. |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractFolderDescriptor.isLookAndFeelConfigurable(AbstractFolder<?> folder) |
protected void |
FolderIcon.setOwner(AbstractFolder<?> folder)
Called by
AbstractFolder to set the owner that this icon is used for. |
Modifier and Type | Method and Description |
---|---|
static List<AbstractFolderPropertyDescriptor> |
AbstractFolderPropertyDescriptor.getApplicableDescriptors(Class<? extends AbstractFolder> containerType)
Gets the
FolderPropertyDescriptor s applicable for a given folder type. |
boolean |
FolderIconDescriptor.isApplicable(Class<? extends AbstractFolder> folderType)
Returns true if this
FolderIcon type is applicable to the
given job type. |
boolean |
AbstractFolderPropertyDescriptor.isApplicable(Class<? extends AbstractFolder> containerType)
Returns true if this
AbstractFolderProperty type is applicable to the
given folder type. |
Constructor and Description |
---|
AbstractFolderDescriptor(Class<? extends AbstractFolder> clazz)
Explicit constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ComputedFolder<I extends hudson.model.TopLevelItem>
A folder-like item whose children are computed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FolderHealthMetricDescriptor.isApplicable(Class<? extends AbstractFolder> containerType)
Returns true if this
FolderHealthMetric type is applicable to the
given folder type. |
Copyright © 2016–2017. All rights reserved.