C# Class Tp.Git.VersionControlSystem.GitRepositoryFolder

Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
CheckFolder ( IStorage storage ) : bool
Create ( string repoUri ) : GitRepositoryFolder
Delete ( ) : void
Exists ( ) : bool
GetAbsolutePath ( ) : string

Private Methods

Method Description
CheckNewCloneRepository ( IStorage storage ) : bool
DeleteDirectory ( ) : void
GetRepositoryFolder ( ) : string
ShutdownGit ( GitRepositoryFolder repositoryFolder ) : void

Method Details

CheckFolder() public method

public CheckFolder ( IStorage storage ) : bool
storage IStorage
return bool

Create() public static method

public static Create ( string repoUri ) : GitRepositoryFolder
repoUri string
return GitRepositoryFolder

Delete() public method

public Delete ( ) : void
return void

Exists() public method

public Exists ( ) : bool
return bool

GetAbsolutePath() public method

public GetAbsolutePath ( ) : string
return string