public interface

PullRequestParticipant

com.atlassian.bitbucket.pull.PullRequestParticipant

Class Overview

Describes a participant on a pull request.

Each participant has a role, such as author or reviewer.

Summary

Public Methods
@Nonnull PullRequest getPullRequest()
@Nonnull PullRequestRole getRole()
@Nonnull ApplicationUser getUser()
boolean isApproved()

Public Methods

@Nonnull public PullRequest getPullRequest ()

@Nonnull public PullRequestRole getRole ()

@Nonnull public ApplicationUser getUser ()

public boolean isApproved ()