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 |
---|---|
RTEGitRebaseCommand |
EGitCommandFactory.rebase() |
Modifier and Type | Method and Description |
---|---|
RTEGitRebaseCommand |
RTEGitCommandFactory.rebase()
Creates command to start/continue rebase
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setAutoImport(boolean autoImport)
Perform auto-import of affected project during rebase.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setClosureFilter(IClosureFilter filter)
Defines filter for closure operation.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setClosureFilter(String filter)
Defines filter for closure operation.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setCompletionCallback(RTEGitRebaseCommand.RebaseCompletionCallback callback)
Set callback which will be notified when merge operation is completed.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setInteractive(boolean interactive)
Set interactive mode for the rebase
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setMergeType(MergeType type)
Set merge type for rebase command.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setOperation(org.eclipse.jgit.api.RebaseCommand.Operation operation)
Set current rebase operation.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setPartialMode(boolean partialMode)
Enables/disables partial mode.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setPreserveMerges(boolean preserve)
True to re-create merges during rebase.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setProgressMonitor(org.eclipse.core.runtime.IProgressMonitor monitor)
Set progress monitor for operation.
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setRepository(File repository)
Set path to existing Git repository
|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setUpstream(String ref)
Set upstream branch
|
Modifier and Type | Class and Description |
---|---|
class |
RTEGitRebaseCommandImpl |
Modifier and Type | Method and Description |
---|---|
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setAutoImport(boolean autoImport) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setClosureFilter(IClosureFilter filter) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setClosureFilter(String filter) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setCompletionCallback(RTEGitRebaseCommand.RebaseCompletionCallback callback) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setInteractive(boolean interactive) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setMergeType(MergeType type) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setOperation(org.eclipse.jgit.api.RebaseCommand.Operation operation) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setPartialMode(boolean partialMode) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setPreserveMerges(boolean preserve) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setProgressMonitor(org.eclipse.core.runtime.IProgressMonitor monitor) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setRepository(File repository) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setUpstream(String ref) |