Uses of Class
jenkins.model.BuildDiscarder
-
Packages that use BuildDiscarder Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks jenkins.model -
-
Uses of BuildDiscarder in hudson.model
Methods in hudson.model that return BuildDiscarder Modifier and Type Method Description BuildDiscarder
Job. getBuildDiscarder()
Returns the configured build discarder for this job, viaBuildDiscarderProperty
, or null if none.Methods in hudson.model with parameters of type BuildDiscarder Modifier and Type Method Description void
Job. setBuildDiscarder(BuildDiscarder bd)
-
Uses of BuildDiscarder in hudson.tasks
Subclasses of BuildDiscarder in hudson.tasks Modifier and Type Class Description class
LogRotator
Default implementation ofBuildDiscarder
. -
Uses of BuildDiscarder in jenkins.model
Methods in jenkins.model that return BuildDiscarder Modifier and Type Method Description BuildDiscarder
SimpleGlobalBuildDiscarderStrategy. getDiscarder()
BuildDiscarder
BuildDiscarderProperty. getStrategy()
Methods in jenkins.model that return types with arguments of type BuildDiscarder Modifier and Type Method Description static DescriptorExtensionList<BuildDiscarder,BuildDiscarderDescriptor>
BuildDiscarderDescriptor. all()
Returns all the registeredBuildDiscarderDescriptor
s.Constructors in jenkins.model with parameters of type BuildDiscarder Constructor Description BuildDiscarderProperty(BuildDiscarder strategy)
SimpleGlobalBuildDiscarderStrategy(BuildDiscarder discarder)
-