Class GitHubSettings
Used within GitHubTasks.
Namespace: Nuke.GitHub
Assembly: Nuke.GitHub.dll
Syntax
public class GitHubSettings : ToolSettings
Properties
| Improve this Doc View SourceCustomLogger
This property is missing in the auto generated code and I have no idea what this should return by default.
Declaration
public override Action<OutputType, string> CustomLogger { get; }
Property Value
| Type | Description |
|---|---|
| Action<OutputType, System.String> |
RepositoryName
The name of the repository
Declaration
public virtual string RepositoryName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RepositoryOwner
The account under which the repository is hosted
Declaration
public virtual string RepositoryOwner { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Token
The Token for the GitHub API
Declaration
public virtual string Token { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
The URL for GitHub Enterprise
Declaration
public virtual string Url { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceValidate()
Declaration
public void Validate()