C# Class HttpFilteringEngine.SetupSubmodules

Inheritance: AbstractBuildTask
Afficher le fichier Open project: TechnikEmpire/HttpFilteringEngine

Méthodes publiques

Méthode Description
Clean ( ) : bool
Run ( BuildConfiguration config, Architecture arch ) : bool
SetupSubmodules ( string scriptAbsolutePath ) : System

Private Methods

Méthode Description
ConfigureGit ( ) : string

Ensures that we have git available to us for the build process. If git cannot be found in any environmental variable, then we'll fetch a portable copy.

ConfigureTools ( ) : bool

Method Details

Clean() public méthode

public Clean ( ) : bool
Résultat bool

Run() public méthode

public Run ( BuildConfiguration config, Architecture arch ) : bool
config BuildConfiguration
arch Architecture
Résultat bool

SetupSubmodules() public méthode

public SetupSubmodules ( string scriptAbsolutePath ) : System
scriptAbsolutePath string
Résultat System