Package | Description |
---|---|
com.ibm.xtools.umldt.rt.api.egit.merge |
Modifier and Type | Method and Description |
---|---|
static MergeToolResult |
MergeToolResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeToolResult[] |
MergeToolResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RTEGitMergeToolCommand.MergeToolCallback.operationCompleted(org.eclipse.jgit.lib.Repository repository,
MergeToolResult result,
org.eclipse.core.runtime.IStatus details)
This method is triggered when merge tool session is closed.
|