C# Class Bari.Core.Commands.RebuildCommand

Implements 'rebuild' command, which runs one or more builder (IBuilder) for a Project, Module or product after cleaning the suite.
Inheritance: ICommand, IHasBuildTarget
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
RebuildCommand ( [ cleanCommand, [ buildCommand, [ targetRoot, [ cacheRoot ) : System
Run ( Suite suite, string parameters ) : bool

Runs the command

Method Details

RebuildCommand() public method

public RebuildCommand ( [ cleanCommand, [ buildCommand, [ targetRoot, [ cacheRoot ) : System
cleanCommand [
buildCommand [
targetRoot [
cacheRoot [
return System

Run() public method

Runs the command
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