Uses of Class
hudson.model.CheckPoint

Packages that use CheckPoint
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of CheckPoint in hudson.model
 

Fields in hudson.model declared as CheckPoint
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 (Builders in case of FreeStyleProject) and now moving on to the post-build steps.
 



Copyright © 2004-2013. All Rights Reserved.