Uses of Annotation Interface
hudson.search.QuickSilver
Packages that use QuickSilver
-
Uses of QuickSilver in hudson.model
Methods in hudson.model with annotations of type QuickSilverModifier and TypeMethodDescriptionJob.getFirstBuild()
Returns the oldest build in the record.Job.getLastBuild()
Returns the newest build.Job.getLastCompletedBuild()
Returns the last completed build, if any.Job.getLastFailedBuild()
Returns the last failed build, if any.Job.getLastStableBuild()
Returns the last stable build, if any.Job.getLastSuccessfulBuild()
Returns the last successful build, if any.Job.getLastUnstableBuild()
Returns the last unstable build, if any.Job.getLastUnsuccessfulBuild()
Returns the last build that was anything but stable, if any.