Package hudson.model
Interface PersistentDescriptor
-
- All Superinterfaces:
Saveable
- All Known Implementing Classes:
ApiTokenPropertyConfiguration
,ArtifactManagerConfiguration
,DefaultCrumbIssuer.DescriptorImpl
,GlobalMavenConfig
,JenkinsLocationConfiguration
,Maven.DescriptorImpl
,QueueItemAuthenticatorConfiguration
,SCMTrigger.DescriptorImpl
,Shell.DescriptorImpl
,UpdateSiteWarningsConfiguration
,UsageStatistics
public interface PersistentDescriptor extends Saveable
Marker interface for Descriptors which use xml persistent data, and as such need to load from disk when instantiated.Descriptor.load()
method is annotated asPostConstruct
so it get automatically invoked after constructor and field injection.- Since:
- 2.140
- Author:
- Nicolas De Loof
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
load()
-