Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and Description |
---|---|
RunT |
Job.getFirstBuild()
Returns the oldest build in the record.
|
RunT |
Job.getLastBuild()
Returns the last build.
|
RunT |
Job.getLastCompletedBuild()
Returns the last completed build, if any.
|
RunT |
Job.getLastFailedBuild()
Returns the last failed build, if any.
|
RunT |
Job.getLastStableBuild()
Returns the last stable build, if any.
|
RunT |
Job.getLastSuccessfulBuild()
Returns the last successful build, if any.
|
RunT |
Job.getLastUnstableBuild()
Returns the last unstable build, if any.
|
RunT |
Job.getLastUnsuccessfulBuild()
Returns the last build that was anything but stable, if any.
|
Copyright © 2018. All rights reserved.