Uses of Interface
com.atlassian.bitbucket.comment.CommentableVisitor
-
Uses of CommentableVisitor in com.atlassian.bitbucket.comment
Modifier and TypeMethodDescription<T> T
Commentable.accept
(CommentableVisitor<T> visitor) Accepts the providedvisitor
and invokes the appropriatevisit
overload for this commentable type, returning its result.