public interface ESMergeObserver extends ESObserver
| Modifier and Type | Method and Description |
|---|---|
void |
postApplyMergedChanges(ESLocalProject project,
ESChangePackage changePackage)
Called after the merge result has been re-applied, i.e.
|
void |
postApplyTheirChanges(ESLocalProject project,
List<ESChangePackage> theirChangePackages)
Called after incoming changes have been applied upon the
ESLocalProject and before
our changes are re-applied. |
void |
postRevertMyChanges(ESLocalProject project)
Called after local changes have been reverted and before incoming
changes are applied.
|
void |
preRevertMyChanges(ESLocalProject project,
ESChangePackage changePackage)
Called before all local changes are reverted.
|
void preRevertMyChanges(ESLocalProject project, ESChangePackage changePackage)
project - the ESLocalProject upon which local changes have been revertedchangePackage - the ESChangePackage containing the operations being revertedvoid postRevertMyChanges(ESLocalProject project)
project - the ESLocalProject upon which local changes have been revertedvoid postApplyTheirChanges(ESLocalProject project, List<ESChangePackage> theirChangePackages)
ESLocalProject and before
our changes are re-applied.project - the ESLocalProject upon which local changes have been revertedtheirChangePackages - a list of ESChangePackages containing the changes that have been applied
upon the projectvoid postApplyMergedChanges(ESLocalProject project, ESChangePackage changePackage)
project - the ESLocalProject upon which changes should have been re-appliedchangePackage - the ESChangePackage containing the changes to be applied upon the projectCopyright © 2017. All rights reserved.