C# Class GitTasks.Clone

Inheritance: Microsoft.Build.Utilities.Task
Afficher le fichier Open project: WilbertOnGithub/MSBuildGitTasks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : System

Initializes a new instance of the Clone class.

When no parameter is used in the constructor, instantiate the default

Clone ( IGitFacade facade ) : System

Initializes a new instance of the Clone class.

Added to be able to unit test this class using a mock

Execute ( ) : bool

Method Details

Clone() public méthode

Initializes a new instance of the Clone class.
When no parameter is used in the constructor, instantiate the default
public Clone ( ) : System
Résultat System

Clone() public méthode

Initializes a new instance of the Clone class.
Added to be able to unit test this class using a mock
public Clone ( IGitFacade facade ) : System
facade IGitFacade IGitFacade interface
Résultat System

Execute() public méthode

public Execute ( ) : bool
Résultat bool