| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| Modifier and Type | Method and Description |
|---|---|
LogRotator |
Job.getLogRotator()
Deprecated.
as of 1.503
Use
Job.getBuildDiscarder(). |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setLogRotator(LogRotator logRotator)
Deprecated.
as of 1.503
Use
Job.setBuildDiscarder(BuildDiscarder) |
Copyright © 2019. All rights reserved.