Class AbstractFolderProperty<C extends AbstractFolder<?>>
java.lang.Object
hudson.model.AbstractDescribableImpl<AbstractFolderProperty<?>>
com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<C>
- All Implemented Interfaces:
ExtensionPoint,Describable<AbstractFolderProperty<?>>,ReconfigurableDescribable<AbstractFolderProperty<?>>
- Direct Known Subclasses:
FolderCredentialsProvider.FolderCredentialsProperty,FolderProperty
public abstract class AbstractFolderProperty<C extends AbstractFolder<?>>
extends AbstractDescribableImpl<AbstractFolderProperty<?>>
implements ExtensionPoint, ReconfigurableDescribable<AbstractFolderProperty<?>>
Property potentially applicable to any
AbstractFolder.- Since:
- 4.11-beta-1
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the health metrics contributed by this property.Folder properties can optionally contribute health reports for the folder.Collection<?>Provides stapler override objects toFolderso that its URL space can be partially overridden by properties.getOwner()Gets an owner of the property.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.protected voidHook for performing post-initialization action.
-
Field Details
-
owner
TheAbstractFolderobject that owns this property. This value will be set by the folder. Derived classes can expect this value to be always set.
-
-
Constructor Details
-
AbstractFolderProperty
public AbstractFolderProperty()
-
-
Method Details
-
setOwner
Hook for performing post-initialization action.- Parameters:
owner- the owner.
-
getOwner
Gets an owner of the property.- Returns:
- Owner of the property. It should be always non-null if the property initialized correctly.
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<C extends AbstractFolder<?>>
-
getItemContainerOverrides
Provides stapler override objects toFolderso that its URL space can be partially overridden by properties.- Returns:
- the overrides.
- See Also:
-
StaplerOverridable
-
reconfigure
public AbstractFolderProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) throws Descriptor.FormException - Specified by:
reconfigurein interfaceReconfigurableDescribable<C extends AbstractFolder<?>>- Throws:
Descriptor.FormException
-
reconfigure
@Deprecated public AbstractFolderProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) throws Descriptor.FormException Deprecated.- Specified by:
reconfigurein interfaceReconfigurableDescribable<C extends AbstractFolder<?>>- Throws:
Descriptor.FormException
-
getHealthReports
Folder properties can optionally contribute health reports for the folder. These should be reports of the folder directly, where a report requires iteration of the items in the folder use thegetHealthMetrics()in order to prevent multiple iterations of the items in the folder.- Returns:
- the list of health reports.
-
getHealthMetrics
Returns the health metrics contributed by this property.- Returns:
- the health metrics contributed by this property.
-
reconfigure(StaplerRequest2, JSONObject)