Hi Team,
We are trying to create a bitbucket plugin which can block creation of Pull Request depending on quality metrics that will be performed on code.
We are trying to use the mentioned interfaces of Bitbucket API.
Please help with the new interfaces which can be used for this use case ?
Interfaces which are not available anymore :
import com.atlassian.bitbucket.content.PullRequestValidator;
import com.atlassian.bitbucket.content.PullRequestValidationContext;
import com.atlassian.bitbucket.content.PullRequestValidationResult;
import com.atlassian.bitbucket.content.PullRequestValidationResultBuilder;