One of Alambic's main goal is to provide easy access to all data both retrieved and computed by plugins. This section explains what can be exported, and how.
Metrics (JSON) /models/metrics.json
The definition of metrics, as published in the documentation on metrics.
Attributes (JSON) /models/attributes.json
The definition of quality attributes, as published in the documentation on attributes.
Quality model (JSON) /models/quality_model.json
The hierarchy of quality attributes composing the quality model, as published in the documentation about quality model.
Quality model full (JSON) /models/quality_model_full.json
The full quality model has the same tree-like structure than the previous download, but also includes full names of entities and additional information useful to sketch up a nice visualisation.
Definition files for metrics, attributes, and quality model can be found at the following static URLs:
/models/metrics.json
/models/attributes.json
/models/qm.json
/models/qm_full.json
Information for projects can be retrieved using the following URLs:
/projects/<project_id>/info.json
/projects/<project_id>/metrics.json
/projects/<project_id>/attributes.json
/projects/<project_id>/recs.json
/projects/<project_id>/qm_full.json
Figures are generated along the following URL: /projects/<project_id>/<plugin_id>/<figure>
Download files are generated along the following URL: /projects/<project_id>/<plugin_id>/<data.json>
Visualisation plugins usually produce figures which can easily be re-used and embedded in external web sites. There are two types of exports available here: simple image files and html snippets. For each project and plugin the set of images generated is available through a unified interface: /projects/<project_id>/<plugin_id>/image_to_export
. These url are permanent and automatically updated when the project is analysed.
Simple images (like png or svg) can be shared by simply retrieving the graphic url and embedding it in a classic <img src="http://alambic_server/projects/<project_id>/<plugin_id>/image_to_export">
image tag.
More advanced visualisations like interactive and js-based plots are presented as a html snippet which can be embedded in a <iframe src="http://alambic_server/projects/<project_id>/<plugin_id>/snippet_to_export">
tag. End-users will still have the ability to interact with the graph on the external web site since the js data is stored right in the html. Cool eh?
The image will be regenerated at every analysis and will be always up-to-date. See the examples on the Alambic web site for more detailed information and examples.
Eclipse GlassFish
Figures
Downloads
Eclipse Epsilon
Figures
Downloads
Eclipse Acceleo
Figures
Downloads
Eclipse OCL
Figures
Downloads
Eclipse Sphinx
Figures
Downloads
PolarSys CHESS
Figures
Downloads
PolarSys OpenCert
Figures
Downloads
Eclipse Apogy
Figures
Downloads
Eclipse APP4MC
Figures
Downloads
Eclipse EGit
Figures
Downloads
Eclipse Process Framework
Figures
Downloads
Eclipse JGit
Figures
Downloads
Eclipse Scout
Figures
Downloads
Page generated by Alambic 3.3.3-dev on Mon Mar 1 16:12:36 2021.