public class

AbstractRepositoryActivityVisitor

extends Object
implements RepositoryActivityVisitor<T>
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor<T>

Summary

Public Constructors
AbstractRepositoryActivityVisitor()
Public Methods
T visit(RepositoryPushActivity activity)
@Deprecated T visit(CommitDiscussionCommentActivity activity)
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
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.repository.RepositoryActivityVisitor

Public Constructors

public AbstractRepositoryActivityVisitor ()

Public Methods

public T visit (RepositoryPushActivity activity)

@Deprecated public T visit (CommitDiscussionCommentActivity activity)

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