Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
Modifier and Type | Method and Description |
---|---|
IMergeCommand |
ICmsServices.createMergeCommand()
Creates a merge command.
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessExtension.postMerge(IMergeCommand command,
IUpdateDetails result)
Called after a successful merge is finished
|
void |
IProcessExtension.postMergeFailed(IMergeCommand command,
java.lang.Exception cause)
Called after the command failed.
|
boolean |
IProcessExtension.preMerge(org.modelio.vbasic.progress.IModelioProgress monitor,
IMergeCommand command)
Ask for the parameters and the confirmation of the merge operation.
|