Uses of Class
hudson.tasks.LogRotator

Packages that use LogRotator
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of LogRotator in hudson.maven
 

Methods in hudson.maven that return LogRotator
 LogRotator MavenModule.getLogRotator()
          MavenModule follows the same log rotation schedule as its parent.
 

Methods in hudson.maven with parameters of type LogRotator
 void MavenModule.setLogRotator(LogRotator logRotator)
          Deprecated. Not allowed to configure log rotation per module.
 

Uses of LogRotator in hudson.model
 

Methods in hudson.model that return LogRotator
 LogRotator Job.getLogRotator()
          Deprecated. as of 1.503 Use Job.getBuildDiscarder().
 

Methods in hudson.model with parameters of type LogRotator
 void Job.setLogRotator(LogRotator logRotator)
          Deprecated. as of 1.503 Use Job.setBuildDiscarder(BuildDiscarder)
 



Copyright © 2004-2013. All Rights Reserved.