Interface IResultArchiveStore

All Known Subinterfaces:
IResultArchiveStoreService

public interface IResultArchiveStore

Used to gain access to the Result Archive Store (RAS)

POnce initialised, the Framework will provide access to 0 or more Result Archive Stores.

Apache CouchDB is the preferred RAS for an automation, and a file directory on the local filesystem is the preferred RAS for local runs.

An IResultArchiveStore can be obtained from IFramework.getResultArchiveStore().

Author:
Michael Baylis
  • Method Details