Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.tasks | |
jenkins.model |
Modifier and Type | Method and Description |
---|---|
BuildDiscarder |
Job.getBuildDiscarder()
Returns the configured build discarder for this job, or null if none.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setBuildDiscarder(BuildDiscarder bd) |
Modifier and Type | Class and Description |
---|---|
class |
LogRotator
Default implementation of
BuildDiscarder . |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<BuildDiscarder,BuildDiscarderDescriptor> |
BuildDiscarderDescriptor.all()
Returns all the registered
BuildDiscarderDescriptor s. |
Copyright © 2016. All rights reserved.