|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuickSilver | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
Uses of QuickSilver in hudson.model |
---|
Methods in hudson.model with annotations of type QuickSilver | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |