Package | Description |
---|---|
com.ibm.xtools.umldt.rt.api.egit.internal | |
com.ibm.xtools.umldt.rt.api.egit.merge | |
com.ibm.xtools.umldt.rt.api.egit.merge.impl |
Modifier and Type | Method and Description |
---|---|
RTEGitMergeCommand |
EGitCommandFactory.merge() |
Modifier and Type | Method and Description |
---|---|
RTEGitMergeCommand |
RTEGitCommandFactory.merge()
Creates command to start merge
|
RTEGitMergeCommand |
RTEGitMergeCommand.setAutoCheckout(boolean status)
Automatically checkout target branch before merge
|
RTEGitMergeCommand |
RTEGitMergeCommand.setAutoCommit(boolean autoCommit)
Controls whether the merge command should automatically commit after a
successful merge.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setAutoImport(boolean autoImport)
Perform auto-import of affected project during compare/merge operation
Default value: disabled
|
RTEGitMergeCommand |
RTEGitMergeCommand.setClosureFilter(IClosureFilter filter)
Defines filter for closure operation.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setClosureFilter(String filter)
Defines filter for closure operation.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setCompletionCallback(RTEGitMergeCommand.MergeCompletionCallback callback)
Set callback which will be notified when merge operation is completed.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setFastForwardMode(org.eclipse.jgit.api.MergeCommand.FastForwardMode mode)
Set fast-forward mode.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setMergeType(MergeType type)
Set merge type.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setPartialMode(boolean partialMode)
Enables/disables partial mode.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setProgressMonitor(org.eclipse.core.runtime.IProgressMonitor monitor)
Set progress monitor for current command
|
RTEGitMergeCommand |
RTEGitMergeCommand.setRepository(File repository)
Set path to existing Git repository
|
RTEGitMergeCommand |
RTEGitMergeCommand.setSource(String ref)
Set source branch/ref/commit for the merge
|
RTEGitMergeCommand |
RTEGitMergeCommand.setSquash(boolean squash)
Enables/disables squash mode for merge.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setTarget(String ref)
Set target branch/ref/commit for the merge.
|
Modifier and Type | Class and Description |
---|---|
class |
RTEGitMergeCommandImpl |
Modifier and Type | Method and Description |
---|---|
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setAutoCheckout(boolean status) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setAutoCommit(boolean autoCommit) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setAutoImport(boolean status) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setClosureFilter(IClosureFilter filter) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setClosureFilter(String filter) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setCompletionCallback(RTEGitMergeCommand.MergeCompletionCallback callback) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setFastForwardMode(org.eclipse.jgit.api.MergeCommand.FastForwardMode mode) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setMergeType(MergeType type) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setPartialMode(boolean status) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setProgressMonitor(org.eclipse.core.runtime.IProgressMonitor monitor) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setRepository(File repository) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setSource(String ref) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setSquash(boolean status) |
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setTarget(String ref) |