C# 클래스 GitTasks.Clone

상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: WilbertOnGithub/MSBuildGitTasks

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