| 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 |
|---|---|
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
FolderPropertyDescriptors applicable for a given folder type. |
boolean |
AbstractFolderPropertyDescriptor.isApplicable(Class<? extends AbstractFolder> containerType)
Returns true if this
AbstractFolderProperty type is applicable to the
given folder type. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Class<AbstractFolder> |
FolderCredentialsProvider.FolderCredentialsProperty.ActionFactory.type() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
FolderCredentialsProvider.FolderCredentialsProperty.ActionFactory.createFor(AbstractFolder target) |
Copyright © 2016. All rights reserved.