Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
com.modeliosoft.modelio.cms.api.contrib |
Modifier and Type | Method and Description |
---|---|
IMergeConfig |
IMergeCommand.getConfiguration()
Get the command parameters for process extension contributors.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmsContributor.configMerge(org.modelio.vbasic.progress.IModelioProgress monitor,
IMergeConfig configuration)
Ask for the parameters and the confirmation of the update of the given elements.
|
void |
ICmsContributor.configMerge(org.modelio.vbasic.progress.IModelioProgress monitor,
IMergeConfig configuration)
Ask for the parameters and the confirmation of the update of the given elements.
|
void |
AbstractCmsContributor.onMergeFailed(IMergeConfig config,
java.lang.Throwable cause)
Called after a "Update" has failed.
|
void |
ICmsContributor.onMergeFailed(IMergeConfig config,
java.lang.Throwable cause)
Called after a "Update" has failed.
|
void |
AbstractCmsContributor.onMergeSuccess(IMergeConfig config,
IUpdateDetails mergeResult)
Called after a successful update is finished
|
void |
ICmsContributor.onMergeSuccess(IMergeConfig config,
IUpdateDetails mergeResult)
Called after a successful update is finished
|