Method | Description | |
---|---|---|
Run ( Suite suite, string parameters ) : bool |
Runs the command
|
|
VisualStudioCommand ( IBuildContextFactory buildContextFactory, [ targetDir, ICommandTargetParser targetParser, ICoreBuilderFactory coreBuilderFactory, IEnumerable |
Initializes the command
|
Method | Description | |
---|---|---|
Run ( |
||
Run ( IEnumerable |
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) |
return | bool |
public VisualStudioCommand ( IBuildContextFactory buildContextFactory, [ targetDir, ICommandTargetParser targetParser, ICoreBuilderFactory coreBuilderFactory, IEnumerable |
||
buildContextFactory | IBuildContextFactory | Interface to create new build contexts |
targetDir | [ | Target root directory |
targetParser | ICommandTargetParser | Parser used for parsing the target parameter |
coreBuilderFactory | ICoreBuilderFactory | |
projectBuilders | IEnumerable |
|
return | System |