Upload via API

Is it possible to upload graphs via an http interface? If not, and I need to use scp or something like that, how can I notify clover server of the graph changes so that they are reflected the next time the graph is run. Thanks…Tom

Hello Tom,

for now, you can upload graph file in web GUI manually.
We are working on these APIs:
* API for upload file by direct HTTP/S request
* service API which will allow you to send graph together with execution request

Server checks change time of graph file before each execution. So if graph is updated, server reloads it from file system.

Regards,
Martin

This is probably true of graphs, but doesn’t extend to property file updates (or at least that has been my experience). Good to know that I can just unix touch the graphs to get them to reload in that case. Thanks.