| Public Methods |
|
@Nonnull
Command<Boolean>
|
canMerge(PullRequest pullRequest)
|
|
@Nonnull
Command<Void>
|
changes(PullRequest pullRequest, PullRequestChangeCommandParameters parameters, ChangeCallback callback)
|
|
@Deprecated
@Nonnull
Command<Void>
|
commits(PullRequest pullRequest, ChangesetCallback callback)
This method is deprecated.
in 3.7 for removal in 4.0. All things "changeset" are being renamed to "commit", the more common term
for the data they represent. This method will be replaced by
commits(PullRequest, CommitCallback) in 4.0.
|
|
@Nonnull
Command<Void>
|
diff(PullRequest pullRequest, PullRequestDiffCommandParameters parameters, DiffContentCallback callback)
|
|
@Nonnull
Command<PullRequestEffectiveDiff>
|
effectiveDiff(PullRequest pullRequest)
|
|
@Nonnull
Command<Branch>
|
merge(PullRequest pullRequest, PullRequestMergeCommandParameters parameters)
|
|
@Nonnull
Command<Void>
|
rescope(RepositoryRescopeCommandParameters parameters)
|