Class FirstCheckoutCompletedInvisibleAction
java.lang.Object
hudson.model.InvisibleAction
com.cloudbees.jenkins.plugins.bitbucket.FirstCheckoutCompletedInvisibleAction
- All Implemented Interfaces:
Action
,ModelObject
Marks when the first Git checkout has being completed.
When building PRs with merge strategy two checkouts are done, one to obtain the Jenkinsfile and one to obtain the source code.
When importing libraries, each library also executes a checkout.
This avoids sending multiple notifications to Bitbucket by remembering the first checkout.
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
FirstCheckoutCompletedInvisibleAction
public FirstCheckoutCompletedInvisibleAction()
-