Interface BuildStore

All Known Implementing Classes:
SimpleBuildStore

public interface BuildStore
Represents a store for builds, either backed by a database, filesystem, or other storage mechanism. Implementations are free to block the calling thread, or perform operations asynchronously.