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.
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.