Uses of Interface
hudson.model.PersistentDescriptor
-
Packages that use PersistentDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security.csrf hudson.tasks hudson.triggers Built-inTrigger
s that run periodically to kick a new build.jenkins.model jenkins.mvn jenkins.security jenkins.security.apitoken -
-
Uses of PersistentDescriptor in hudson.model
Classes in hudson.model that implement PersistentDescriptor Modifier and Type Class Description class
UsageStatistics
-
Uses of PersistentDescriptor in hudson.security.csrf
Classes in hudson.security.csrf that implement PersistentDescriptor Modifier and Type Class Description static class
DefaultCrumbIssuer.DescriptorImpl
-
Uses of PersistentDescriptor in hudson.tasks
Classes in hudson.tasks that implement PersistentDescriptor Modifier and Type Class Description static class
Maven.DescriptorImpl
static class
Shell.DescriptorImpl
-
Uses of PersistentDescriptor in hudson.triggers
Classes in hudson.triggers that implement PersistentDescriptor Modifier and Type Class Description static class
SCMTrigger.DescriptorImpl
-
Uses of PersistentDescriptor in jenkins.model
Classes in jenkins.model that implement PersistentDescriptor Modifier and Type Class Description class
ArtifactManagerConfiguration
List of configuredArtifactManagerFactory
s.class
JenkinsLocationConfiguration
Stores the location of Jenkins (e-mail address and the HTTP URL.) -
Uses of PersistentDescriptor in jenkins.mvn
Classes in jenkins.mvn that implement PersistentDescriptor Modifier and Type Class Description class
GlobalMavenConfig
-
Uses of PersistentDescriptor in jenkins.security
Classes in jenkins.security that implement PersistentDescriptor Modifier and Type Class Description class
QueueItemAuthenticatorConfiguration
Show theQueueItemAuthenticator
configurations on the system config page.class
UpdateSiteWarningsConfiguration
Configuration for update site-provided warnings. -
Uses of PersistentDescriptor in jenkins.security.apitoken
Classes in jenkins.security.apitoken that implement PersistentDescriptor Modifier and Type Class Description class
ApiTokenPropertyConfiguration
Configuration for the new token generation when a user is created
-