| com.atlassian.stash.scm.compare.PluginCompareCommandFactory2 |
This interface is deprecated.
in 3.7 for removal in 4.0. In 4.0 this interface's methods will be folded into
PluginCompareCommandFactory and become a mandatory part of the SCM contract.
Summary
| Public Methods |
|
@Nonnull
Command<Void>
|
commits(CompareRequest compareRequest, CommitCallback callback)
|
|
[Expand]
Inherited Methods |
From interface
com.atlassian.stash.scm.compare.PluginCompareCommandFactory
|
@Nonnull
Command<Void>
|
changes(CompareRequest compareRequest, CompareChangeCommandParameters parameters, ChangeCallback callback)
|
|
@Deprecated
@Nonnull
Command<Void>
|
commits(CompareRequest compareRequest, 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(CompareRequest, CommitCallback) in 4.0.
|
|
@Nonnull
Command<Void>
|
diff(CompareRequest compareRequest, CompareDiffCommandParameters parameters, DiffContentCallback callback)
|
|
Public Methods
@Nonnull
public
Command<Void>
commits
(CompareRequest compareRequest, CommitCallback callback)
Parameters
| compareRequest
| describes the refs being compared |
| callback
| a callback to receive commits which are unique to the from ref |
Returns
- a command which, when executed, will stream commits referenced by the
from ref which are not referenced by the to ref