Uses of Class
jenkins.model.GlobalBuildDiscarderStrategy
-
Uses of GlobalBuildDiscarderStrategy in jenkins.model
Modifier and TypeClassDescriptionclass
Periodically call a job's configured build discarder in the background.class
Apply a user-specified build discarder periodically on all jobs.Modifier and TypeMethodDescriptionGlobalBuildDiscarderStrategyDescriptor.all()
GlobalBuildDiscarderConfiguration.getConfiguredBuildDiscarders()
Modifier and TypeMethodDescriptionstatic void
BackgroundGlobalBuildDiscarder.processJob
(TaskListener listener, Job job, Stream<GlobalBuildDiscarderStrategy> strategies) Runs the specified build discarders against a job.