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