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, via
BuildDiscarderProperty , 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 |
---|---|
BuildDiscarder |
BuildDiscarderProperty.getStrategy() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<BuildDiscarder,BuildDiscarderDescriptor> |
BuildDiscarderDescriptor.all()
Returns all the registered
BuildDiscarderDescriptor s. |
Constructor and Description |
---|
BuildDiscarderProperty(BuildDiscarder strategy) |
Copyright © 2018. All rights reserved.