Class GitRepository
Inheritance
object
GitRepository
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GitRepository
Constructors
GitRepository(string, string, string)
Declaration
public GitRepository(string name, string branchName, string rootPath)
Parameters
| Type |
Name |
Description |
| string |
name |
|
| string |
branchName |
|
| string |
rootPath |
|
Properties
BranchName
Declaration
public string BranchName { get; set; }
Property Value
DependingRepositories
Declaration
public List<GitRepository> DependingRepositories { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<T><GitRepository> |
|
IgnoredDirectories
Declaration
public List<string> IgnoredDirectories { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|
Name
Declaration
public string Name { get; set; }
Property Value
RootPath
Declaration
public string RootPath { get; set; }
Property Value
Methods
FindRepositoryOf(string)
Declaration
public string FindRepositoryOf(string csProjFilePath)
Parameters
| Type |
Name |
Description |
| string |
csProjFilePath |
|
Returns
GetUniqueName(string)
Declaration
public string GetUniqueName(string prefix)
Parameters
| Type |
Name |
Description |
| string |
prefix |
|
Returns
Extension Methods