Uses of Class
hudson.model.CheckPoint
-
Uses of CheckPoint in hudson.model
Modifier and TypeFieldDescriptionstatic final CheckPoint
CheckPoint.COMPLETED
CheckPoint
that indicates that the build is completed.static final CheckPoint
CheckPoint.CULPRITS_DETERMINED
CheckPoint
that indicates thatAbstractBuild.getCulprits()
is computed.static final 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.