Package org.guvnor.ala.registry
Interface BuildRegistry
-
- All Known Implementing Classes:
InMemoryBuildRegistry
public interface BuildRegistryRepresents the BuildRegistry where all the Binaries built by the system will be registered
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Binary>getAllBinaries()Returns all the registered binariesvoidregisterBinary(Binary binary)Register a new binary
-