| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IReport> |
Repository.getReports() |
Gets the available reports.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Repository.addReport(IReport report) |
Adds the report to repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Repository.addReports(java.util.List<IReport> reports) |
Adds the list of reports to repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SynchronizerResult> |
Connector.add(IReport report) |
Adds report to synchronizes systems.
|
SynchronizerResult |
DefaultSynchronizer.add(IReport report) |
|
SynchronizerResult |
ISynchronizer.add(IReport report) |
Adds the report to synchronized system.
|
java.util.List<SynchronizerResult> |
Connector.update(IReport report) |
Update.
|
SynchronizerResult |
DefaultSynchronizer.update(IReport report) |
|
SynchronizerResult |
ISynchronizer.update(IReport report) |
Update report on synchronized system.
|
| Modifier and Type | Method | Description |
|---|---|---|
SynchronizerResult |
AtlassianSynchronizer.add(IReport report) |
|
SynchronizerResult |
AtlassianSynchronizer.update(IReport report) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.rogatio.circlead.control.synchronizer.atlassian.content.Page |
Parser.createPage(IReport report,
java.lang.String spaceKey,
ISynchronizer synchronizer) |
Creates the page.
|
static org.rogatio.circlead.control.synchronizer.atlassian.content.Metadata |
Parser.getLabelMetadata(IReport re) |
Gets the label metadata.
|
| Modifier and Type | Method | Description |
|---|---|---|
SynchronizerResult |
FileSynchronizer.add(IReport report) |
|
SynchronizerResult |
FileSynchronizer.update(IReport report) |
|
void |
FileSynchronizer.writeReportRendered(IReport report) |
Write report rendered.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AtlassianRendererEngine.addReportList(org.jsoup.nodes.Element element,
java.util.List<IReport> list) |
|
void |
FileRendererEngine.addReportList(org.jsoup.nodes.Element element,
java.util.List<IReport> list) |
|
void |
ISynchronizerRendererEngine.addReportList(org.jsoup.nodes.Element element,
java.util.List<IReport> list) |
Adds the report list.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultReport |
The Class DefaultReport.
|
class |
IndexCirclead |
The Class IndexCirclead.
|
class |
IndexRbs |
The Class IndexRbs.
|
class |
IndexRrgs |
The Class IndexRrgs.
|
class |
IndexWorkitems |
The Class IndexWorkitems.
|