Repository Hooks not working

Ian Carson July 16, 2017

Repository hooks API does not appear to properly configure the code required. The exmple code won't run due to missing libraries. I have looked online and the documentation appears to be all over the place.

The path is set to

import com.atlassian.bitbucket.repository.hook.*;

yet when I go to the online dock's it points to

import com.atlassian.bitbucket.hook.*;

 The project builds before the module hook is added.

1 answer

1 accepted

0 votes
Answer accepted
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 19, 2017

Hi Ian, can you try replacing the wrong import :

import com.atlassian.bitbucket.repository.hook*;

by

import com.atlassian.bitbucket.hook.*;
import com.atlassian.bitbucket.hook.repository.*; 

 and let us know if that works for you?

Regards,

Ana

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events