Uses of Class
hudson.model.CheckPoint
-
Packages that use CheckPoint Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of CheckPoint in hudson.model
Fields in hudson.model declared as CheckPoint Modifier and Type Field Description static CheckPoint
CheckPoint. COMPLETED
CheckPoint
that indicates that the build is completed.static CheckPoint
CheckPoint. CULPRITS_DETERMINED
CheckPoint
that indicates thatAbstractBuild.getCulprits()
is computed.static CheckPoint
CheckPoint. MAIN_COMPLETED
CheckPoint
that indicates that the build has finished executing the "main" portion (Builder
s in case ofFreeStyleProject
) and now moving on to the post-build steps.
-