| Package | Description |
|---|---|
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.historygraph | |
| oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
| Modifier and Type | Method and Description |
|---|---|
GraphNode[] |
HistoryGraphEntryProducer.produceEntries(java.net.URL root,
java.time.LocalDate ldate)
produce the commit node entries
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
HistoryGraphEntryProducer.getBranchLabelFor(java.net.URL root,
GraphNode lnode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GraphNode> |
GraphNode.getParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphNode.addParent(GraphNode node) |
| Modifier and Type | Method and Description |
|---|---|
GraphNode[] |
VCSHistoryGraphProvider.getEntries(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
VCSHistoryGraphProvider.getBranchLabelFor(java.net.URL root,
GraphNode node) |