C# Класс GitTasks.Clone

Наследование: Microsoft.Build.Utilities.Task
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Clone() публичный Метод

Initializes a new instance of the Clone class.
When no parameter is used in the constructor, instantiate the default
public Clone ( ) : System
Результат System

Clone() публичный Метод

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
Результат System

Execute() публичный Метод

public Execute ( ) : bool
Результат bool