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
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

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

Runs the command

Method Details

RebuildCommand() public méthode

public RebuildCommand ( [ cleanCommand, [ buildCommand, [ targetRoot, [ cacheRoot ) : System
cleanCommand [
buildCommand [
targetRoot [
cacheRoot [
Résultat System

Run() public méthode

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)
Résultat bool