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.
|