Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Field and Description |
---|---|
static CheckPoint |
CheckPoint.COMPLETED
CheckPoint that indicates that the build is completed. |
static CheckPoint |
CheckPoint.CULPRITS_DETERMINED
CheckPoint that indicates that AbstractBuild.getCulprits() is computed. |
static CheckPoint |
CheckPoint.MAIN_COMPLETED
CheckPoint that indicates that the build has finished executing the "main" portion
(Builder s in case of FreeStyleProject ) and now moving on to the post-build
steps. |
Copyright © 2014. All rights reserved.