Property | Type | Description | |
---|---|---|---|
Stream |
Method | Description | |
---|---|---|
AddModuleReport ( IEnumerable |
Adds a document containing build statistics to the .zip package
|
|
AddState ( |
Stores a named document state
|
|
Commit ( ) : |
Builds the .zip file (in memory)
|
|
ModuleReport ( IEnumerable |
Generates a document containing build statistics from a set of Modules
|
|
SaveAs ( string fileName ) : void |
Save to disk. Supplied file name is sanitized and converted to '.zip'
|
public AddModuleReport ( IEnumerable |
||
modules | IEnumerable |
|
return | void |
public AddState ( |
||
document | ||
name | string | |
return | void |
public ModuleReport ( IEnumerable |
||
modules | IEnumerable |
|
return |