| Package | Description |
|---|---|
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changeset.cmd | |
| oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeListCommentsCustomizer.setRecentCommentsModel(VCSRecentCommentsModel commentsModel) |
| Modifier and Type | Method and Description |
|---|---|
VCSRecentCommentsModel |
CommentTemplatesConfiguration.getRecentCommentsModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentTemplatesConfiguration.setRecentCommentsModel(VCSRecentCommentsModel commentsModel) |
| Modifier and Type | Method and Description |
|---|---|
VCSRecentCommentsModel |
VCSCommentsCustomizer.getRecentCommentsModel()
Gets the comments model to be used for making historical comments
available in a completion popup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCSCommentsCustomizer.setRecentCommentsModel(VCSRecentCommentsModel commentsModel)
Sets the comments model to be used for making historical comments
available in a completion popup.
|