-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.4
-
Labels:None
-
Sprint:Sprint 50
-
Critical Points:0
commitCallback binding variable used in scripted Pre Hook and Post Hook incorrectly defined as of type com.atlassian.bitbucket.commit.CommitCallback in the static type checker.
Actually it's used as argument for hookContext.registerCommitCallback, which expects instance of com.atlassian.bitbucket.hook.repository.RepositoryHookCommitCallback.