public interface CcMergeHandlingCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
CcMergeHandlingCallback.CheckinMergeHandling
Enumeration to specify how to deal with the checkin
after a merge.
|
| Modifier and Type | Method and Description |
|---|---|
CcMergeHandlingCallback.CheckinMergeHandling |
performManualMerge(CcFile file,
CcVersion fromVersion,
CcVersion toVersion)
This method is called when a manual merge from LATEST is needed.
|
CcMergeHandlingCallback.CheckinMergeHandling performManualMerge(CcFile file, CcVersion fromVersion, CcVersion toVersion) throws WvcmException
file - the file we're mergingfromVersion - the base versiontoVersion - the version we're merging withWvcmExceptionCopyright © IBM 2017. All rights reserved.