Uses of Class
hudson.tasks.LogRotator
-
Packages that use LogRotator Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of LogRotator in hudson.model
Methods in hudson.model that return LogRotator Modifier and Type Method Description LogRotator
Job. getLogRotator()
Deprecated.as of 1.503 UseJob.getBuildDiscarder()
.Methods in hudson.model with parameters of type LogRotator Modifier and Type Method Description void
Job. setLogRotator(LogRotator logRotator)
Deprecated.as of 1.503 UseJob.setBuildDiscarder(BuildDiscarder)
-