public interface PluginCompareCommandFactory
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.bitbucket.scm.Command<Void> |
changes(com.atlassian.bitbucket.compare.CompareRequest compareRequest,
com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters parameters,
com.atlassian.bitbucket.content.ChangeCallback callback) |
com.atlassian.bitbucket.scm.Command<Void> |
commits(com.atlassian.bitbucket.compare.CompareRequest compareRequest,
com.atlassian.bitbucket.commit.CommitCallback callback) |
com.atlassian.bitbucket.scm.Command<Void> |
diff(com.atlassian.bitbucket.compare.CompareRequest compareRequest,
com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters parameters,
com.atlassian.bitbucket.content.DiffContentCallback callback) |
@Nonnull com.atlassian.bitbucket.scm.Command<Void> changes(@Nonnull com.atlassian.bitbucket.compare.CompareRequest compareRequest, @Nonnull com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters parameters, @Nonnull com.atlassian.bitbucket.content.ChangeCallback callback)
@Nonnull com.atlassian.bitbucket.scm.Command<Void> commits(@Nonnull com.atlassian.bitbucket.compare.CompareRequest compareRequest, @Nonnull com.atlassian.bitbucket.commit.CommitCallback callback)
compareRequest - describes the refs being comparedcallback - a callback to receive commits which are unique to the from reffrom ref which are not referenced by the to refCopyright © 2024 Atlassian. All rights reserved.