@Deprecated public class MergeRequestImpl extends MergeRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeRequestImpl.MergeContent
Deprecated.
|
| Constructor and Description |
|---|
MergeRequestImpl(java.lang.String left,
MergeVersion base,
java.lang.String right,
Project project)
Deprecated.
|
MergeRequestImpl(java.lang.String left,
java.lang.String base,
java.lang.String right,
FileType type,
Project project)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges()
Deprecated.
|
DiffContent [] |
getContents()
Deprecated.
|
java.lang.String[] |
getContentTitles()
Deprecated.
|
java.lang.String |
getHelpId()
Deprecated.
|
MergeRequestImpl.MergeContent |
getMergeContent()
Deprecated.
|
int |
getResult()
Deprecated.
After the merge operation is completed, returns the exit code of the merge dialog.
|
DiffContent |
getResultContent()
Deprecated.
|
java.lang.String |
getWindowTitle()
Deprecated.
Used as window title
|
void |
restoreOriginalContent()
Deprecated.
|
void |
setHelpId(java.lang.String helpId)
Deprecated.
Specifies the ID of the help topic which is shown when the Help button is pressed.
|
void |
setResult(int result)
Deprecated.
|
void |
setVersionTitles(java.lang.String[] versionTitles)
Deprecated.
Sets the titles of panes in the merge dialog.
|
void |
setWindowTitle(java.lang.String windowTitle)
Deprecated.
Sets the title of the merge dialog.
|
addHint, getGroupKey, getHints, getOnOkRunnable, getProject, removeHint, setGroupKey, setOnOkRunnablepublic MergeRequestImpl(java.lang.String left,
MergeVersion base,
java.lang.String right,
Project project)
public DiffContent [] getContents()
getContents in class DiffRequestpublic java.lang.String[] getContentTitles()
getContentTitles in class DiffRequestDiffRequest.getContents()public void setVersionTitles(java.lang.String[] versionTitles)
MergeRequestsetVersionTitles in class MergeRequestversionTitles - Array of 3 strings. First string specifies left pane title, second string specifies middle pane (merged content)
title, third string specifies right pane.public java.lang.String getWindowTitle()
DiffRequestgetWindowTitle in class DiffRequestpublic void setWindowTitle(java.lang.String windowTitle)
MergeRequestsetWindowTitle in class MergeRequestwindowTitle - The dialog title.public void setResult(int result)
public void applyChanges()
public int getResult()
MergeRequestgetResult in class MergeRequestDialogWrapper.OK_EXIT_CODE if the user accepted the merge, or a different value if the merge
operation was cancelled.public MergeRequestImpl.MergeContent getMergeContent()
public DiffContent getResultContent()
public void restoreOriginalContent()
restoreOriginalContent in class MergeRequestpublic java.lang.String getHelpId()
public void setHelpId(java.lang.String helpId)
MergeRequestsetHelpId in class MergeRequesthelpId - the ID of the help topic for the merge operation.