Uses of Class
hudson.logging.LogRecorderManager
-
Packages that use LogRecorderManager Package Description hudson.logging jenkins.model -
-
Uses of LogRecorderManager in hudson.logging
Methods in hudson.logging that return LogRecorderManager Modifier and Type Method Description LogRecorderManager
LogRecorder. getParent()
-
Uses of LogRecorderManager in jenkins.model
Methods in jenkins.model that return LogRecorderManager Modifier and Type Method Description LogRecorderManager
Jenkins. getLog()
For bindingLogRecorderManager
to "/log".Methods in jenkins.model with parameters of type LogRecorderManager Modifier and Type Method Description void
Jenkins. setLog(LogRecorderManager log)
Set the LogRecorderManager.
-