public interface

PullRequestRef

implements Ref
com.atlassian.bitbucket.pull.PullRequestRef

Class Overview

A ref involved in a pull request, linking to the repository the ref is in. This allows cross-repository pull requests.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.bitbucket.repository.MinimalRef
From interface com.atlassian.bitbucket.repository.Ref
Public Methods
@Nonnull Repository getRepository()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.repository.MinimalRef
From interface com.atlassian.bitbucket.repository.Ref

Public Methods

@Nonnull public Repository getRepository ()