C# Class GitTasks.Clone

Inheritance: Microsoft.Build.Utilities.Task
Show file Open project: WilbertOnGithub/MSBuildGitTasks

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Clone() public method

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
return System

Execute() public method

public Execute ( ) : bool
return bool