public interface

CommentableVisitor

com.atlassian.bitbucket.comment.CommentableVisitor<T>
Known Indirect Subclasses

Class Overview

Visitor for Commentable entities. Implementors are encouraged to extend AbstractCommentableVisitor instead of directly implementing this interface.

Summary

Public Methods
T visit(PullRequest pullRequest)
@Deprecated T visit(CommitDiscussion discussion)
This method is deprecated. in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog

Public Methods

public T visit (PullRequest pullRequest)

@Deprecated public T visit (CommitDiscussion discussion)

This method is deprecated.
in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog