Метод | Описание | |
---|---|---|
PackCommand ( IProductPackagerFactory productPackagerFactory, [ targetRoot ) : System | ||
Run ( Suite suite, string parameters ) : bool |
Runs the command
|
Метод | Описание | |
---|---|---|
CollectOutput ( IFileSystemDirectory productRoot, string productName, IFileSystemDirectory dir, HashSet |
||
GetProductOutputs ( Product product ) : ISet |
||
PackProduct ( Suite suite, string productName ) : void |
public PackCommand ( IProductPackagerFactory productPackagerFactory, [ targetRoot ) : System | ||
productPackagerFactory | IProductPackagerFactory | |
targetRoot | [ | |
Результат | System |
public Run ( Suite suite, string parameters ) : bool | ||
suite | Suite | The current suite model the command is applied to |
parameters | string | Parameters given to the command (in unprocessed form) |
Результат | bool |