Package | Description |
---|---|
com.ibm.xtools.umldt.rt.api.egit.merge | |
com.ibm.xtools.umldt.rt.api.egit.merge.impl |
Modifier and Type | Method and Description |
---|---|
static MergeType |
MergeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeType[] |
MergeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RTEGitRebaseCommand |
RTEGitRebaseCommand.setMergeType(MergeType type)
Set merge type for rebase command.
|
RTEGitMergeCommand |
RTEGitMergeCommand.setMergeType(MergeType type)
Set merge type.
|
Modifier and Type | Method and Description |
---|---|
RTEGitMergeCommand |
RTEGitMergeCommandImpl.setMergeType(MergeType type) |
RTEGitRebaseCommand |
RTEGitRebaseCommandImpl.setMergeType(MergeType type) |