@Deprecated public interface

CommitDiscussion

implements Commentable Watchable
com.atlassian.bitbucket.commit.CommitDiscussion

This interface 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

Summary

Public Methods
@Nonnull String getCommitId()
@Nonnull Set<CommitDiscussionParticipant> getParticipants()
@Nonnull Repository getRepository()
boolean isMerge()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.comment.Commentable
From interface com.atlassian.bitbucket.watcher.Watchable

Public Methods

@Nonnull public String getCommitId ()

@Nonnull public Set<CommitDiscussionParticipant> getParticipants ()

@Nonnull public Repository getRepository ()

public boolean isMerge ()