put Compilation
fun putCompilation( versionKey: Repository.ModuleVersionKey, compilationKey: Repository.ModuleCompilationKey, compilation: Repository.ModuleCompilation)
Content copied to clipboard
Record a new compilation of a module version. The version must already exist in the repository. The compilation key must not yet have a compilation associated with it.
Parameters
version Key
The ModuleVersionKey identifying the version of a module's source.
compilation Key
The ModuleCompilationKey under which to record the compilation.
compilation
The ModuleCompilation to add.