Class GithubRepositoryInfo
Inheritance
object
GithubRepositoryInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding.Building
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GithubRepositoryInfo
Constructors
GithubRepositoryInfo(string, string)
Declaration
public GithubRepositoryInfo(string repositoryNameWithOrganization, string accessToken)
Parameters
| Type | Name | Description |
|---|---|---|
| string | repositoryNameWithOrganization | |
| string | accessToken |
Properties
AccessToken
Declaration
public string AccessToken { get; }
Property Value
| Type | Description |
|---|---|
| string |
RepositoryName
Declaration
public string RepositoryName { get; }
Property Value
| Type | Description |
|---|---|
| string |
RepositoryNameWithOrganization
Declaration
public string RepositoryNameWithOrganization { get; }
Property Value
| Type | Description |
|---|---|
| string |