Method | Description | |
---|---|---|
BuildCommand ( IBuildContextFactory buildContextFactory, IEnumerable |
Constructs the build command
|
|
Run ( Suite suite, string parameters ) : bool |
Runs the command
|
Method | Description | |
---|---|---|
AddProductBuildStep ( IBuildContext context, Product product, IBuilder rootBuilder ) : IBuilder | ||
RunWithProjects ( |
public BuildCommand ( IBuildContextFactory buildContextFactory, IEnumerable |
||
buildContextFactory | IBuildContextFactory | Interface for creating new build contexts |
projectBuilders | IEnumerable |
The set of registered project builder factories |
targetRoot | [ | Build target root directory |
targetParser | ICommandTargetParser | Command target parser implementation to be used |
output | IUserOutput | Output interface |
postProcessorFactories | IEnumerable |
Factory for post processors |
coreBuilderFactory | ICoreBuilderFactory | Factory for core builders |
return | 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) |
return | bool |