public interface RTEGitCommandFactory extends RTMergeFacade.CommandFactory
RTMergeFacade.CommandFactory
.
It is strongly recommended to call commands from non-UI threads to avoid UI freeze and potential deadlocks.
Modifier and Type | Method and Description |
---|---|
RTEGitAddRepositoryCommand |
addRepository()
Creates command to add Git repository to EGit Repository View.
|
RTEGitCompareCommand |
compare()
Creates command to start compare
|
RTEGitMergeCommand |
merge()
Creates command to start merge
|
RTEGitMergeToolCommand |
mergeTool()
Creates command to start merge tool
|
RTEGitRebaseCommand |
rebase()
Creates command to start/continue rebase
|
getTeamProvider
RTEGitAddRepositoryCommand addRepository()
RTEGitCompareCommand compare()
RTEGitCompareCommand
RTEGitMergeCommand merge()
RTEGitMergeCommand
RTEGitMergeToolCommand mergeTool()
RTEGitMergeToolCommand
RTEGitRebaseCommand rebase()
RTEGitRebaseCommand