| com.atlassian.stash.content.Conflict |
Describes two conflicting changes that were made on opposite sides of a merge.
change made on the destination branch ("our" change) and the change made on the incoming
branch (getTheirChange() "their" change).
Because the conflicting changes only describe the changed paths and the type of change, it is possible for both changes to be the same. Such a case indicates that the same type of change
was made differently to the same files. For example, the same file may be modified in
different ways on both branches.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves "our" change, which describes the change that was made on the destination branch relative to a shared
ancestor with the incoming branch.
| |||||||||||
Retrieves "their" change, which describes the change that was made on the incoming branch relative to a shared
ancestor with the destination branch.
| |||||||||||
Retrieves "our" change, which describes the change that was made on the destination branch relative to a shared ancestor with the incoming branch.
Retrieves "their" change, which describes the change that was made on the incoming branch relative to a shared ancestor with the destination branch.